-
Notifications
You must be signed in to change notification settings - Fork 3
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 #103 from ModelOriented/cran-release-0.0.3
Cran release fixes.
- Loading branch information
Showing
27 changed files
with
658 additions
and
726 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,6 +1,6 @@ | ||
Package: xspliner | ||
Title: Assisted Model Building, using Surrogate Black-Box Models to Train Interpretable Spline Based Additive Models | ||
Version: 0.0.2.9005 | ||
Version: 0.0.3 | ||
Authors@R: c( | ||
person("Krystian", "Igras", email = "[email protected]", role = c("aut", "cre")), | ||
person("Przemyslaw", "Biecek", role = c("aut", "ths"))) | ||
|
@@ -20,7 +20,7 @@ Imports: stats, | |
magrittr, | ||
purrr, | ||
tidyr, | ||
pROC | ||
pROC (>= 1.15.3) | ||
Suggests: | ||
ALEPlot, | ||
factorMerger, | ||
|
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
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,39 +1,42 @@ | ||
## Test environments | ||
* local Ubuntu 18.10, R 3.5.1 | ||
* Rhub Ubuntu Linux 16.04 LTS, R-release, GCC | ||
* local check | ||
Ubuntu 18.10, R 3.6.1 | ||
* win-builder | ||
R version 3.5.3 (2019-03-11) | ||
R Under development (unstable) (2019-09-02 r77130) | ||
R version 3.6.1 (2019-07-05) | ||
|
||
## R CMD check results | ||
## `R CMD check xspliner_0.0.3.tar.gz --as-cran` results | ||
|
||
``` | ||
Status: OK | ||
``` | ||
|
||
## check_rhub() result | ||
## win-builder result | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Krystian Igras <[email protected]>’ | ||
New submission | ||
Possibly mis-spelled words in DESCRIPTION: | ||
interpretable (9:41) | ||
Interpretable (3:15) | ||
* checking examples ... NOTE | ||
Examples with CPU or elapsed time > 5s | ||
user system elapsed | ||
xspline 5.92 0.164 6.217 | ||
0 errors | 0 warnings | 2 notes | ||
* using log directory 'd:/RCompile/CRANguest/R-oldrelease/xspliner.Rcheck' | ||
* using R version 3.5.3 (2019-03-11) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* DONE | ||
Status: OK | ||
``` | ||
|
||
# win-builder result | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Krystian Igras <[email protected]>' | ||
* using log directory 'd:/RCompile/CRANguest/R-devel/xspliner.Rcheck' | ||
* using R Under development (unstable) (2019-09-02 r77130) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* DONE | ||
Status: OK | ||
``` | ||
|
||
Status: 1 NOTE | ||
``` | ||
* using log directory 'd:/RCompile/CRANguest/R-release/xspliner.Rcheck' | ||
* using R version 3.6.1 (2019-07-05) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* DONE | ||
Status: OK | ||
``` |
Oops, something went wrong.