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
- Host: GitHub
- Owner: SciViews
- License: other
- Language: R
- Default Branch: main
- Homepage: https://www.sciviews.org/SciViews/
- Size: 14.6 MB
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
[](https://github.com/SciViews/SciViews/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/SciViews/SciViews?branch=main)
[](https://cran.r-project.org/package=SciViews)
[](https://sciviews.r-universe.dev/SciViews)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](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
- Website: https://www.sciviews.org
- Repositories: 49
- Profile: https://github.com/SciViews
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
Top Committers
| Name | 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)
sciviews.org: 1
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
- Homepage: https://github.com/SciViews/SciViews
- Documentation: http://cran.r-project.org/web/packages/SciViews/SciViews.pdf
- License: GPL-2
-
Latest release: 0.9-13.2
published about 1 year ago
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