Skip to content
Prev 9763 / 12125 Next

[R-pkg-devel] Too many cores used in examples (not caused by data.table)

Chapter 15 in Wickham and Bryan, R Packages, discuss "Advanced 
Testing Techniques". Their current section "15.4.1 Skip a test" includes 
the following:


test_that("some long-running thing works", {
   skip_on_cran()
   # test code that can potentially take "a while" to run
})


	  Have you tried writing directly to Jennifer Bryan 
<jenny at rstudio.com>? She and Hadley might be able to get help from the 
CRAN maintainers in getting help with this particular problem AND 
getting more documentation on this in their book ;-)


	  hope this helps.
	  spencer graves
On 10/24/23 6:03 AM, Greg Hunt wrote: