forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Hoffman
committed
Mar 23, 2018
1 parent
d2814e9
commit cfc2f29
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
.git | ||
.travis.yml | ||
appveyor.yml | ||
cran-comments.md |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Test environments | ||
* local Ubuntu 16.04 install, R 3.4.4 | ||
* Ubuntu 12.04 (on travis-ci), R 3.4.4 | ||
* Windows Server 2012 (on appveyor), R 3.4.4 | ||
* win-builder (devel) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs | ||
|
||
There were 2 NOTEs: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Paul Hoffman <[email protected]>’ | ||
Uses the superseded package: ‘doSNOW’ | ||
|
||
We use doSNOW instead of doParallel because doSNOW has support for a progress bar while doParallel does not. doSNOW is still on CRAN and works for our purposes | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 6.7Mb | ||
sub-directories of 1Mb or more: | ||
libs 5.7Mb | ||
|
||
The large size is due to compiled code. All other directories in our package are under 500K each and the rest of our package is approximately 1.5M in size. | ||
|
||
## Downstream dependencies | ||
|
||
There are currently no downstream dependencies for this package |