forked from jcrodriguez1989/rco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1005 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
Package: rco
Type: Package
Title: R Code Optimizer
Version: 0.1.008
Authors@R: c(
person(given = "Juan Cruz", family = "Rodriguez",
role = c("aut", "cre"), email = "[email protected]"),
person("Yihui", "Xie", role = "ctb", email = "[email protected]", comment =
c(ORCID = "0000-0003-0645-5666")),
person("Nicolás", "Wolovick", role = "ctb", email =
)
Maintainer: Juan Cruz Rodriguez <[email protected]>
Description: Automatically apply different strategies to optimize R code.
Rco functions take R code as input, and returns R code as output.
Depends: R (>= 3.6.0)
License: GPL-3
URL: https://github.com/jcrodriguez1989/rco/
BugReports: https://github.com/jcrodriguez1989/rco/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Suggests:
covr,
diffr,
ggplot2,
httr,
knitr,
microbenchmark,
rstudioapi,
rvest,
shiny,
shinythemes,
testthat,
xml2