SciViews
'SciViews' mainly provides the
SciViews::Rdialect through the function of the same name. It loads a series of tidyverse and Sciviews packages in order to supplement base R with functions to implement that dialect. See, for instance the books Science des Données Biologiques I and Science des Données Biologiques II (in French) for extensive examples of the use ofSciViews::R.
Installation
The latest stable version of 'SciViews' can simply be installed from CRAN:
install.packages("SciViews")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 'SciViews' package from Github (source from master branch will be recompiled on your machine):
devtools::install_github("SciViews/SciViews")R should install all required dependencies automatically, and then it should compile and install 'SciViews'.
Latest devel version of 'SciViews' (source + Windows binaires for the latest stable version of R at the time of compilation) is also available from appveyor.
Further explore 'SciViews'
You can get further help about this package this way: Make the 'SciViews' package and all the other packages required by the SciViews::R dialect available in your R session:
SciViews::R()Get help about this package:
library(help = "SciViews")
help("SciViews-package")
vignette("SciViews") # None is installed with install_github()For further instructions, please, refer to these help pages at https://www.sciviews.org/SciViews/.
Code of Conduct
Please note that the 'SciViews' 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 2018-01-05 (SVN version 569). Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.