Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neves-p/phylometricsims
Simulate DAISIE Islands for Phylogenetic Metric Comparison
https://github.com/neves-p/phylometricsims
Last synced: 21 days ago
JSON representation
Simulate DAISIE Islands for Phylogenetic Metric Comparison
- Host: GitHub
- URL: https://github.com/neves-p/phylometricsims
- Owner: Neves-P
- License: gpl-3.0
- Created: 2020-09-17T11:49:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:24:21.000Z (over 3 years ago)
- Last Synced: 2024-10-27T19:29:06.803Z (2 months ago)
- Language: R
- Homepage:
- Size: 931 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# phylometricsims
![GitHub R package version](https://img.shields.io/github/r-package/v/Neves-P/phylometricsims)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4034884.svg)](https://doi.org/10.5281/zenodo.4034884)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/Neves-P/phylometricsims/workflows/R-CMD-check/badge.svg)](https://github.com/Neves-P/phylometricsims/actions)
[![Codecov test coverage](https://codecov.io/gh/Neves-P/phylometricsims/branch/master/graph/badge.svg)](https://codecov.io/gh/Neves-P/phylometricsims?branch=master)The goal of phylometricsims is to simulate and parse DAISIE output to contribute to the [sELDIG Simulation Study](https://github.com/sELDIG/SimulationStudy).
## Installation
You can install the released version of `phylometricsims` from [GitHub](https://github.com/Neves-P/phylometricsims) with:
``` r
install.packages("remotes")
remotes::install_github("Neves-P/phylometricsims")
```## Support/Bug reports
If you'd like to submit a bug report, or otherwise ask for support, please open an [issue](https://github.com/Neves-P/phylometricsims/issues), or email p.m.santos.neves AT rug.nl.