-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 930 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
33
34
35
36
37
Package: FixedEffectjlr
Type: Package
Title: A package for fast Fixed Effect Models in R
Version: 0.1.0
Date: 2018-03-22
Authors@R: person("Erik", "Loualiche", email = "[email protected]", role = c("aut", "cre"))
Description: Implements a R wrapper for FixedEffectModels julia package.
This lies heavily on both the JuliaCall package and the tools developed by Matthieu Gomez.
License: MIT + file LICENSE
BugReports: https://github.com/eloualiche/FixedEffectjlr/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
JuliaCall (>= 0.11.1)
Imports:
rlang,
stringr,
data.table,
purrr
Suggests:
magrittr,
lmtest,
stargazer,
knitr,
testthat,
rmarkdown
SystemRequirements:
Julia (>= 0.6.0),
FixedEffectModels.jl,
InteractiveFixedEffectModels.jl,
StatsModels.jl,
Distributions.jl,
DataFrames.jl
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/eloualiche/FixedEffectjlr