-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.27 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
Package: adlaw
Type: Package
Title: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets
Version: 0.0.0.9000
Authors@R: person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre"))
Description: Scaling Up Nutrition (SUN) <http://scalingupnutrition.org> is a
global movement of 60 countries aiming to end malnutrition in all its forms.
The SUN Movement. This package contains various datasets produced by the
Movement and functions that aid in the manipulation and processing of these
datasets. It also includes functions that support analysis and visualisation
of these datasets. Finally, a Shiny application is included to allow user to
interactively engage with the publicly-available SUN Movement datasets.
License: GPL-3
Depends: R (>= 2.10)
Imports:
tibble
Suggests:
pdftools,
tm,
stringr,
dplyr,
tidytext,
testthat (>= 3.0.0),
spelling,
readxl
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/katilingban/adlaw, https://katilingban.io/scalingupnutrition/, https://katilingban.io/adlaw/
BugReports: https://github.com/katilingban/adlaw/issues
Config/testthat/edition: 3