You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,18 @@ r-lib GH action
12
12
## R CMD check results
13
13
There were no ERRORs or WARNINGs.
14
14
15
-
There were 1 NOTEs:
15
+
There were 2 NOTEs:
16
16
17
17
* checking installed package size ... NOTE
18
18
installed size is 19.7Mb
19
19
sub-directories of 1Mb or more:
20
20
libs 18.2Mb
21
21
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.
23
27
24
28
## Downstream dependencies
25
29
There are currently no downstream dependencies for this package.
0 commit comments