rhuffy / svMisc

Miscellaneous functions for SciViews or general use

Home Page:https://www.sciviews.org/svMisc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svMisc

Linux build status Win build status Coverage status CRAN status License Lifecycle: stable

'svMisc' provides a series of functions that are used by the other SciViews packages. 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

You can install the released version of 'svMisc' from CRAN with:

install.packages("svMisc")

You can also install the latest developement version. Make sure you have the 'devtools' R package installed:

install.packages("devtools")

Use install_github() to install the 'svMisc' package from Github (source from master branch will be recompiled on your machine):

devtools::install_github("SciViews/svMisc")

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

Latest devel version of 'svMisc' (source + Windows binaires for the latest stable version of R at the time of compilation) is also available from appveyor.

Further explore 'svMisc'

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

library("svMisc")

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 svSweave project 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.

About

Miscellaneous functions for SciViews or general use

https://www.sciviews.org/svMisc/

License:Other


Languages

Language:R 100.0%