+34
-0
lines changedFilter options
+34
-0
lines changed Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
1
+
## Resubmission
2
+
This is a resubmission. In this version I have done the changes in the following three aspects which I got from CRAN staff:
3
+
4
+
1. `If there are references describing the methods in your package, please
5
+
add these in the description field of your DESCRIPTION file in the form
6
+
authors (year) <doi:...>
7
+
authors (year) <arXiv:...>
8
+
authors (year, ISBN:...)
9
+
or if those are not available: <https:...>
10
+
with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for
11
+
auto-linking.
12
+
(If you want to add a title as well please put it in quotes: "Title")`
13
+
14
+
* Added the reference paper with the format above in DESCRIPTION file.
15
+
16
+
2. `\dontrun{} should only be used if the example really cannot be executed
17
+
(e.g. because of missing additional software, missing API keys, ...) by
18
+
the user. That's why wrapping examples in \dontrun{} adds the comment
19
+
('# Not run:') as a warning for the user.
20
+
Does not seem necessary. Please unwrap the examples if they are executable in < 5 sec, or create
21
+
additionally small toy examples to allow automatic testing.
22
+
(You could also replace \dontrun{} with \donttest, if it takes longer
23
+
than 5 sec to be executed, but it would be preferable to have automatic
24
+
checks for functions. Otherwise, you can also write some tests.)`
25
+
26
+
* Changed all the examples, there is no \dontrun{} in examples' scripts, all examples can be run.
27
+
28
+
3. `Please ensure that your functions do not write by default or in your
29
+
examples/vignettes/tests in the user's home filespace (including the
30
+
package directory and getwd()). This is not allowed by CRAN policies. In
31
+
your examples/vignettes/tests you can write to tempdir().`
32
+
33
+
* Changed the vignette file, won't write anything in local.
34
+
1
35
## Test environments
2
36
* local Ubuntu 20.04.1, R 4.1.0
3
37
* win-builder (release, devel)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4