-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.4 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
Package: SDGdetector
Title: Detect SDGs and Targets in Text
Version: 2.7.3
Authors@R: c(
person("Yingjie", "Li", email = "yingjieli.edu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8401-0649")),
person("Veronica", "Frans", email = "verofrans@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-5634-3956")),
person("Yongze", "Song", email = "yongze.song@outlook.com", role = "aut", comment = c(ORCID = "0000-0003-3420-9622")),
person("Meng", "Cai", email = "mengcai24601@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-8318-572X")),
person("Yuqian", "Zhang", email = "zhan1364@msu.edu", role = "aut", comment = c(ORCID = "0000-0001-7576-2526")),
person("Jianguo", "Liu", email = "liuji@msu.edu", role = "aut", comment = c(ORCID = "0000-0001-6344-0087"))
)
Description: Identify 17 Sustainable Development Goals and associated 169 targets in text.
URL: https://github.com/Yingjie4Science/SDGdetector
BugReports: https://github.com/Yingjie4Science/SDGdetector/issues
Imports:
dplyr,
magrittr,
stringr,
ggplot2,
tidyr,
grDevices,
rnaturalearth,
utils,
scales,
magick
Depends: R (>= 3.5.0)
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
NeedsCompilation: no
Packaged: 2023-03-25 10:11:03 UTC; 268222h
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3