Skip to content

Commit

Permalink
Merge pull request #58 from mojaveazure/release/4.1.2
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
AustinHartman authored Sep 21, 2022
2 parents 9c0eda9 + ca5a974 commit 6cbe481
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo 'options(HTTPUserAgent = sprintf("R/%s R (%s)", getRversion(), paste(getRversion(), R.version$platform, R.version$arch, R.version$os)))' | sudo tee -a /etc/R/Rprofile.site
- name: Install dependencies
run: |
install.packages(c("remotes", "pkgdown"))
install.packages(c("remotes", "pkgdown", "Matrix"))
remotes::install_deps()
shell: Rscript {0}
- name: Install package
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SeuratObject
Type: Package
Title: Data Structures for Single Cell Data
Version: 4.1.1
Date: 2022-08-29
Version: 4.1.2
Date: 2022-09-20
Authors@R: c(
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0001-9448-8833')),
person(given = 'Andrew', family = 'Butler', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0003-3608-0463')),
Expand Down Expand Up @@ -37,11 +37,11 @@ Imports:
future.apply,
grDevices,
grid,
Matrix (>= 1.3.3),
Matrix (>= 1.5.0),
methods,
progressr,
Rcpp (>= 1.0.5),
sp,
sp (>= 1.5.0),
rgeos,
rlang (>= 0.4.7),
stats,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SeuratObject 4.1.2
## Changed
- Bump required Matrix version to >= 1.5.0

# SeuratObject 4.1.1
## Changed
- Update sparse matrix coersions due to Matrix deprecations
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SeuratObject v4.1.1
# SeuratObject v4.1.2

## Test environments
* local ubuntu 20.04 install, R 4.1.3
Expand Down

0 comments on commit 6cbe481

Please sign in to comment.