loading...

{svMisc} provides a series of functions that are used by the other packages that make the SciViews::R dialect. You can also use most of them directly, like a progress bar, a function to run analyses in batch (and recover in case of error), management of a temporary environment, etc.

Installation

{svMisc} is available from CRAN, but it is an old version. You should install it from the SciViews R-Universe. To install this package and its dependencies, run the following command in R:

{r, eval=FALSE} install.packages('svMisc', repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org'))

An older version of {svMisc} can be installed from CRAN:

You can also install the latest development version. Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {svMisc} package from GitHub (source from main branch will be recompiled on your machine):

remotes::install_github("SciViews/svMisc")

R should install all required dependencies automatically, and then it should compile and install {svMisc}.

Further explore {svMisc}

You can get further help about this package this way: Make the {svMisc} package available in your R session:

Get help about this package:

library(help = "svMisc")
help("svMisc-package")
vignette("svMisc") # None is installed with install_github()

For further instructions, please, refer to the help pages at https://www.sciviews.org/svMisc/.

Code of Conduct

Please note that the {svMisc} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note to developers

This package used to be developed on R-Forge in the past. However, the latest R-Forge version was moved to this Github repository on 2016-03-16 (SVN version 569). Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.