SciViews

SciViews (main package for the SciViews::R dialect)

https://github.com/sciviews/sciviews

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.8%) to scientific vocabulary

Keywords

cran r sciviews
Last synced: 11 months ago · JSON representation

Repository

SciViews (main package for the SciViews::R dialect)

Basic Info
Statistics
  • Stars: 8
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 7
Topics
cran r sciviews
Created over 8 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
  fig.path = "man/figures/README-", out.width = "100%")
```

# 'SciViews::R' - Data Science R Dialect 


[![R-CMD-check](https://github.com/SciViews/SciViews/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/SciViews/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/SciViews/SciViews/branch/main/graph/badge.svg?token=6FYPRdhoFJ)](https://app.codecov.io/gh/SciViews/SciViews?branch=main)
[![CRAN Status](https://www.r-pkg.org/badges/version/SciViews)](https://cran.r-project.org/package=SciViews)
[![r-universe status](https://sciviews.r-universe.dev/badges/SciViews)](https://sciviews.r-universe.dev/SciViews)
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
[![Life cycle stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#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](http://biodatascience-course.sciviews.org/sdd-umons/) and [Science des Données Biologiques II](http://biodatascience-course.sciviews.org/sdd-umons2/) (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](https://sciviews.r-universe.dev). To install this package and its dependencies, run the following command in R:

``` 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](http://cran.r-project.org):

``` r
install.packages("SciViews")
```

You can also install the latest development version. Make sure you have the {remotes} R package installed:

``` r
install.packages("remotes")
```

Use `install_github()` to install the {SciViews} package from GitHub (source from **main** branch will be recompiled on your machine):

``` r
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:

``` r
SciViews::R()
```

Get help about this package:

``` r
library(help = "SciViews")
help("SciViews-package")
vignette("SciViews") # None is installed with install_github()
```

For further instructions, please, refer to these help pages at .

## Code of Conduct

Please note that the {SciViews} package is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). 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](https://r-forge.r-project.org/projects/sciviews/) 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.**

Owner

  • Name: SciViews
  • Login: SciViews
  • Kind: organization
  • Email: phgrosjean@sciviews.org
  • Location: Mons, Belgium

A series of tools for the R language and environment

GitHub Events

Total
  • Push event: 9
Last Year
  • Push event: 9

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 348
  • Total Committers: 4
  • Avg Commits per committer: 87.0
  • Development Distribution Score (DDS): 0.434
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
phgrosjean p****n@e****b 197
prezez p****z@e****b 93
phgrosjean p****n@s****g 40
mariotomo m****o@e****b 18
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • phgrosjean (3)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 841 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 11
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: SciViews

SciViews - Main package

  • Versions: 13
  • Dependent Packages: 1
  • Dependent Repositories: 11
  • Downloads: 841 Last month
Rankings
Dependent repos count: 8.8%
Downloads: 13.0%
Average: 17.2%
Dependent packages count: 18.1%
Stargazers count: 18.3%
Forks count: 27.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.6.0 depends
  • base * enhances
  • chart * imports
  • cli * imports
  • collapse * imports
  • crayon * imports
  • data.io * imports
  • data.table * imports
  • dtplyr * imports
  • ellipse * imports
  • grDevices * imports
  • graphics * imports
  • rstudioapi * imports
  • stats * imports
  • svBase * imports
  • svFlow * imports
  • svMisc * imports
  • tidyverse * imports
  • MASS * suggests
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • testthat * suggests