-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
31 lines (30 loc) · 1.09 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: helminthR
Type: Package
Title: Access London Natural History Museum Host-Helminth Record Database
Version: 1.0.10
Authors@R:
person("Tad Dallas", role = c("aut","cre"), email = "tad.a.dallas@gmail.com")
Imports:
xml2,
rvest,
httr,
magrittr,
plyr,
utils,
taxize
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://docs.ropensci.org/helminthR/, https://github.com/rOpenSci/helminthR/
BugReports: https://github.com/rOpenSci/helminthR/issues/
Description: Access to large host-parasite data is often hampered by the
availability of data and difficulty in obtaining it in a programmatic way
to encourage analyses. 'helminthR' provides a programmatic interface to the
London Natural History Museum's host-parasite database, one of the largest
host-parasite databases existing currently <https://www.nhm.ac.uk/research-curation/scientific-resources/taxonomy-systematics/host-parasites/>. The package allows the user
to query by host species, parasite species, and geographic location.
License: GPL-3
LazyData: yes
RoxygenNote: 7.1.1