Git Product home page Git Product logo

exploreit's Introduction

'SciViews::R' Dialect for Data Processing and Visualization

R-CMD-check Codecov test coverage CRAN Status r-universe status License Life cycle stable

{SciViews} mainly provides the SciViews::R dialect 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 of SciViews::R.

Installation

{SciViews} 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:

install.packages('SciViews', repos = c('https://sciviews.r-universe.dev',
  'https://cloud.r-project.org'))

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

install.packages("SciViews")

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 {SciViews} package from GitHub (source from main branch will be recompiled on your machine):

remotes::install_github("SciViews/SciViews")

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

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} 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 2018-01-05 (SVN version 569). Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.

exploreit's People

Contributors

phgrosjean avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.