Skip to content

Commit

Permalink
require test needs to run in R!
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed May 3, 2024
1 parent b0a0eac commit cc75697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN Rscript -e 'renv::restore()' && \
# Install scpcaTools package (& test loading)
COPY . scpcaTools
RUN R CMD INSTALL scpcaTools/ \
require(scpcaTools)
Rscript -e "require(scpcaTools)"

# restore slim renv
COPY docker/renv_slim.lock renv.lock
Expand Down

0 comments on commit cc75697

Please sign in to comment.