-
Notifications
You must be signed in to change notification settings - Fork 8
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
2 changed files
with
24 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
^\.travis\.yml$ | ||
^\.git$ | ||
^appveyor\.yml$ | ||
^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,23 @@ | ||
## Test environments | ||
* local ubuntu 18 install, R 3.4.4 | ||
* ubuntu 14.04 (on travis-ci), R 3.4.4, 3.5.0, 3.6.0 | ||
* OSX 10.11 (on travis-ci), R 3.4.4, 3.5.0, 3.6.0 | ||
* MS Windows x86_64-w64-mingw32/x64 (on appveyor), R 3.5.1 | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There were 2 NOTEs: | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Vojtech Spiwok <[email protected]>’ | ||
|
||
New submission | ||
|
||
* checking examples ... NOTE | ||
Examples with CPU or elapsed time > 5s | ||
user system elapsed | ||
lines.nebpath 5.04 0.004 5.045 | ||
|
||
(several other examples run for ~5s on my laptop, so they may | ||
appear in the list of elapsed time > 5s depending on cpu load) | ||
|