Skip to content

Commit d7953d3

Browse files
committed
Misc (CRAN)
1 parent e6a5600 commit d7953d3

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

R/new_sim.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ new_sim <- function() {
168168
class(..sim) <- "sim_obj"
169169
rm(..e, ..seed)
170170

171+
# Prevent R CMD CHECK note
172+
if (F) { MASS::mvrnorm() }
173+
171174
return (..sim)
172175

173176
}

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## 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)
2+
* local Windows 10 install, R 4.3.2
3+
* Windows 10, R 4.3.2 (GitHub actions)
4+
* macOS X, R 4.3.2 (GitHub actions)
5+
* ubuntu 20.04, R 4.3.2 (GitHub actions)
66

77
## R CMD check results
88
There were no ERRORs, no WARNINGs, and no NOTEs.

0 commit comments

Comments
 (0)