Skip to content

Commit e8fadbf

Browse files
authored
0.2.0 CRAN version (#670)
* http -> https * version bump * changed " character * remove references to censored functions * fix flexsurv links
1 parent be1ffdb commit e8fadbf

21 files changed

+29
-28
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 0.1.7.9006
3+
Version: 0.2.0
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parsnip (development version)
1+
# parsnip 0.2.0
22

33
## Model Specification Changes
44

man/details_C5_rules_C5.0.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_boost_tree_mboost.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_cubist_rules_Cubist.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_decision_tree_party.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_discrim_linear_sda.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_rand_forest_party.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_surv_reg_flexsurv.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/details_survival_reg_flexsurv.Rd

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/boost_tree_mboost.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ boost_tree() %>%
3838
translate()
3939
```
4040

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

4343
## Preprocessing requirements
4444

man/rmd/boost_tree_mboost.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ boost_tree() %>%
4545
## family = mboost::CoxPH())
4646
```
4747

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

5050
## Preprocessing requirements
5151

man/rmd/decision_tree_party.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ decision_tree(tree_depth = integer(1), min_n = integer(1)) %>%
4242
translate()
4343
```
4444

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

4747
## Preprocessing requirements
4848

man/rmd/decision_tree_party.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ decision_tree(tree_depth = integer(1), min_n = integer(1)) %>%
4848
## data))
4949
```
5050

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

5353
## Preprocessing requirements
5454

man/rmd/discrim_linear_sda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Variance calculations are used in these computations so _zero-variance_ predicto
5151

5252
## References
5353

54-
- 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).
54+
- 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).

man/rmd/rand_forest_party.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rand_forest() %>%
3636
translate()
3737
```
3838

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

4141
## Preprocessing requirements
4242

man/rmd/rand_forest_party.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rand_forest() %>%
3939
## data = missing_arg())
4040
```
4141

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

4444
## Preprocessing requirements
4545

man/rmd/surv_reg_flexsurv.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ surv_reg(dist = character(1)) %>%
3737

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

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

4242
## References
4343

man/rmd/surv_reg_flexsurv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ surv_reg(dist = character(1)) %>%
3939

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

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

4444
## References
4545

man/rmd/survival_reg_flexsurv.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ survival_reg(dist = character(1)) %>%
4040

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

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

4545
## References
4646

man/rmd/survival_reg_flexsurv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ survival_reg(dist = character(1)) %>%
4242

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

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

4747
## References
4848

0 commit comments

Comments
 (0)