This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
added submit comments
- Loading branch information
1 parent
27c8864
commit 552bfdf06ccfd733d4eed12f5939da947114e3a1
Showing
2 changed files
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,3 +2,4 @@ | ||
^\.Rproj\.user$ | ||
^\.buildkite.* | ||
^revdep$ | ||
^cran-comments.md$ |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Test environments | ||
* local windows 7 install, R 3.5.1 | ||
* debian 9.4, R 3.4.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
|
||
* New submission | ||
|
||
* Possibly mis-spelled words in DESCRIPTION: | ||
Omics (3:30) | ||
omics (9:126) | ||
|
||
Both are spelled correctly. First is capital because of title case. | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on downstream dependencies of wilson | ||
(https://github.molgen.mpg.de/loosolab/wilson/tree/master/revdep). | ||
All packages that I could install passed. |