-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
646 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
branches: | ||
only: | ||
- master | ||
- master | ||
|
||
env: | ||
global: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,95 @@ | ||
Package: tlversehandbook | ||
Title: Targeted Learning in R with the 'tlverse' | ||
Version: 0.0.4 | ||
Authors@R: c( | ||
person("Jeremy", "Coyle", email = "[email protected]", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0002-9874-6649")), | ||
person("Nima", "Hejazi", email = "[email protected]", | ||
role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0002-7127-2789")), | ||
person("Ivana", "Malenica", email = "[email protected]", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0002-7404-8088")), | ||
person("Rachael", "Phillips", email = "[email protected]", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0002-8474-591X")), | ||
person("Alan", "Hubbard", email = "[email protected]", | ||
role = c("aut", "ths"), | ||
comment = c(ORCID = "0000-0002-3769-0127")), | ||
person("Mark", "van der Laan", email = "[email protected]", | ||
role = c("aut", "ths"), | ||
comment = c(ORCID = "0000-0003-1432-5511")) | ||
) | ||
Version: 0.1.0 | ||
Authors@R: | ||
c(person(given = "Jeremy", | ||
family = "Coyle", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-9874-6649")), | ||
person(given = "Nima", | ||
family = "Hejazi", | ||
role = c("aut", "cre", "cph"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7127-2789")), | ||
person(given = "Ivana", | ||
family = "Malenica", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7404-8088")), | ||
person(given = "Rachael", | ||
family = "Phillips", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-8474-591X")), | ||
person(given = "Alan", | ||
family = "Hubbard", | ||
role = c("aut", "ths"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-3769-0127")), | ||
person(given = "Mark", | ||
family = "van der Laan", | ||
role = c("aut", "ths"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1432-5511"))) | ||
Maintainer: Nima Hejazi <[email protected]> | ||
Description: An open source reproducible handbook for causal machine learning | ||
and data science with the targeted learning methodology, with an emphasis on | ||
practical examples and tutorials using the 'tlverse' ecosystem of packages. | ||
Depends: R (>= 3.6.0) | ||
Description: An open source reproducible handbook for causal machine | ||
learning and data science with the targeted learning methodology, with | ||
an emphasis on practical examples and tutorials using the 'tlverse' | ||
ecosystem of packages. | ||
URL: https://github.com/tlverse/tlverse-workshop, | ||
https://tlverse.org/tlverse-handbook | ||
BugReports: https://github.com/tlverse/tlverse-workshop/issues | ||
Depends: | ||
R (>= 3.6.0) | ||
Imports: | ||
bookdown, | ||
bslib, | ||
downlit, | ||
rmarkdown, | ||
ggplot2, | ||
tibble, | ||
tidyr, | ||
dplyr, | ||
readr, | ||
knitr, | ||
stringr, | ||
skimr, | ||
kableExtra, | ||
ggfortify, | ||
data.table, | ||
mvtnorm, | ||
dagitty, | ||
ggdag, | ||
randomForest, | ||
forecast, | ||
delayed, | ||
origami, | ||
sl3, | ||
tmle3, | ||
tmle3mopttx, | ||
tmle3shift | ||
bookdown, | ||
bslib, | ||
dagitty, | ||
data.table, | ||
delayed, | ||
downlit, | ||
dplyr, | ||
forecast, | ||
ggdag, | ||
ggfortify, | ||
ggplot2, | ||
kableExtra, | ||
knitr, | ||
mvtnorm, | ||
origami, | ||
randomForest, | ||
readr, | ||
rmarkdown, | ||
skimr, | ||
sl3, | ||
stringr, | ||
tibble, | ||
tidyr, | ||
tmle3, | ||
tmle3mopttx, | ||
tmle3shift | ||
Suggests: | ||
nnls, | ||
Rsolnp, | ||
arm, | ||
gam, | ||
e1071, | ||
glmnet, | ||
xgboost, | ||
speedglm, | ||
ranger, | ||
SuperLearner, | ||
hal9001, | ||
haldensify, | ||
polspline | ||
arm, | ||
e1071, | ||
gam, | ||
glmnet, | ||
hal9001, | ||
haldensify, | ||
nnls, | ||
polspline, | ||
ranger, | ||
Rsolnp, | ||
speedglm, | ||
SuperLearner, | ||
xgboost | ||
Remotes: | ||
github::rstudio/bslib, | ||
github::rstudio/bookdown, | ||
github::tlverse/sl3@devel, | ||
github::tlverse/tmle3@master, | ||
github::tlverse/tmle3mopttx@5ba5f65, | ||
github::tlverse/tmle3shift@master, | ||
github::nhejazi/haldensify@f0de4b5 | ||
URL: | ||
https://github.com/tlverse/tlverse-workshop, | ||
https://tlverse.org/tlverse-handbook | ||
BugReports: https://github.com/tlverse/tlverse-workshop/issues | ||
github::nhejazi/haldensify@f0de4b5, | ||
github::rstudio/bookdown, | ||
github::rstudio/bslib, | ||
github::tlverse/sl3@devel, | ||
github::tlverse/tmle3@master, | ||
github::tlverse/tmle3mopttx@5ba5f65, | ||
github::tlverse/tmle3shift@master | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.