topocast 0.0.5
- Vignettes now restore the graphical parameters they set: each plotting chunk that calls
par() saves the previous settings and resets them with par(op) afterward, so a vignette no longer leaves mfrow and mar altered for later code.
topocast() and window_regression() gain a threads argument controlling how many threads the fitting loop may use, defaulting to every available core. A caller parallelizing at the R level can now pass threads = 1 and own the cores itself. Requests above the available cores are clamped, and every request is clamped to two while a package check is running (_R_CHECK_LIMIT_CORES_) (#36).
CRAN: https://cran.r-project.org/package=topocast