Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ rsconnect/
docs/
SEQTaRget/docs
*.html
.Rproj.user
.positai
1 change: 1 addition & 0 deletions SEQTaRget/.Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ sticker.R
^pkgdown$
^docs$
^README\.Rmd$
^\.positai$
2 changes: 1 addition & 1 deletion SEQTaRget/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SEQTaRget
Type: Package
Title: Sequential Trial Emulation
Version: 1.4.1.9001
Version: 1.4.1.9002
Authors@R: c(person(given = "Ryan",
family = "O'Dea",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion SEQTaRget/R/SEQexpand.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SEQexpand <- function(params) {
)]
}

if (params@method == "censoring") {
if (params@method == "censoring" && !params@expand.only) {
out[, switch := FALSE]
if (params@deviation) {
# Censoring on deviation condition
Expand Down
Loading