-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.33 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
Package: ennet
Type: Package
Title: Utilities to Extract and Analyse Text Data from the Emergency Nutrition
Network Forum
Version: 0.3.0.9000
Authors@R: person(given = "Ernest", family = "Guevarra",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4887-4415"))
Description: The Emergency Nutrition Network or en-net forum is the go to online
forum for field practitioners requiring prompt technical advice for
operational challenges for which answers are not readily accessible in
current guidelines. The questions and the corresponding answers raised
within en-net can provide insight into what the key topics of discussion are
within the nutrition sector. This package provides utility functions for the
extraction, processing and analysis of text data from the online forum.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
magrittr,
rvest,
xml2,
tibble,
dplyr,
stringr,
lubridate,
utils,
tidyr
Suggests:
knitr,
rmarkdown,
testthat,
spelling
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://katilingban.io/ennet/, https://github.com/katilingban/ennet
BugReports: https://github.com/katilingban/ennet/issues
VignetteBuilder: knitr