-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 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
38
39
40
41
42
43
Type: Package
Package: foodRecall
Title: Extracts and Visualizes Food Recall Data
Version: 0.1.0
Date: 2023-04-26
Authors@R: c(
person("Logan", "Johnson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9773-5027")),
person("Kelly", "Nascimento Thompson", , "[email protected]", role = "aut"),
person("Matthew", "Kavanaugh", , "[email protected]", role = "aut"),
person("Charchit", "Shukla", , "[email protected]", role = "aut")
)
Maintainer: Logan Johnson <[email protected]>
Description: An easy way to access and visualize food recall data from the
openFDA API.
License: MIT + file LICENSE
URL: https://github.com/loganjohnson0/foodRecall,
https://loganjohnson0.github.io/foodRecall/
BugReports: https://github.com/loganjohnson0/foodRecall/issues
Imports:
dplyr,
htmltools,
httr,
jsonlite,
leaflet,
lubridate,
shiny,
tibble,
tidygeocoder,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
ShinyExamples: inst/shiny-examples/myapp
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Language: en-US