Skip to content
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

support include files for package names with dot (closes #1129) #1132

Merged
merged 3 commits into from
Jan 18, 2021

Conversation

eddelbuettel
Copy link
Member

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Prefereably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

This addresses the issue in #1129 which itself bring back up #500 and related SO question. The fix is actually pretty simple, was made (and even tested) a few weeks ago.

@codecov-io
Copy link

codecov-io commented Jan 16, 2021

Codecov Report

Merging #1132 (fb91e5a) into master (f4342ae) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1132   +/-   ##
=======================================
  Coverage   97.51%   97.51%           
=======================================
  Files          64       64           
  Lines        2735     2739    +4     
=======================================
+ Hits         2667     2671    +4     
  Misses         68       68           
Impacted Files Coverage Δ
src/attributes.cpp 100.00% <100.00%> (ø)

eddelbuettel added a commit to Enchufa2/Rcpp that referenced this pull request Jan 17, 2021
eddelbuettel added a commit to Enchufa2/Rcpp that referenced this pull request Jan 17, 2021
@eddelbuettel
Copy link
Member Author

Given the comment here I will go ahead and merge this now.

@eddelbuettel eddelbuettel merged commit c260499 into master Jan 18, 2021
@eddelbuettel eddelbuettel deleted the feature/dot_in_name branch January 18, 2021 17:11
eddelbuettel added a commit to Enchufa2/Rcpp that referenced this pull request Jan 18, 2021
eddelbuettel added a commit that referenced this pull request Jan 19, 2021
eddelbuettel added a commit that referenced this pull request Jan 19, 2021
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.

None yet

2 participants