-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.74 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
Package: covidphinfodemic
Type: Package
Title: Utilities to Search and Extract Metadata from Philippines-Focused
Infographics and Dashboards
Version: 0.1.0
Authors@R: c(person(given = "Ernest", family = "Guevarra",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4887-4415")),
person(given = "Chris", family = "Mercado",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5588-9543")),
person(given = "Robert", family = "Medina",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-6647-5453")))
Description: The COVID-19 pandemic can be characterised by the epidemiological
phenomenon and transmission dynamics of this novel coronavirus causing not
only significant global health consequences but also societal and economic
impacts. However, a much less recognised yet equally significant phenomenon
of COVID-19 infodemic characterised as the excessive amount of information
about the pandemic, which makes the identification of a solution difficult
and can spread misinformation, disinformation and rumours during the health
emergency has been co-existing. The infodemic has hampered an effective
public health response and hasa created confusion and distrust among people.
We aim to document and analyse this phenomenon in the context of the
Philippines.
License: GPL-3
Imports:
gh,
dplyr,
magrittr,
rvest,
xml2,
withr,
httr,
stringr
Encoding: UTF-8
Language: en-gb
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)