forked from ropensci/photosearcher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.12 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
41
42
Package: photosearcher
Title: Photo Searcher
Version: 1.0
Authors@R:
c(person("Nathan", "Fox", role = c("aut", "cre"),
email = "[email protected]"),
person("Francesca", "Mancini", role = c("aut")),
person("Laura", "Graham", role = c("aut")),
person("Louis", "Sutter", role = c("aut")),
person("Tom", "August", role = c("aut")))
Description: Queries the Flick API (https://www.flickr.com/services/api/) to
return photograph metadata as well as the ability to download the images as
jpegs.This package has been peer-reviewed by rOpenSci (v. 1.0).
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en_GB
Imports:
xml2,
httr,
dplyr,
glue,
clisymbols,
crayon,
sf
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
URL: https://docs.ropensci.org/photosearcher
(website) https://github.com/ropensci/photosearcher
BugReports: https://github.com/ropensci/photosearcher/issues
Suggests:
httptest,
knitr,
roxygen2,
testthat (>= 2.1.0),
rmarkdown,
covr,
rplos,
wordcloud,
tidyverse
VignetteBuilder: knitr