Skip to content

Commit

Permalink
tuck in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Feb 2, 2024
1 parent 0eb411e commit 731fca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
inst/training_data.rds
inst/rf_pm.rds
justfile
Dockerfile
model
^\.github$
^codecov\.yml$
Expand Down
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ RUN apt-get update \
RUN R --quiet -e "install.packages('pak', repos = c(CRAN = 'https://packagemanager.rstudio.com/all/__linux__/focal/latest'))"

RUN R --quiet -e "pak::pak('geomarker-io/appc')"

# RUN R --quiet -e "install.packages('testthat', repos = c(CRAN = 'https://packagemanager.rstudio.com/all/__linux__/focal/latest'))"

# RUN R --quiet -e "install.packages('remotes', repos = c(CRAN = 'https://packagemanager.rstudio.com/all/__linux__/focal/latest'))"

# RUN R --quiet -e "remotes::install_github('geomarker-io/appc', INSTALL_opts = c('--with-keep.source', '--install-tests'), repos = c(CRAN = 'https://packagemanager.rstudio.com/all/__linux__/focal/latest'))"

# RUN R --quiet -e "testthat::test_package('appc')"

0 comments on commit 731fca6

Please sign in to comment.