Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 25, 2019
1 parent 2eb6ad7 commit eed251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/backend_loop.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ backend_loop <- function(config) {
next
}
if (is_dynamic(target, config)) {
targets <- c(subtarget_names(target[[1]], config), targets)
targets <- c(subtarget_names(target[1], config), targets)
config <- register_subtargets(target, config)
next
}
Expand Down

1 comment on commit eed251e

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/create_drake_layout.R:216:1: style: Lines should not be more than 80 characters.

# 1. Add an S3 class indicating whether the object is an import, static target, or dynamic target.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.