-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from samuel-marsh/release/1.1.1
Release 1.1.1 release
- Loading branch information
Showing
258 changed files
with
3,308 additions
and
2,888 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.1.0 | ||
Date: 2022-12-22 21:24:58 UTC | ||
SHA: f0aff7dee2b0af306b2a055748640c8b31ccdebc | ||
Version: 1.1.1 | ||
Date: 2023-01-13 15:02:59 UTC | ||
SHA: a78523f9f8648a034a64a2f7455ddb8acfbca410 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ Package: scCustomize | |
Type: Package | ||
Title: Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing | ||
Description: Collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using 'R'. 'scCustomize' aims to provide 1) Customized visualizations for aid in ease of use and to create more aesthetic and functional visuals. 2) Improve speed/reproducibility of common tasks/pieces of code in scRNA-seq analysis with a single or group of functions. For citation please use: Marsh SE (2021) "Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing" <doi:10.5281/zenodo.5706430>. | ||
Version: 1.1.0 | ||
Date: 2022-12-22 | ||
Version: 1.1.1 | ||
Date: 2023-01-13 | ||
Authors@R: c( | ||
person(given = "Samuel", family = "Marsh", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3012-6945")), | ||
person(given = "Ming", family = "Tang", role = c("ctb"), email = "[email protected]"), | ||
person(given = 'Velina', family = 'Kozareva', role = c('ctb')), | ||
person("Lucas", "Graybuck", email = "[email protected]", role = c('ctb')) | ||
) | ||
URL: https://cran.r-project.org/package=scCustomize https://github.com/samuel-marsh/scCustomize, https://samuel-marsh.github.io/scCustomize/, https://doi.org/10.5281/zenodo.5706431 | ||
URL: https://github.com/samuel-marsh/scCustomize, https://samuel-marsh.github.io/scCustomize/, https://doi.org/10.5281/zenodo.5706431 | ||
BugReports: https://github.com/samuel-marsh/scCustomize/issues | ||
Depends: R (>= 4.0.0), | ||
Seurat (>= 4.3.0) | ||
|
@@ -46,8 +46,7 @@ Imports: | |
stringi, | ||
stringr, | ||
tibble, | ||
tidyr, | ||
viridis | ||
tidyr | ||
Suggests: | ||
ComplexHeatmap, | ||
dittoSeq, | ||
|
@@ -61,7 +60,8 @@ Suggests: | |
rmarkdown, | ||
tidyselect, | ||
tidyverse, | ||
qs | ||
qs, | ||
viridis | ||
License: GPL (>= 3) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.