Skip to content

Commit

Permalink
changes for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Jun 3, 2018
1 parent 4d36930 commit cc7e9f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ inst/doc

*.history
.DS_Store
.Rbuildignore~
5 changes: 2 additions & 3 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: recipes
Title: Preprocessing Tools to Create Design Matrices
Version: 0.1.2.9001
Version: 0.1.3
Authors@R: c(
person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
Expand Down Expand Up @@ -42,7 +42,7 @@ Suggests:
RANN,
igraph,
knitr,
rsample (>= 0.0.2.9000),
rsample (>= 0.0.2),
ggplot2,
rmarkdown,
covr
Expand All @@ -52,4 +52,3 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
Remotes: topepo/rsample
6 changes: 4 additions & 2 deletions _pkgdown.yml
Expand Up @@ -31,6 +31,7 @@ reference:
- step_BoxCox
- step_bs
- step_hyperbolic
- step_inverse
- step_invlogit
- step_log
- step_logit
Expand Down Expand Up @@ -73,6 +74,7 @@ reference:
- step_isomap
- step_kpca
- step_pca
- step_pls
- step_ratio
- step_spatialsign
- title: Step Functions - Filters
Expand Down Expand Up @@ -104,7 +106,7 @@ reference:

navbar:
left:
- text: Simple Example
- text: "Simple Example"
href: articles/Simple_Example.html
- text: "Articles"
menu:
Expand All @@ -120,7 +122,7 @@ navbar:
href: articles/Skipping.html
- text: "Subsampling for Class Imbalances"
href: articles/articles/Subsampling.html
- text: Multivariate Analysis using Partial Least Squares
- text: "Multivariate Analysis using Partial Least Squares"
href: articles/articles/Multivariate_PLS.html
- text: Reference
href: reference/index.html
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test_pls.R
Expand Up @@ -149,6 +149,7 @@ test_that('non-default values - multivariate', {


test_that('non-default values - univariate', {
skip_on_cran()
nondefault_uni_rec <- recipe(yield ~ N + P + K, data = tr_data) %>%
step_pls(
all_predictors(),
Expand Down

0 comments on commit cc7e9f3

Please sign in to comment.