[R-pkg-devel] Should a package run without calling library?

2020-09-01 Thread Richel Bilderbeek
n another package, that depends on my package do_something <- function() { library(mypackage) myfunction() } ``` So, should a package be able to work, when calling its exported functions using the scope operator? Thanks for your advice/pointers, Richel Bilderbeek * [1] <https://mir

[R-pkg-devel] Package that needs installation URL to function optimally eligible for CRAN

2020-08-24 Thread Richel Bilderbeek
ll, yet if helps the install the command-line tool from the emailed URL (see <https://github.com/richelbilderbeek/netmhc2pan#install> ). Should I submit my package to CRAN? Thanks for your advice, Richel Bilderbeek __ R-package-devel@r-project.

[R-pkg-devel] [SOLVED] Interpret feedback: not write testthat-tests in examples

2020-07-16 Thread Richel Bilderbeek
ut the testthat package Thanks again and the best, Richel Bilderbeek __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

[R-pkg-devel] Interpret feedback: not write testthat-tests in examples

2020-07-16 Thread Richel Bilderbeek
d I could not find a rule that I should refrain from doing so. What is the correct response to this feedback? Thanks for your guidance, Richel Bilderbeek __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel