-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
37 lines (37 loc) · 1.17 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
37
Package: MADcomm
Type: Package
Title: Make A Database of traits
Version: 1.0-0
Author: William D. Pearse,
Maintainer: William D. Pearse <[email protected]>
Description: Automates the download and assembly of ecological assemblage
data from published sources. This package is not a database, but
rather Makes A Database of communities from published, existing
sources. Those who have contributed community data that is downloaded
should, of course, be appropriately referenced when their data are
used (tools are available within this package to aid that). Some
basic data checking, and functions to perform data checking, are
included within this package, but the user should check their data
before serious use.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Suggests:
testthat (>= 2.0.0),
covr (>= 3.0.1),
knitr (>= 1.6)
Imports:
suppdata,
gdata (>= 2.17.0),
reshape2 (>= 1.4.2),
httr (>= 1.2.1),
taxize (>= 0.9.7),
readxl (>= 1.3.1),
picante (>= 1.8),
neonUtilities (>= 1.2.2),
assertthat (>= 0.2.1),
bit64 (>= 0.9-7),
data.table (>= 1.12.2),
stringr (>= 1.3.0)
RoxygenNote: 6.1.1
Encoding: UTF-8