Skip to content

Commit a270cf9

Browse files
committed
📝 update cran comments
1 parent 0fb3ed2 commit a270cf9

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

cran-comments.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
1-
## R CMD check results
1+
2+
# Version 0.3.1
3+
## Re-submission
4+
5+
### R CMD check results
26

37
0 errors | 0 warnings | 1 note
48

9+
There was one NOTE:
10+
11+
```
12+
❯ checking for future file timestamps ... NOTE
13+
unable to verify current time
14+
```
15+
16+
### Reviewer comments and responses
17+
18+
*Size of tarball: 10559599 bytes*
19+
*A CRAN package should not be larger than 5 MB. Please reduce the size.*
20+
21+
- I have reduced the package size to below the 5 MB limit.
22+
23+
*Please do not start the description with "An R package for", package name, title or similar.*
24+
25+
- I have revised the description accordingly.
26+
27+
*Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. \value{No return value, called for side effects} or similar)*
28+
29+
- I have added the missing \value tags to the `run_app.Rd` file.
30+
31+
*Please write references in the description of the DESCRIPTION file in the form*
32+
*authors (year) <doi:...>*
33+
*authors (year, ISBN:...)*
34+
*or if those are not available: authors (year) <https:...>*
35+
36+
- All references are now properly formatted.
37+
38+
*Please add small executable examples in your Rd-files to illustrate the use of the exported function but also enable automatic testing.*
39+
*Functions which are supposed to only run interactively (e.g. shiny) should be wrapped in if(interactive()). Please replace /dontrun{} with if(interactive()){} if possible, then users can see that the functions are not intended for use in scripts.*
40+
41+
- Examples have been updated. Interactive-only functions are now wrapped in `if(interactive())`.
42+
43+
*Please ensure that you do not use more than 2 cores in your examples, vignettes, etc.*
44+
45+
- All examples and vignettes do not use parallel processing and do not require multiple cores.
46+
47+
*Please fix and resubmit.*
48+
49+
### Downstream dependencies
50+
There are no downstream dependencies.
51+
52+
---
53+
54+
# Version 0.3.0
55+
## Initial submission
56+
57+
### R CMD check results
58+
59+
0 errors | 0 warnings | 1 note
560
* This is a new release.

0 commit comments

Comments
 (0)