Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/benkeser/drtmle
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeser committed Jul 2, 2018
2 parents e1041d5 + b202fc7 commit 574e3c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Suggests:
quadprog,
nloptr,
parallel,
snow
snow,
foreach
License: MIT + file LICENSE
URL: https://github.com/benkeser/drtmle
BugReports: https://github.com/benkeser/drtmle/issues
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ check:
checkfast:
Rscript -e "devtools::check(build_args = '--no-build-vignettes')"

bioc:
Rscript -e "BiocCheck::BiocCheck('.')"

test:
Rscript -e "devtools::test()"

Expand Down
2 changes: 1 addition & 1 deletion R/method_fixes.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ method.CC_nloglik_mod <- function() {
"Algorithm ", colDup,
" is duplicated. Setting weight to 0."
))
modZ <- modZ[, -colDup]
modZ <- modZ[, -colDup, drop = FALSE]
}
modlogitZ <- SuperLearner::trimLogit(modZ, control$trimLogit)
logitZ <- SuperLearner::trimLogit(Z, control$trimLogit)
Expand Down

0 comments on commit 574e3c2

Please sign in to comment.