Skip to content

Commit a65fcf6

Browse files
committed
minor updates for CRAN checks
1 parent d659c8c commit a65fcf6

File tree

7 files changed

+21
-25
lines changed

7 files changed

+21
-25
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2020-09-17.
2-
Once it is accepted, delete this file and tag the release (commit ad1344e).
1+
This package was submitted to CRAN on 2020-09-23.
2+
Once it is accepted, delete this file and tag the release (commit d659c8c).

cran-comments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
* In the initial attempt, there were two significant issues:
1919
* A few more links throughout used `http`; these have been moved to `https`
2020
or otherwise changed entirely.
21-
* The old URL `https://sl3.tlverse.org` has been replaced by
22-
`https://tlverse.org/sl3`
21+
* The old URL `https://sl3.tlverse.org` has been replaced by a corrected
22+
version `https://tlverse.org/sl3/`
23+
* Changing of user options via calls to `options()` in the vignettes have
24+
been removed entirely.

docs/articles/intro_txshift.html

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

docs/articles/ipcw_txshift.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
intro_txshift: intro_txshift.html
66
ipcw_txshift: ipcw_txshift.html
7-
last_built: 2020-09-17T07:31Z
7+
last_built: 2020-09-23T20:58Z
88
urls:
99
reference: https://code.nimahejazi.org/txshift/reference
1010
article: https://code.nimahejazi.org/txshift/articles

vignettes/intro_txshift.Rmd

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ vignette: >
1111
%\VignetteEncoding{UTF-8}
1212
---
1313

14-
```{r, echo=FALSE}
15-
options(scipen = 999)
16-
```
17-
1814
## Introduction
1915

2016
Stochastic treatment regimes present a relatively simple manner in which to
@@ -148,8 +144,9 @@ summary(tmle_hal_shift_2)
148144

149145
To easily incorporate ensemble machine learning into the estimation procedure,
150146
we rely on the facilities provided in the [`sl3` R
151-
package](https://tlverse.org/sl3) [@coyle2020sl3]. For a complete guide on
152-
using the `sl3` R package, consider consulting https://tlverse.org/sl3.
147+
package](https://tlverse.org/sl3/) [@coyle2020sl3]. For a complete guide on
148+
using the `sl3` R package, consider consulting https://tlverse.org/sl3/ and
149+
https://tlverse.org/tlverse-handbook/sl3.html.
153150

154151
```{r, eval = FALSE}
155152
# SL learners to be used for most fits (e.g., IPCW, outcome regression)
@@ -174,7 +171,7 @@ sl_learner_density <- Lrnr_sl$new(learners = g_lib,
174171

175172
### Estimating Stochastic Interventions Effects with Stacked Regressions
176173

177-
Using the framework provided by the [`sl3` package](https://tlverse.org/sl3),
174+
Using the framework provided by the [`sl3` package](https://tlverse.org/sl3/),
178175
the nuisance parameters of the TML estimator may be fit with ensemble learning,
179176
using the cross-validation framework of the Super Learner algorithm of
180177
@vdl2007super.

vignettes/ipcw_txshift.Rmd

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ vignette: >
1111
%\VignetteEncoding{UTF-8}
1212
---
1313

14-
```{r, echo=FALSE}
15-
options(scipen = 999)
16-
```
17-
1814
## Introduction
1915

2016
For a more general introduction to the targeted maximum likelihood estimator
@@ -180,8 +176,9 @@ summary(tmle_hal_shift_2)
180176

181177
To easily incorporate ensemble machine learning into the estimation procedure,
182178
we rely on the facilities provided in the [`sl3` R
183-
package](https://tlverse.org/sl3) [@coyle2020sl3]. For a complete guide on
184-
using the `sl3` R package, consider consulting https://tlverse.org/sl3.
179+
package](https://tlverse.org/sl3/) [@coyle2020sl3]. For a complete guide on
180+
using the `sl3` R package, consider consulting https://tlverse.org/sl3/ and
181+
https://tlverse.org/tlverse-handbook/sl3.html.
185182

186183
```{r make_sl, eval = FALSE}
187184
# SL learners to be used for most fits (e.g., IPCW, outcome regression)
@@ -204,7 +201,7 @@ sl_learner_density <- Lrnr_sl$new(learners = lrnr_dens_lib,
204201

205202
### Estimating the IPCW-TMLE with Optimal Stacked Regressions
206203

207-
Using the framework provided by the [`sl3` package](https://tlverse.org/sl3),
204+
Using the framework provided by the [`sl3` package](https://tlverse.org/sl3/),
208205
the nuisance parameters of the TML estimator may be fit with ensemble learning,
209206
using the cross-validation framework of the Super Learner algorithm of
210207
@vdl2007super. In principal, it would be desirable to estimate the parameter

0 commit comments

Comments
 (0)