-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 869 Bytes
/
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
Package: tidygeoRSS
Type: Package
Title: Tidy GeoRSS
Version: 0.0.1
Author: Robert Myles McDonnell
Maintainer: Robert Myles McDonnell <[email protected]>
Description:
In order to easily integrate geoRSS data into analysis,
'tidygeoRSS' parses 'geo' feeds and returns
tidy simple features data frames.
URL: https://github.com/RobertMyles/tidygeoRSS
BugReports: https://github.com/RobertMyles/tidygeoRSS/issues
Encoding: UTF-8
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports: xml2 (>= 1.3.1),
httr (>= 1.4.1),
anytime (>= 0.3.7),
dplyr (>= 1.0.0),
tidyRSS (>= 2.0.2),
jsonlite (>= 1.6.1),
strex (>= 1.2.0),
stringr (>= 1.4.0),
magrittr (>= 1.5),
purrr (>= 0.3.3),
sf (>= 0.9.1),
rlang (>= 0.4.6)
Suggests:
httptest,
knitr,
rmarkdown,
testthat (>= 2.1.0)
RoxygenNote: 7.1.0