-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.05 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
Package: chromer
Title: Interface to Chromosome Counts Database API
Version: 0.8
Date: 2024-03-26
Authors@R: c(
person("Matthew", "Pennell", role = "aut", email = "mwpennell@gmail.com",
comment = c(ORCID = "0000-0002-2886-3970")),
person("Paula Andrea", "Martinez", email = "orchid00@gmail.com",
role = "aut", comment = c(ORCID = "0000-0002-8990-1985")),
person("Karl W", "Broman", role=c("aut", "cre"), email="broman@wisc.edu",
comment=c(ORCID = "0000-0002-4914-6671"))
)
Description: A programmatic interface to the Chromosome Counts Database
(<https://taux.evolseq.net/CCDB_web/>), Rice et al. (2014) <doi:10.1111/nph.13191>.
This package is part of the 'ROpenSci' suite (<https://ropensci.org>).
Depends:
R (>= 2.15)
Imports:
stats,
dplyr,
tibble,
httr
Suggests:
roxygen2 (>= 5.0.1),
testthat
URL: https://docs.ropensci.org/chromer/, https://github.com/ropensci/chromer
BugReports: https://github.com/ropensci/chromer/issues
License: MIT + file LICENSE
RoxygenNote: 7.3.1
Encoding: UTF-8