Skip to content

Commit

Permalink
Fix actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Jul 17, 2023
1 parent d1cc871 commit ff51bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Imports:
shinyjs,
writexl,
readxl,
rrapply (>= 1.2.6)
rrapply (>= 1.2.6),
rpackageutils
Suggests:
rpackageutils,
rprojroot,
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN R -e "install.packages('readxl')"
RUN R -e "remotes::install_github('JGCRI/rgcam')"
RUN R -e "install.packages('rrapply', repos = 'https://cloud.r-project.org')"
RUN R -e "install.packages('usethis')"
RUN R -e "install.packages('rpackageutils')"

# clone repo
RUN apt-get install -y git
Expand Down

0 comments on commit ff51bdb

Please sign in to comment.