CRAN Release 0.1.6
Bump from 0.0.9:
See news.md for details.
Major Changes from 0.0.9 to 0.1.6
- Added
fastcov2to calculate covariance in parallel - Added
sumsquaredto calculate sum-squared faster - Added
sexp_typeto obtain internal data type code - Added function to convert
base64to its encoding characters - Added a wrapper for
fastmap::fastqueue(fastqueue2) that shows friendly messages and can query elements - Removed function
get_cpuas it's unstable - Soft-deprecate
lockandunlockfunctions - Soft remove the experimental function
make_async_evaluatorto embrace the newrestbatchpackage (experimental) - Added
make_forked_clustersto allow multicorefutureinRStudioin one function - Added
async_worksto allow scheduling works in the background using multiple sessions.
Bug Fixes from 0.0.9 to 0.1.6
- Robust
get_ramfunction. The function will returnNAonSolaris, and actual memories in byte on other platforms. - Fixed
rs_focus_consolenot doing its job - Fixed
rs_execwhenwaitis true but not actually waiting - Robust
get_ramfunction. The function will returnNAonSolaris, and actual memories in byte on other platforms. lapply_async2now restores previousfuturestrategy on exitingrs_execnow allows packages to be loaded before scripts
Enhancements from 0.0.9 to 0.1.6
- Updated
JavaScriptlibraries to fix vulnerability issues - Allow
rs_execto return to console after submitting jobs (RStudioversion 1.4 required) - Removed unused functions in
README.md. make_forked_clustersallows to set a backup strategy once forked process fails (for example, on windows)- Instead of showing "finished", progress bar now shows square box once finished for cleaner output
- Internally added
attached_packagesto detect attached packages