-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
40 lines (40 loc) · 1.18 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
38
39
40
Package: meddle
Title: Metadata generation for data releases
Version: 0.0.16
Date: 2021-07-13
Authors@R: c(person("Jordan", "Read", email = "[email protected]", role = c("aut", "cre")),
person("Aaron", "Berdanier", email = "[email protected]", role = c("aut")),
person("Jordan", "Walker", email = "[email protected]", role = c("aut")),
person("Alison", "Appling", email = "[email protected]", role = c("aut")))
Description: Create metadata files from existing data and user input.
Depends:
maps,
mapdata
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Imports:
yaml,
whisker,
sf (>= 0.9.6),
sp,
xml2 (>= 1.0.0),
tools,
utils,
methods,
foreign,
dataRetrieval
Suggests:
testthat,
knitr
License: CC0
VignetteBuilder: knitr
BuildVignettes: true
Encoding: UTF-8
LazyData: true
SystemRequirements:
PROJ (>= 7.0.0),
GDAL (>= 3.0.0)
RoxygenNote: 7.1.1