https://github.com/rscherrer/speciomer
Read speciome data in R
https://github.com/rscherrer/speciomer
Last synced: 2 months ago
JSON representation
Read speciome data in R
- Host: GitHub
- URL: https://github.com/rscherrer/speciomer
- Owner: rscherrer
- Created: 2021-04-20T08:16:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T12:40:07.000Z (over 2 years ago)
- Last Synced: 2025-01-18T14:33:08.606Z (4 months ago)
- Language: R
- Homepage:
- Size: 100 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# speciomer
R package to read the output of [speciome](https://github.com/rscherrer/speciome).
[](https://github.com/rscherrer/speciomer/actions)
## Prerequisites
* [R](https://rstudio-education.github.io/hopr/starting.html) version 3.6.3 or higher
* (optional) [RStudio](https://rstudio-education.github.io/hopr/starting.html)## Install
From within R, use
```r
install.packages("devtools") # to install devtools
devtools::install_github("rscherrer/speciomer", build_vignettes = TRUE) # install and build the vignette
```## Use
Usage is exemplified in the vignette. View the vignette in your browser by typing, in R:
```r
browseVignettes("speciomer")
```and clicking on the HTML link.
The purpose of the package is to produce tibbles (a type of table in R) from raw simulation data. The tibbles can be of different dimensions depending on the data they record. Click [here](docs/FIGURE.md) for an overview of the type of tables produced.
## Permissions
Copyright (c) Raphael Scherrer, 2023 (open source license will be added upon publication).