Skip to content

Commit c284e2c

Browse files
committed
try rbuildignore vignettes
1 parent a3e84c6 commit c284e2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.Rbuildignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
inst/joss_code\.Rmd
88
scripts/create_package_data\.R
99
^joss\_paper/
10-
^\_comparison-with-other-packages\.Rmd
11-
^\_user-defined-target-pop\.Rmd
12-
^\_comparison-with-other-packages\.html
13-
^\_user-defined-target-pop\.html
10+
^inst/doc/\_comparison-with-other-packages\.Rmd
11+
^inst/doc/\_user-defined-target-pop\.Rmd
12+
^inst/doc/\_comparison-with-other-packages\.html
13+
^inst/doc/\_user-defined-target-pop\.html

R/outstandR.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#' strategy = strategy_stc(lin_form))
5050
#'
5151
#' # G-computation with maximum likelihood
52-
#' # outstandR_gcomp_ml <- outstandR(AC_IPD, BC_ALD,
53-
#' strategy = strategy_gcomp_ml(lin_form))
52+
#' outstandR_gcomp_ml <- outstandR(AC_IPD, BC_ALD,
53+
#' strategy = strategy_gcomp_ml(lin_form))
5454
#'
5555
#' # G-computation with Bayesian inference
5656
#' outstandR_gcomp_stan <- outstandR(AC_IPD, BC_ALD,

0 commit comments

Comments
 (0)