-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: conleyreg
Type: Package
Title: Estimations using Conley Standard Errors
Version: 0.1.7
Authors@R: c(person("Christian", "Düben", email = "cdueben.ml+cran@proton.me", role = c("aut", "cre")), person("Richard", "Bluhm", role = "cph"),
person("Luis", "Calderon", role = "cph"), person("Darin", "Christensen", role = "cph"), person("Timothy", "Conley", role = "cph"), person("Thiemo", "Fetzer", role = "cph"),
person("Leander", "Heldring", role = "cph"))
Description: Functions calculating Conley (1999) <doi:10.1016/S0304-4076(98)00084-0> standard errors. The package started by merging and extending multiple packages and
other published scripts on this econometric technique. It strongly emphasizes computational optimization. Details are available in the function documentation and in
the vignette.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/cdueben/conleyreg
BugReports: https://github.com/cdueben/conleyreg/issues
LazyData: true
Imports: base, stats, sf, Rcpp, data.table, lmtest, foreach, parallel, doParallel, Rdpack, fixest, Matrix, lwgeom, s2, methods
Suggests: rmarkdown, knitr
LinkingTo: Rcpp, RcppArmadillo
RdMacros: Rdpack
SystemRequirements: GNU make
RoxygenNote: 7.1.1
VignetteBuilder: knitr