Skip to content

Commit

Permalink
Merge pull request #746 from joshua-d-campbell/master
Browse files Browse the repository at this point in the history
Merging v2.12.2
  • Loading branch information
joshua-d-campbell authored Feb 5, 2024
2 parents 111cb1e + a31feba commit 14c9213
Show file tree
Hide file tree
Showing 361 changed files with 6,825 additions and 2,397 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/BioC-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,42 +33,22 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: false
use-public-rspm: true

- name: Install fftw3 on macOS
if: runner.os == 'macOS'
run: brew install fftw

- name: Manual Install
run: |
install.packages("BiocManager")
BiocManager::install("ggtree")
install.packages("remotes")
install.packages("magick")
remotes::install_version("assertive.properties", version = "0.0.5", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("assertive.types", version = "0.0.3", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("multipanelfigure", version = "2.1.2", repos = "http://cran.us.r-project.org", upgrade = "never")
BiocManager::install("celda")
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::rcmdcheck
cache: false
cache: true

- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew install xquartz --cask

- name: Install Old Seurat
run: |
remotes::install_version("Matrix", version = "1.6.4", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("SeuratObject", version = "4.1.4", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("Seurat", version = "4.4.0", repos = "http://cran.us.r-project.org", upgrade = "never")
shell: Rscript {0}

- name: Run BiocCheck
run: |
BiocManager::install("BiocCheck")
Expand Down
25 changes: 2 additions & 23 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: false
use-public-rspm: true

- name: Install fftw3 on Linux
if: runner.os == 'Linux'
Expand All @@ -73,23 +73,9 @@ jobs:
if: runner.os == 'macOS'
run: brew install fftw

- name: Manual Install
run: |
install.packages("BiocManager")
BiocManager::install("ggtree")
install.packages("remotes")
install.packages("magick")
remotes::install_version("assertive.properties", version = "0.0.5", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("assertive.types", version = "0.0.3", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("multipanelfigure", version = "2.1.2", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("Matrix", version = "1.6.4", repos = "http://cran.us.r-project.org", upgrade = "never")
BiocManager::install("celda")
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: false
cache: true
extra-packages: |
any::rcmdcheck
needs: check
Expand All @@ -98,13 +84,6 @@ jobs:
if: runner.os == 'macOS'
run: brew install xquartz --cask

- name: Install Old Seurat
run: |
remotes::install_version("Matrix", version = "1.6.4", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("SeuratObject", version = "4.1.4", repos = "http://cran.us.r-project.org", upgrade = "never")
remotes::install_version("Seurat", version = "4.4.0", repos = "http://cran.us.r-project.org", upgrade = "never")
shell: Rscript {0}

- name: Check
env:
_R_CHECK_CRAN_INCOMING_: false
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: singleCellTK
Type: Package
Title: Comprehensive and Interactive Analysis of Single Cell RNA-Seq Data
Version: 2.12.1
Version: 2.12.2
Authors@R: c(person(given="Yichen", family="Wang", email="wangych@bu.edu", role=c("aut"),
comment = c(ORCID = "0000-0003-4347-5199")),
person(given="Irzam", family="Sarfraz", email="isarfraz@bu.edu", role=c("aut"),
Expand Down Expand Up @@ -139,6 +139,7 @@ Suggests:
RColorBrewer,
fastmap (>= 1.1.0),
harmony,
SeuratObject,
optparse
VignetteBuilder: knitr
URL: https://www.camplab.net/sctk/
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@ importFrom(stats,filter)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,packageVersion)
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in Version 2.12.2 (2024-01-28)
================================================================================
* Added support for Seurat V5

Changes in Version 2.12.1 (2024-01-10)
================================================================================
* Updates to documentation
Expand Down
Loading

0 comments on commit 14c9213

Please sign in to comment.