Skip to content

Feature/update modules example #668

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 4 commits into from
Apr 13, 2017
Merged

Conversation

eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Apr 11, 2017

This PR contains updates to the two 'sub-packages' used for testing and demo:

  • inst/unit/testRcppModule/
  • inst/unit/testRcppClass/

The first (for Modules) is in good shape and updates the Modules example to current R 3.4.0 standards.

The second (for John's Rcpp Classes) is in less ideal shape, and still emits warning. John suspects these may come from R itself so this can still be committed.

[ I tried to squash-commit Jim's PR in so that this would be mergeable, seems like that failed. My master now has these two commit's cherried in, but I won't push that til I see some nodding or thumbs-up here. ]

[ Edit: Was able to sort it out here. It only affected the ChangeLog. ]

this example still triggers messages from R-devel CMD check
after discussion with jmc, concluded that these may stem from the R side
commit 43e53b0
Merge: 886f5df a15ba45
Author: Dirk Eddelbuettel <edd@debian.org>
Date:   Tue Apr 11 13:20:10 2017 -0500

    Merge pull request #663 from jimhester/exceptions_without_callstacks

    Added support for throwing exceptions without call stacks.

commit a15ba45
Author: Jim Hester <james.f.hester@gmail.com>
Date:   Mon Apr 3 16:11:24 2017 -0400

    Added support for throwing exceptions without call stacks.
@codecov-io
Copy link

codecov-io commented Apr 11, 2017

Codecov Report

Merging #668 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #668   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files          65       65           
  Lines        3303     3303           
=======================================
  Hits         3069     3069           
  Misses        234      234

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43e53b0...12cabff. Read the comment docs.

@eddelbuettel
Copy link
Member Author

@jjallaire @kevinushey @thirdwing @nathan-russell : I take lack of screaming as silent consent and will fold this in tomorrow or the next, unless someone beats me to it. It only affects demo / test packages illustrating Modules (and Rcpp Classes) so it is unlikely to do any damage.

@kevinushey
Copy link
Contributor

LGTM!

@eddelbuettel eddelbuettel merged commit 21d8388 into master Apr 13, 2017
@eddelbuettel eddelbuettel deleted the feature/update_modules_example branch April 20, 2017 19:31
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.

4 participants