Skip to content

Commit 9d25dfc

Browse files
committed
Update cran-comments.md
1 parent f6b31ea commit 9d25dfc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cran-comments.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ r-lib GH action
1212
## R CMD check results
1313
There were no ERRORs or WARNINGs.
1414

15-
There were 1 NOTEs:
15+
There were 2 NOTEs:
1616

1717
* checking installed package size ... NOTE
1818
installed size is 19.7Mb
1919
sub-directories of 1Mb or more:
2020
libs 18.2Mb
2121

22-
*This NOTE appears only with linux systems (i.e., it does not appear with macOS or win-builder). The size is due to a .so file resulting from the usage of RcppEigen.*
22+
* This NOTE appears only with linux systems (i.e., it does not appear with macOS or win-builder). The size is due to a .so file resulting from the usage of RcppEigen.*
23+
24+
* Uses the superseded package: 'doSNOW'
25+
26+
* Use of the 'doSNOW' package as opposed to the 'doParallel' package is required due to the support of the printed txtProgressBar in the 'doSNOW' package.
2327

2428
## Downstream dependencies
2529
There are currently no downstream dependencies for this package.

0 commit comments

Comments
 (0)