Skip to content
Prev 2396 / 3656 Next

running unit tests on the stringr package

Dear Raju

I agree to Dirk that this is not really the best place for these matters, but 
as I got curious, I checked and found you should use test_package() and not 
test_dir(), as the latter does not load unexported functions of the package 
(such as check_string()) that may occur in the tests.

For packaging of r-cran-stringr, it is probably most efficient to file a bug 
report there because of the missing Suggests for r-cran-testthat.

Kind regards,

Johannes

Am Sonntag, 19. April 2015, 17:58:53 schrieb kamaraju kusumanchi: