Skip to content

Commit

Permalink
doc: appease lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
bczech committed Dec 15, 2023
1 parent 9bd0cf3 commit 06883f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_SE.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ create_SE <- function(df_,
# not all entries are mapped on trt_conditions or sa_conditions
# --> untreated should be mapped explicitely to avoid issues with treatments
# being considered as untreated in specific combination cases
untreated <- mapping_entries[map_untreated(mapping_entries),]
untreated <- mapping_entries[map_untreated(mapping_entries), ]

## Map controls.

Expand Down

0 comments on commit 06883f3

Please sign in to comment.