Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 19, 2024
1 parent 19daaa4 commit 9e2c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/development_status.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source <- list.files(proj_root, pattern = "*.R$", recursive = TRUE)
# look for trackstatus comments
status_lines <- map_df(source, function(path) {
lines <- readr::read_lines(paste0(proj_root, "/", path))
lines <- readLines(paste0(proj_root, "/", path))
line_numbers <- grep("# trackstatus:", lines)
map_df(line_numbers, function(line_number) {
Expand Down

0 comments on commit 9e2c57d

Please sign in to comment.