Skip to content

Commit 20d4a76

Browse files
committed
cran-comments updated
1 parent 9b3109f commit 20d4a76

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cran-comments.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# promor 0.1.0
2+
3+
## Re-submission
4+
## R CMD check results - 07-19-2022
5+
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
6+
7+
In this re-submission:
8+
9+
• Added references to the DESCRIPTION file.
10+
11+
• Limited the use of `\dontrun` to an example that would otherwise write to the user's working directory.
12+
13+
• Added `\donttest` to examples that are not executable in < 5 sec and unwrapped all the remaining examples.
14+
15+
• Removed unnecessary information messages that were previously written to the console.
16+
17+
• Provided seed as an argument to avoid setting seed to a specific number within functions.
18+
19+
• Made changes in functions to write files to `tempdir()` when `file_path` is not specified.
20+
21+
222
## First submission
323
## R CMD check results - 07-08-2022
424
0 errors ✔ | 0 warnings ✔ | 0 notes ✔

0 commit comments

Comments
 (0)