Skip to content

Commit 9e2bc07

Browse files
authored
pkgdown update, version bump to dev, and dev pkgdown update (#201)
doc updates, version bump, more doc updates `travis` file updated (see notes in PR)
1 parent 54fcc26 commit 9e2bc07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2099
-341
lines changed

.travis.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ cran: https://cran.rstudio.com
1010
warnings_are_errors: false
1111

1212
r:
13-
- 3.2
14-
- 3.3
15-
- 3.4
1613
- 3.5
1714
- 3.6
1815
- devel
@@ -24,34 +21,6 @@ matrix:
2421
- r: 3.2 # partykit install failure (libcoin needs >= 3.4.0)
2522
- r: 3.4 # mvtnorm requires >= 3.5.0
2623

27-
r_binary_packages:
28-
- RCurl
29-
- dplyr
30-
- glue
31-
- magrittr
32-
- stringi
33-
- stringr
34-
- munsell
35-
- rlang
36-
- reshape2
37-
- scales
38-
- tibble
39-
- ggplot2
40-
- Rcpp
41-
- RcppEigen
42-
- BH
43-
- glmnet
44-
- earth
45-
- sparklyr
46-
- flexsurv
47-
- ranger
48-
- randomforest
49-
- xgboost
50-
- C50
51-
- reticulate
52-
- scales
53-
- dials
54-
5524

5625
cache:
5726
packages: true

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parsnip
2-
Version: 0.0.3
2+
Version: 0.0.3.9000
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# parsnip 0.0.3.9000
2+
13
# parsnip 0.0.3
24

35
Unplanned release based on CRAN requirements for Solaris.

docs/articles/articles/Classification.html

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/articles/Regression.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/articles/Submodels.html

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/404.html

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)