GithubHelp home page GithubHelp logo

sciviews / sciviewsk Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 12.67 MB

SciViews-K is an addons to integrate R and the R language in Komodo Edit/IDE

License: GNU Lesser General Public License v2.1

Python 5.93% JavaScript 22.92% HTML 66.70% R 3.44% Shell 0.05% CSS 0.96%
r ide komodo-extension sciviews

sciviewsk'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.

sciviewsk's People

Contributors

phgrosjean avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

sciviewsk's Issues

problem starting R in Komodo with sciviews-k (Ubuntu)

i have successfully installed sciviews-k and am now trying to start an R session in Komodo.
in the R -> Configure R i have 'use this application: /usr/bin/R' (with the --quiet option) which is correct as it is where R lives on my machine. then it says that this command will be used to start R:
x-terminal-emulator -e '/usr/bin/R --quiet' --args --svStartPkgs=SciViews

however, when i try to run R (with or without the --quiet option) an x terminal pops up along with a shell window with a red box in it saying:

There was an error creating the child process for this terminal
Failed to execute child process "/usr/bin/R --quiet" (No such file or directory)

and offering me two options: either to relaunch (which obviously fails) or to go to profile settings, which i did but found nothing i could alter to amend the situation.

problem starting R in Komodo with sciviews-k (Ubuntu)

i have successfully installed sciviews-k and am now trying to start an R session in Komodo.
in the R -> Configure R i have 'use this application: /usr/bin/R' (with the --quiet option) which is correct as it is where R lives on my machine. then it says that this command will be used to start R:
x-terminal-emulator -e '/usr/bin/R --quiet' --args --svStartPkgs=SciViews

however, when i try to run R (with or without the --quiet option) an x terminal pops up along with a shell window with a red box in it saying:

There was an error creating the child process for this terminal
Failed to execute child process "/usr/bin/R --quiet" (No such file or directory)

and offering me two options: either to relaunch (which obviously fails) or to go to profile settings, which i did but found nothing i could alter to amend the situation.

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.