Skip to content

Commit 6cbe481

Browse files
Merge pull request #58 from mojaveazure/release/4.1.2
Release 4.1.2
2 parents 9c0eda9 + ca5a974 commit 6cbe481

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
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
2828
- name: Install dependencies
2929
run: |
30-
install.packages(c("remotes", "pkgdown"))
30+
install.packages(c("remotes", "pkgdown", "Matrix"))
3131
remotes::install_deps()
3232
shell: Rscript {0}
3333
- name: Install package

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SeuratObject
22
Type: Package
33
Title: Data Structures for Single Cell Data
4-
Version: 4.1.1
5-
Date: 2022-08-29
4+
Version: 4.1.2
5+
Date: 2022-09-20
66
Authors@R: c(
77
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0001-9448-8833')),
88
person(given = 'Andrew', family = 'Butler', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0003-3608-0463')),
@@ -37,11 +37,11 @@ Imports:
3737
future.apply,
3838
grDevices,
3939
grid,
40-
Matrix (>= 1.3.3),
40+
Matrix (>= 1.5.0),
4141
methods,
4242
progressr,
4343
Rcpp (>= 1.0.5),
44-
sp,
44+
sp (>= 1.5.0),
4545
rgeos,
4646
rlang (>= 0.4.7),
4747
stats,

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SeuratObject 4.1.2
2+
## Changed
3+
- Bump required Matrix version to >= 1.5.0
4+
15
# SeuratObject 4.1.1
26
## Changed
37
- Update sparse matrix coersions due to Matrix deprecations

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SeuratObject v4.1.1
1+
# SeuratObject v4.1.2
22

33
## Test environments
44
* local ubuntu 20.04 install, R 4.1.3

0 commit comments

Comments
 (0)