Skip to content

Commit

Permalink
Merge pull request #279 from AlexsLemonade/jashapiro/prep-v4
Browse files Browse the repository at this point in the history
Prep for v0.4
  • Loading branch information
jashapiro authored Jul 9, 2024
2 parents c38a48c + 95f1404 commit 00946ce
Show file tree
Hide file tree
Showing 11 changed files with 393 additions and 412 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
# rendered notebooks
^inst/rmd/.*\.html$

# Docker folder
# Docker items
^Dockerfile$
^.dockerignore$
^docker$

# development
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: scpcaTools
Type: Package
Title: Single cell data tools for ScPCA
Version: 0.3.2
Version: 0.4.0
Authors@R: c(
person("Ally", "Hawkins",
email = "ally.hawkins@ccdatalab.org",
Expand All @@ -25,7 +25,7 @@ Description: Tools for processing single cell data associated with the
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
R (>= 4.3.0)
Imports:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ LABEL org.opencontainers.image.source https://github.com/AlexsLemonade/scpcaTool
ENV RENV_CONFIG_CACHE_ENABLED FALSE
RUN Rscript -e "install.packages(c('renv'))"

# Install Rhtslib manually for renv/Bioc incompatibility (possibly temporary)
RUN Rscript -e "BiocManager::install('Rhtslib')"

COPY docker/renv_slim.lock renv.lock
# restore renv and remove cache files
RUN Rscript -e 'renv::restore()'\
Expand Down
Loading

0 comments on commit 00946ce

Please sign in to comment.