Skip to content

Commit

Permalink
CRAN release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Apr 5, 2024
1 parent 43fccb9 commit 58e5957
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rliger
Version: 2.0.1
Date: 2024-03-24
Date: 2024-04-04
Type: Package
Title: Linked Inference of Genomic Experimental Relationships
Description: Uses an extension of nonnegative matrix factorization to identify shared and dataset-specific factors. See Welch J, Kozareva V, et al (2019) <doi:10.1016/j.cell.2019.05.006>, and Liu J, Gao C, Sodicoff J, et al (2020) <doi:10.1038/s41596-020-0391-8> for more details.
Expand Down Expand Up @@ -37,7 +37,7 @@ LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Additional_repositories: https:/welch-lab.r-universe.dev, https://blaserlab.r-universe.dev
Additional_repositories: https://welch-lab.r-universe.dev, https://blaserlab.r-universe.dev
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
Depends:
methods,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ S3method(writeH5,default)
S3method(writeH5,dgCMatrix)
S3method(writeH5,liger)
S3method(writeH5,ligerDataset)
export("%<>%")
export("%>%")
export("cellMeta<-")
export("coordinate<-")
Expand Down Expand Up @@ -266,6 +267,7 @@ importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,fortify)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,show)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- Fixed wrong UINMF aborting criteria
- Fixed example/test skipping criteria for non-existing dependencies
- Fixed file access issue when checking package on CRAN
- Fixed file access issue when checking on CRAN
- Updated installed data file `system.file("extdata/ctrl.h5", "extdata/stim.h5")` to be of standard 10X H5 format
- Updated `quantileNorm()` automatic reference selection according to #297
- Other minor fixes (including #308)
Expand Down
4 changes: 4 additions & 0 deletions R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ NULL
#' @export
magrittr::`%>%`

#' @importFrom magrittr %<>%
#' @export
magrittr::`%<>%`

scPalette <- c('#E41A1C', '#377EB8', '#4DAF4A', '#FFCF00', '#aa47b9', '#e67c14',
'#e7a2b4', '#54B0E4', '#9a5831', '#BC9DCC', '#222F75', '#1B9E77',
'#B2DF8A', '#E3BE00', '#FF6699', '#8f3c4d', '#01e1e6', '#591cc5',
Expand Down
2 changes: 1 addition & 1 deletion R/import.R
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ createH5LigerDataset <- function(
#' # Save and read regular current-version liger object
#' tempPath <- tempfile(fileext = ".rds")
#' saveRDS(pbmc, tempPath)
#' pbmc <- readLiger(tempPath)
#' pbmc <- readLiger(tempPath, dimredName = NULL)
#'
#' # Save and read H5-based liger object
#' h5Path <- system.file("extdata/ctrl.h5", package = "rliger")
Expand Down
Binary file modified data/bmmc.rda
Binary file not shown.
Binary file modified data/pbmc.rda
Binary file not shown.
Binary file modified data/pbmcPlot.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/readLiger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58e5957

Please sign in to comment.