Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romunov/resamplediversity
An accompanying package for a Heredity paper
https://github.com/romunov/resamplediversity
Last synced: 1 day ago
JSON representation
An accompanying package for a Heredity paper
- Host: GitHub
- URL: https://github.com/romunov/resamplediversity
- Owner: romunov
- Created: 2015-01-26T22:18:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T18:40:14.000Z (about 1 year ago)
- Last Synced: 2023-10-05T06:39:34.210Z (about 1 year ago)
- Language: R
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
The following package contains data and workflow used in paper by Skrbinšek, Jelenčič Waits, Potočnik, Kos and Trontelj published in [journal Heredity in 2012](http://www.nature.com/hdy/journal/v109/n5/full/hdy201242a.html).
![heredity picture](hereditypaper.png)
# How to install the packageThe package on this repository is in its "raw" form, often referred to as `source`. If you are on Linux/OSX or if you have [Rtools](http://cran.r-project.org/bin/windows/Rtools/) and LaTeX installed, you will have no problem building the package from source by hand. This has been made easy using package `devtools` using the following commands (assuming your build chain is in place):
```R
library(devtools)
install_github("romunov/resamplediversity")
library(resamplediversity)
```# Poking around
Next you will probably want to look at the data and work flow used in the paper. You can start by opening the vignette by typing `vignette("resamplediversity")` or by clicking on the PDF link through `browseVignettes()`.
# I don't know how to build from source
Contact package maintainer at `[email protected]` and you will get a fresh binary package (.zip file) that you'll be able to install through `install.packages()`.
**Alternatively**, feel free to try package [`diveRsity`](http://cran.r-project.org/web/packages/diveRsity/index.html) ([or GitHub repository](https://github.com/kkeenan02/diveRsity)) which implements functionality in function `divRatio`.