samplrData

Datasets from the SAMPLING Project

https://github.com/lucas-castillo/samplrdata

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 (11.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Datasets from the SAMPLING Project

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 1
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



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

# samplrData


  [![R-CMD-check](https://github.com/lucas-castillo/samplrData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/lucas-castillo/samplrData/actions/workflows/R-CMD-check.yaml)
  

The goal of samplrData is to provide datasets collected by the [SAMPLING project](https://sampling.warwick.ac.uk/). 

## Installation
You can install `samplrData` from CRAN:
```r
install.packages("samplrData")
```


You can install the development version of samplrData from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("lucas-castillo/samplrData")
```
## Licenses
Unless otherwise stated, data are distributed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. This means that attribution to the authors of the originating papers is needed. Dataset documentations include who to attribute under the "References" section. 

## Example
Loading the package allows you to import the datasets:

```{r example}
library(samplrData)
knitr::kable(head(sundh2023.meanvariance.e3))
```

Please read descriptions of the datasets in the reference section. 

Owner

  • Name: Lucas Castillo
  • Login: lucas-castillo
  • Kind: user

GitHub Events

Total
  • Issues event: 3
Last Year
  • Issues event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • cran 430 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: samplrData

Datasets from the SAMPLING Project

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 430 Last month
Rankings
Dependent packages count: 28.7%
Dependent repos count: 35.4%
Average: 50.0%
Downloads: 86.0%
Last synced: 10 months ago