Skip to content

Commit

Permalink
Increment version number to 0.0.2.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jun 7, 2024
1 parent 1cad32f commit ba117a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: reuseme
Title: Collections of Utility Functions to Work Across Projects
Version: 0.0.2.9001
Version: 0.0.2.9002
Authors@R:
person("Olivier", "Roy", , "olivierroy71@hotmail.com", role = c("aut", "cre"))
Description: Allows you to browse current projects, rename files safely,
Expand Down
2 changes: 1 addition & 1 deletion R/outline.R
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ print.outline_report <- function(x, ...) {
file_sections <- dplyr::filter(
file_sections,
dplyr::n() < 4,
.by = c(.data$file, .data$outline_el)
.by = c("file", "outline_el")
)
}

Expand Down

0 comments on commit ba117a4

Please sign in to comment.