-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 850 Bytes
/
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
Package: contdid
Type: Package
Title: Continuous Difference-in-Differences Estimation
Version: 0.1.0
Authors@R: person(given = "Your First Name",
family = "Your Last Name",
email = "[email protected]",
role = c("aut", "cre"))
Description: This package implements continuous difference-in-differences
estimation methods. It provides tools for non-parametric instrumental
variable regression and related techniques used in econometric analysis.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
Rcpp,
RcppArmadillo,
devtools,
fixest (>= 0.8.0),
MASS (>= 7.3-53),
progress (>= 1.2.2),
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
tidyverse,
dplyr,
purrr,
readr
Config/testthat/edition: 3