-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.04 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
44
45
Package: impactR
Type: Package
Title: Ease IMPACT's data and database officers woRk
Version: 0.9.9.9000
Authors@R: c(
person(
'Noblet', 'Guillaume',
email = '[email protected]',
role = c('aut', 'cre')
)
)
URL: https://github.com/gnoblet/impactR,
https://gnoblet.github.io/impactR/
Maintainer: Guillaume Noblet <[email protected]>
Description: `impactR` started as a simple project: mainly a reminder of
totally-perfectible functions used and made on the go for the Burkina Faso
team in 2021. It became broader, aiming now to ease data teams daily R work
and to cover most of the research cycle's tasks.
Depends: R (>= 4.1.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
purrr,
dplyr,
srvyr,
readr,
readxl,
janitor,
rlang,
tidyr,
stringr,
tibble,
lubridate,
stats,
glue,
lifecycle
Suggests:
rmarkdown,
knitr,
openxlsx,
labelled
VignetteBuilder: knitr
LazyData: true
License: GPL (>= 3)