Releases: SciViews/svMisc
Releases · SciViews/svMisc
droping import for methods::getMethods() - deprecated function
v1.4.2 import of methods::getMethods (deprecated) dropped
aka() and section() added to document and create sets of objects
v1.4.0 NEWS.md completed
rbenchmark corrected
v1.3.1 print.rmarkdown() exported
aka(), rbenchmark() and cut_quantile().
Three functions added:
- aka() to allow renaming functions without losing link to their help page using .?fun
- benchmark() to easily run R benchmark v.2.5
- cut_quantile() like cut() but with breaks specified as quantiles
capture_all() fixed for R >= 4.1.0
Assignation to baseenv() is not permitted any more in R. capture_all(), mimicking the usual REPL did assign last.warning there. Now, last.warning is assigned in temp_env(), and a new function, warnings2(), can be used to retrieve it.
Support of pCloud
Two new functions: pcloud()
and pcloud_crypto()
are added to aid using pCloud storage in R.
.Traceback -> .Traceback_capture_all in capture_all()
v1.1.4 Minor change in the documentation
about() and ?. for SciViews-enhanced help
v1.1.0 Correction in man page for subsettable