-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from weecology/cran_patch
Update README.md
- Loading branch information
Showing
3 changed files
with
23 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,18 @@ | ||
## Resubmission 2 | ||
This is a resubmission. In this version I have: | ||
|
||
* Added spaces between parentheses and angle brackets in the description. | ||
|
||
## Resubmission 1 | ||
This is a resubmission. In this version I have: | ||
|
||
* Substantially reduced runtime of the full check by reducing iterations in tests | ||
* Added Weecology (the copyright holder) to the DESCRIPTION file | ||
* Capitalized only the sentence beginnings and names in the description text | ||
* Elaborated the Description field in the DESCRIPTION file including references as requested | ||
* Added a \value entry with explanation to all functions' .Rd files with | ||
* Added small executable examples to all functions' .Rd files | ||
* Longer running examples have been enclosed in \donttest{}, and all \dontrun{} wrappings have been replaced with \donttest{}. \donttest{} examples have also been tested in checks for completeness using --run-donttest | ||
* Ensured re-setting of user options (set via par()) using on.exit() | ||
* All messages to the console are now written using message()/warning() rather than print()/cat() | ||
This resubmission addresses problems associated with the stringsAsFactors update in R-devel | ||
|
||
## Test environments | ||
* local Windows 10 home install, R 3.6.1 64-bit and 32-bit | ||
* ubuntu 14.04.5 LTS (on travis-ci), R 3.6.1 and R-devel (2019-07-24 r76881) | ||
* win builder, R 3.6.1 and R-devel (2019-07-05 r76784) | ||
* R-hub builder, Ubuntu Linux 16.04, R-release | ||
* R-hub builder, Fedora Linux, R-devel | ||
* local Windows 10 home install, R-devel (2020-03-01 r77881) 64-bit and 32-bit | ||
* ubuntu 16.04.6 LTS (on travis-ci), R 3.6.2 and R-devel (2019-03-02 r77888) | ||
* win builder, R 3.6.3 | ||
* win builder, R-devel (2020-01-28 r77738) | ||
* R-hub builder, Debian Linux, R-devel, GCC | ||
* R-hub builder, macOS 10.11 El Capitan, R-release (experimental) | ||
* R-hub builder, Fedora Linux, R-devel, GCC | ||
* R-hub builder, Fedora Linux, R-devel, clang, gfortran | ||
|
||
## R CMD check results: | ||
There were no ERRORs or WARNINGs | ||
There was 1 NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Juniper L. Simonis <[email protected]>' | ||
|
||
New submission | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
Blei (26:68) | ||
Kleykamp (27:65) | ||
Venables (28:36) | ||
al (27:8, 29:55) | ||
changepoints (26:5) | ||
et (27:5, 29:52) | ||
|
||
|
||
Those words are spelled correctly. | ||
There were no ERRORs, WARNINGs, or NOTEs | ||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for this package. |