-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 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 |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
^README\.html$ | ||
^README-.*\.png$ | ||
^cran-comments\.md$ | ||
^NEWS\.md$ | ||
^.*\.tex$ | ||
^CRAN-RELEASE$ |
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,14 +1,33 @@ | ||
## Test environments | ||
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.0 | ||
* win-builder (devel and release) | ||
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.1 | ||
* rhub (devel and release - Win Server, Ubuntu Linux, Fedora Linux) | ||
|
||
|
||
## R CMD check results | ||
R CMD check results | ||
0 errors | 0 warnings | 0 notes | ||
0 errors | 0 warnings | 1 note | ||
|
||
√ checking for file 'gMOIP/DESCRIPTION' | ||
- checking extension type ... Package | ||
- this is package 'gMOIP' version '1.3.0' (814ms) | ||
- package encoding: UTF-8 | ||
N checking CRAN incoming feasibility | ||
Maintainer: 'Lars Relund <[email protected]>' | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
ILP (9:60) | ||
MILP (9:67) | ||
polytope (9:42) | ||
|
||
R CMD check succeeded | ||
|
||
|
||
## Downstream dependencies | ||
* None | ||
* None | ||
|
||
## Steps for realesing to CRAN | ||
devtools::check() | ||
devtools::spell_check() | ||
devtools::check_rhub(interactive = FALSE) | ||
devtools::check_win_devel() | ||
devtools::release() |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.