Skip to content

Commit 8fc35c9

Browse files
authored
barry now officially on CRAN (#6)
* Using barry directly * Adding barry to suggests * Adding the extra package * Cleaning * Adding barryr to pkgdown build process * barry just hit CRAN
1 parent b66801f commit 8fc35c9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.devcontainer/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y valgrind gdb \
1515
libglpk-dev
1616

1717
# Installing additional package dependencies
18-
RUN install2.r --error texreg Rcpp
18+
RUN install2.r --error texreg Rcpp barry
1919

2020
CMD ["bash"]

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- uses: r-lib/actions/setup-pandoc@v2
2626

@@ -31,7 +31,6 @@ jobs:
3131
- uses: r-lib/actions/setup-r-dependencies@v2
3232
with:
3333
extra-packages: |
34-
github::USCbiostats/barryr
3534
any::pkgdown
3635
local::.
3736
needs: website

.github/workflows/r.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
R_KEEP_PKG_SOURCE: yes
4040

4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v4
4343

4444
- uses: r-lib/actions/setup-pandoc@v2
4545

@@ -53,7 +53,6 @@ jobs:
5353
with:
5454
extra-packages: |
5555
any::rcmdcheck
56-
github::USCBiostats/barryr
5756
needs: check
5857

5958
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)