Michael Weylandt
Michael Weylandt
We also don't need the `rds` file (that's not the "raw" data)
@jjn13 Any updates on this PR?
See also https://blog.rstudio.com/2018/10/18/shinytest-automated-testing-for-shiny-apps
Hmmmm.... That doesn't seem right - we call `Rcpp::checkUserInterrupt()` every 50 iterations or so (see [1]) depending on a preprocessor macro. I wonder if that's just not frequent enough for...
FYI -- the current `develop` (post #65) tries to check for user interrupts every 0.2s. (Though for enormous problems it still won't do that since we won't interrupt in the...
The `develop` -> `master` build is now (finally...) working again, so you can test things out. With your data set: `CARP(tf, alg.type = "carp", X.scale = TRUE)` takes about 6...
By default, I'd put it in `inst` (i.e., random files that get installed but not used by the package), but I think that the `data-raw` directory is also a common...