Skip to content

Commit

Permalink
move comment in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 3, 2023
1 parent 4d9e31e commit e43f2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ readme:
lint_package:
${RSCRIPT} -e "lintr::lint_package()"

# use: `make style_file FILE=stuff.R`
# ("R/" is prepended); accepts 1 file only
style_file:
# use: make style_file FILE=stuff.R ("R/" is prepended)
# accepts 1 file only
${RSCRIPT} -e "styler::style_file('${FILE_TARGET}')"
${RSCRIPT} -e 'styler::style_file(${FILE_TARGET})'

style_package:
${RSCRIPT} -e "styler::style_pkg()"

0 comments on commit e43f2ea

Please sign in to comment.