We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a5600 commit d7953d3Copy full SHA for d7953d3
2 files changed
R/new_sim.R
@@ -168,6 +168,9 @@ new_sim <- function() {
168
class(..sim) <- "sim_obj"
169
rm(..e, ..seed)
170
171
+ # Prevent R CMD CHECK note
172
+ if (F) { MASS::mvrnorm() }
173
+
174
return (..sim)
175
176
}
cran-comments.md
@@ -1,8 +1,8 @@
1
## Test environments
2
-* local Windows 10 install, R 4.2.2
3
-* Windows 10, R 4.2.2 (GitHub actions)
4
-* macOS X, R 4.2.2 (GitHub actions)
5
-* ubuntu 20.04, R 4.2.2 (GitHub actions)
+* local Windows 10 install, R 4.3.2
+* Windows 10, R 4.3.2 (GitHub actions)
+* macOS X, R 4.3.2 (GitHub actions)
+* ubuntu 20.04, R 4.3.2 (GitHub actions)
6
7
## R CMD check results
8
There were no ERRORs, no WARNINGs, and no NOTEs.
0 commit comments