-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: ranacapa
Type: Package
Title: Utility Functions and 'shiny' App for Simple Environmental DNA Visualizations and Analyses
Version: 0.1.0
BugReports: https://github.com/gauravsk/ranacapa/issues
URL: https://github.com/gauravsk/ranacapa
Authors@R: c(
person("Gaurav", "Kandlikar", email = "gkandlikar@ucla.edu", role = c("cre", "aut")),
person("Madeline", "Cowen", email = "mcowen@ucla.edu", role = "ctb"),
person("Pedro", "Martinez Arbizu", email = "Pedro.Martinez@senckenberg.de", role = "ctb"),
person("Mahendra", "Mariadassou", email = "mahendra.mariadassou@inra.fr", role = "ctb"))
Description: A set of utility functions to help explore output from the Anacapa eDNA pipeline <https://github.com/limey-bean/Anacapa>.
This package is an amalgamation of functions written for Anacapa and existing functions from published sources.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports:
ggplot2,
dplyr,
reshape2,
phyloseq,
vegan,
tibble,
magrittr,
shiny,
methods,
stringr,
scales,
heatmaply,
markdown,
shinythemes,
plotly,
DT
Suggests:
testthat