-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 904 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 904 Bytes
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
Package: ScPoApps
Type: Package
Title: ScPoApps
Date: 2020-08-24
Version: 0.2
Authors@R: c(
person("Florian", "Oswald", email = "florian.oswald@sciencespo.fr", role = c("aut","cre")),
person("Vincent", "Viers", email = "vincent.viers@sciencespo.fr", role = "ctb"),
person("Xinyu", "Dai", email = "xinyu.dai@sciencespo.fr", role = "ctb"),
person("Pierre", "Villedieu", email = "pierre.villedieu@sciencespo.fr", role = "ctb"))
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Description: This the R package for econometrics course apps at SciencesPo.
URL: https://github.com/ScPoEcon/ScPoApps
Imports:
shiny (>= 1.2.0),
learnr,
mvtnorm,
reshape2,
datasauRus,
plotly,
EnvStats,
Ecdat,
rmarkdown (>= 1.11),
AER,
magick,
dplyr,
tidyverse
Suggests:
shinytest,
testthat
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)