Re: [R-pkg-devel] What's recommended to do on "Suggests or Enhances not in mainstream repositories: ..."?

2016-05-22 Thread Balamuta, James Joseph
Greetings and Salutations Marius, For implementation help with “Additional_repositories”, which lacks a bit of documentation, please see: http://thecoatlessprofessor.com/programming/r-data-packages-in-external-data-repositories-using-the-additional_repositories-field/ Under this approach, I am

[R-pkg-devel] testthat and locales / tz

2016-05-22 Thread Pedro Aphalo
Is there a way of making automatic and portable across OSs the running of testthat test cases in a package under more than one time zone or locale? One of my packages was passing tests locally but not on CRAN winbuilder. The bug was real but would not be diagnosed under my own time zone. Thanks