Skip to content

0.2.0 CRAN version #670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: parsnip
Title: A Common API to Modeling and Analysis Functions
Version: 0.1.7.9006
Version: 0.2.0
Authors@R: c(
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# parsnip (development version)
# parsnip 0.2.0

## Model Specification Changes

Expand Down
2 changes: 1 addition & 1 deletion man/details_C5_rules_C5.0.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/details_boost_tree_mboost.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/details_cubist_rules_Cubist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/details_decision_tree_party.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/details_discrim_linear_sda.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/details_rand_forest_party.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/details_surv_reg_flexsurv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/details_survival_reg_flexsurv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rmd/boost_tree_mboost.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ boost_tree() %>%
translate()
```

[blackboost_train()] is a wrapper around [mboost::blackboost()] (and other functions) that makes it easier to run this model.
`censored::blackboost_train()` is a wrapper around [mboost::blackboost()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/boost_tree_mboost.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ boost_tree() %>%
## family = mboost::CoxPH())
```

[blackboost_train()] is a wrapper around [mboost::blackboost()] (and other functions) that makes it easier to run this model.
`censored::blackboost_train()` is a wrapper around [mboost::blackboost()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/decision_tree_party.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ decision_tree(tree_depth = integer(1), min_n = integer(1)) %>%
translate()
```

[cond_inference_surv_ctree()] is a wrapper around [party::ctree()] (and other functions) that makes it easier to run this model.
`censored::cond_inference_surv_ctree()` is a wrapper around [party::ctree()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/decision_tree_party.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ decision_tree(tree_depth = integer(1), min_n = integer(1)) %>%
## data))
```

[cond_inference_surv_ctree()] is a wrapper around [party::ctree()] (and other functions) that makes it easier to run this model.
`censored::cond_inference_surv_ctree()` is a wrapper around [party::ctree()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/discrim_linear_sda.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Variance calculations are used in these computations so _zero-variance_ predicto

## References

- Ahdesmaki, A., and K. Strimmer. 2010. Feature selection in omics prediction problems using cat scores and false non-discovery rate control. Ann. Appl. Stat. 4: 503-519. [Preprint](http://arxiv.org/abs/0903.2003).
- Ahdesmaki, A., and K. Strimmer. 2010. Feature selection in omics prediction problems using cat scores and false non-discovery rate control. Ann. Appl. Stat. 4: 503-519. [Preprint](https://arxiv.org/abs/0903.2003).
2 changes: 1 addition & 1 deletion man/rmd/rand_forest_party.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand_forest() %>%
translate()
```

[cond_inference_surv_cforest()] is a wrapper around [party::cforest()] (and other functions) that makes it easier to run this model.
`censored::cond_inference_surv_cforest()` is a wrapper around [party::cforest()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/rand_forest_party.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand_forest() %>%
## data = missing_arg())
```

[cond_inference_surv_cforest()] is a wrapper around [party::cforest()] (and other functions) that makes it easier to run this model.
`censored::cond_inference_surv_cforest()` is a wrapper around [party::cforest()] (and other functions) that makes it easier to run this model.

## Preprocessing requirements

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/surv_reg_flexsurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ surv_reg(dist = character(1)) %>%

The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].

For this engine, stratification cannot be specified via [`strata()`], please see the documentation of the [`flexsurv::flexsurv-package`] package for alternative specifications.
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.

## References

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/surv_reg_flexsurv.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ surv_reg(dist = character(1)) %>%

The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].

For this engine, stratification cannot be specified via [`strata()`], please see the documentation of the [`flexsurv::flexsurv-package`] package for alternative specifications.
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.

## References

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/survival_reg_flexsurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ survival_reg(dist = character(1)) %>%

The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].

For this engine, stratification cannot be specified via [strata()]; please see the documentation of the [flexsurv] package for alternative specifications.
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.

## References

Expand Down
2 changes: 1 addition & 1 deletion man/rmd/survival_reg_flexsurv.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ survival_reg(dist = character(1)) %>%

The main interface for this model uses the formula method since the model specification typically involved the use of [survival::Surv()].

For this engine, stratification cannot be specified via [strata()]; please see the documentation of the [flexsurv] package for alternative specifications.
For this engine, stratification cannot be specified via [`strata()`], please see [flexsurv::flexsurvreg()] for alternative specifications.

## References

Expand Down