Re: [R-pkg-devel] R CMD check works but with devtools::check() examples fail

2019-05-16 Thread Jack O. Wasey
Why do you think so? Don't the lines below the "-- Building" header mean that devtools/rcmdcheck is building the package? I saw (the last part of) this: > ~/git/rdtLite.check/rdtLite.Rcheck/00_pkg_src/rdtLite -> R CMD check . Sorry if I added some confusion: on closer inspection, it does lo

Re: [R-pkg-devel] R CMD check works but with devtools::check() examples fail

2019-05-16 Thread Jack O. Wasey
Barbara, On 5/15/19 5:09 PM, Barbara Lerner wrote: I have just upgraded to R 3.6.0 and when building and checking my package, R CMD check passes all the checks, including running the examples, but devtools::check reports a failure when running the examples.  I have also run the example successfu

Re: [R-pkg-devel] active bindings in package namespace

2019-03-24 Thread Jack O. Wasey
function call only needs a pair of parentheses. Best regards Kirill On 23.03.19 16:50, Jack O. Wasey wrote: Dear all, I am developing a package which is a front for various online data (icd.data https://github.com/jackwasey/icd.data/ ). The current CRAN version just has lazy-loaded data,

[R-pkg-devel] active bindings in package namespace

2019-03-23 Thread Jack O. Wasey
Dear all, I am developing a package which is a front for various online data (icd.data https://github.com/jackwasey/icd.data/ ). The current CRAN version just has lazy-loaded data, but now the package encompasses far more current and historic ICD codes from different countries, these can't be