forked from zhanghao-njmu/SCP
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version number to 0.1.2.9002
- Loading branch information
1 parent
6d2540e
commit f448617
Showing
27 changed files
with
484 additions
and
510 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 |
---|---|---|
|
@@ -30,6 +30,19 @@ jobs: | |
R_KEEP_PKG_SOURCE: yes | ||
|
||
steps: | ||
|
||
- name: Set up Linux swap space | ||
if: runner.os == 'Linux' | ||
uses: pierotofy/[email protected] | ||
with: | ||
swap-size-gb: 10 | ||
|
||
- name: Set up Windows swap space | ||
if: runner.os == 'Windows' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 10GB | ||
|
||
- uses: actions/checkout@v2 | ||
|
||
- name: Install system libraries | ||
|
@@ -41,6 +54,7 @@ jobs: | |
if: ${{ matrix.config.os == 'macOS-latest' }} | ||
run: | | ||
brew install openssl | ||
brew install --cask xquartz | ||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
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 |
---|---|---|
|
@@ -20,6 +20,19 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
|
||
- name: Set up Linux swap space | ||
if: runner.os == 'Linux' | ||
uses: pierotofy/[email protected] | ||
with: | ||
swap-size-gb: 10 | ||
|
||
- name: Set up Windows swap space | ||
if: runner.os == 'Windows' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 10GB | ||
|
||
- uses: actions/checkout@v2 | ||
|
||
- name: Install system libraries | ||
|
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,7 +1,7 @@ | ||
Package: SCP | ||
Type: Package | ||
Title: Single Cell Pipeline | ||
Version: 0.1.2.9001 | ||
Version: 0.1.2.9002 | ||
Author: Hao Zhang | ||
Maintainer: Hao Zhang <[email protected]> | ||
Description: The SCP package provides a comprehensive set of tools for single cell data processing and downstream analysis. | ||
|
@@ -56,8 +56,6 @@ Imports: | |
symphony, | ||
umap, | ||
uwot, | ||
harmony, | ||
shiny, | ||
rhdf5, | ||
HDF5Array, | ||
scDblFinder, | ||
|
@@ -71,14 +69,13 @@ Imports: | |
harmony, | ||
rliger, | ||
png, | ||
grDevices, | ||
ggpubr, | ||
ggVennDiagram, | ||
ggupset, | ||
circlize, | ||
ggwordcloud, | ||
MatrixGenerics, | ||
symphony, | ||
scmap, | ||
SingleR, | ||
shiny, | ||
shinycssloaders, | ||
styler | ||
|
@@ -95,7 +92,8 @@ Suggests: | |
NMF, | ||
MASS, | ||
Mfuzz, | ||
magick, | ||
AUCell, | ||
htmlwidgets | ||
htmlwidgets, | ||
testthat (>= 3.0.0) | ||
RoxygenNote: 7.2.0 | ||
Config/testthat/edition: 3 |
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.