svDialogs - Standard Dialog Boxes for R
Installation
Latest stable version
The latest stable version of svDialogs can simply be installed from CRAN:
install.packages(c("svGUI", svDialogs"))Development version
Make sure you have the devtools R package installed:
install.packages("devtools")Use install_github() to install the svDialogs package from Github (source from master branch will be recompiled on your machine):
devtools::install_github("SciViews/svGUI")
devtools::install_github("SciViews/svDialogs")R should install all required dependencies automatically, and then it should compile and install svDialogs.
Latest devel version of svDialogs (source + Windows binaires for the latest stable version of R at the time of compilation) is also available from appveyor.
Usage
Make the svDialogs package available in your R session:
library("svDialogs")Get help about this package:
library(help = "svDialogs")
help("svDialogs-package")For further instructions, please, refer to these help pages.
Note to developers
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
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 2018-04-02 (SVN version 569). Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.