https://github.com/crp2a/crp2a.r-universe.dev

Laboratory's universe

https://github.com/crp2a/crp2a.r-universe.dev

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Laboratory's universe

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed almost 2 years ago

https://github.com/crp2a/crp2a.r-universe.dev/blob/master/

# crp2a.r-universe.dev

Most of the R packages of the laboratory are distributed on [CRAN](https://cran.r-project.org/), but some packages can only be installed from our universe: [crp2a.r-universe.dev](https://crp2a.r-universe.dev).

If available, CRAN releases must be regarded as the preferred source.

## Download tesselle packages

If you want to install a package, simply use `install.packages()` with the additional repository:

``` r
## Enable this universe
options(repos = c(CRAN = "https://cloud.r-project.org",
                  crp2a = "https://crp2a.r-universe.dev"))

## Install some packages
install.packages("gammaShiny")
```

## Use the repository

You can use this repository in your R package (always prefer the CRAN release if available). To do so, prepare the `DESCRIPTION` file of your R package:

* List the package under `Suggests:`
* Add the line `Additional_repositories: https://tesselle.r-universe.dev`
* Test your package with `R CMD check --as-cran`

Owner

  • Name: Archéosciences Bordeaux
  • Login: crp2a
  • Kind: organization
  • Location: Pessac, France

Archaeological Science Laboratory at Bordeaux Montaigne University

GitHub Events

Total
Last Year