Skip to content

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

Merged
merged 10 commits into from
Apr 12, 2023
Merged

Conversation

jmaspons
Copy link
Contributor

@jmaspons jmaspons commented Apr 4, 2023

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.

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-commenter
Copy link

codecov-commenter commented Apr 4, 2023

Codecov Report

Merging #1950 (6a528bf) into main (2d8a12d) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 6a528bf differs from pull request most recent head b65c2e9. Consider uploading reports for the commit b65c2e9 to get more accurate results

@@           Coverage Diff           @@
##             main    #1950   +/-   ##
=======================================
  Coverage   98.95%   98.95%           
=======================================
  Files         113      113           
  Lines        4991     4991           
=======================================
  Hits         4939     4939           
  Misses         52       52           
Impacted Files Coverage Δ
R/lint.R 96.75% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

jmaspons and others added 2 commits April 4, 2023 06:57
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
@jmaspons jmaspons requested a review from IndrajeetPatil April 5, 2023 12:18
@MichaelChirico
Copy link
Collaborator

LGTM. Please extend one of the test packages & write a test for this. Thanks!

@jmaspons
Copy link
Contributor Author

Tests added, @MichaelChirico. Ready for review

@MichaelChirico
Copy link
Collaborator

Great! One last thing, please add a NEWS item & be sure to cite yourself. Thanks again!

jmaspons and others added 2 commits April 12, 2023 15:53
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
Co-authored-by: Indrajeet Patil <patilindrajeet.science@gmail.com>
Copy link
Collaborator

@IndrajeetPatil IndrajeetPatil left a comment

Choose a reason for hiding this comment

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

Thanks!

@IndrajeetPatil IndrajeetPatil merged commit 3a8d495 into r-lib:main Apr 12, 2023
@jmaspons jmaspons deleted the exec branch April 12, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint *\.[rR] files in exec folder on lint_package
4 participants