Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 862 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 862 Bytes

LaRC

Landscape Roughness Calculator: Function for calculating roughness by sampling across a fitness landscape based on sequence data

Installation

# Must install the devtools package using the below commented out code
# install.packages("devtools")

# Then can install using the devtools package from either of the following:
devtools::install_github(repo = "PsamClark/LaRC")

Requirements

The following software versions are required to operate this package:

  • R: 3.5.0
  • stringdist: 0.9.5.1
  • tidyverse: 1.2.1
  • splus2R: 1.2-2
  • plotrix: 3.7-4

Contributions

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT