-
Notifications
You must be signed in to change notification settings - Fork 186
Lint files in exec
folder on lint_package
#1950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FIX r-lib#1947 As per https://cran.r-project.org/doc/manuals/R-exts.html#Package-subdirectories: Subdirectory exec could contain additional executable scripts the package needs, typically scripts for interpreters such as the shell, Perl, or Tcl.
Codecov Report
@@ Coverage Diff @@
## main #1950 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 113 113
Lines 4991 4991
=======================================
Hits 4939 4939
Misses 52 52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
LGTM. Please extend one of the test packages & write a test for this. Thanks! |
Tests added, @MichaelChirico. Ready for review |
Great! One last thing, please add a NEWS item & be sure to cite yourself. Thanks again! |
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
FIX #1947
As per https://cran.r-project.org/doc/manuals/R-exts.html#Package-subdirectories:
Subdirectory exec could contain additional executable scripts the package needs, typically scripts for interpreters such as the shell, Perl, or Tcl.