-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 995 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
Package: ado
Type: Package
Version: 0.1.0.9000
Authors@R: c(
person("William", "Brannon", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1435-8535"))
)
Title: An Implementation of Stata's Ado Language for R
Description: An interpreter for Stata's ado language built on top of R.
Loops, macros, data manipulation commands and statistics commands are all
supported, as are multiple ways to embed R code and use R for writing ado-
language commands.
License: MIT + file LICENSE
URL: https://github.com/wwbrannon/ado
BugReports: https://github.com/wwbrannon/ado/issues
LazyData: true
ByteCompile: true
NeedsCompilation: true
Depends:
R (>= 3.4.0)
Imports:
Rcpp (>= 0.12.17),
R6 (>= 2.2.2),
methods (>= 3.4.0),
data.table (>= 1.11.4),
readstata13 (>= 0.9.2)
LinkingTo: Rcpp, testthat
SystemRequirements: C++11
Suggests:
testthat,
covr
Encoding: UTF-8
RoxygenNote: 6.1.0
Biarch: TRUE