-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.23 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: covid19cvdata
Type: Package
Title: Dataset Package for Cabo Verde Covid19 Data
Version: 0.1.9000
Date: 2020-04-19
Author@R: person("Mário", "Cardoso", email = "cardozo27cv@gmail.com",
role = c("aut", "cre"))
Author: Mário Cardoso
Maintainer: Marovski <cardozo27cv@gmail.com>
Description: This package contains all registered cases of covid19 in Cabo Verde and functions used to gather and clean the public data. Due the current situation of covid-19 in Cabo Verde there's been lacking
a easy way to access data about the numbers of the evolution of the pandemic in the country.
So, to address this issue I've manually gathered data from public sources (mainly the government website covid-19) and organized in a package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
RoxygenNote: 7.1.0
Imports:
RJSONIO,
tidyverse,
tidyr,
dplyr,
usethis,
utils,
magrittr,
git2r,
fs,
glue,
stringr,
devtools,
lifecycle
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'supportfunctions.R'
'covid19cv.R'
URL: https://github.com/marovski/covid19cvdata
BugReports: https://github.com/marovski/covid19cvdata/issues
RdMacros: lifecycle