Package: rco
Type: Package
Title: The R Code Optimizer
Version: 1.0.1
Authors@R: c(
    person(given = "Juan Cruz", family = "Rodriguez", 
        role = c("aut", "cre"), email = "jcrodriguez@unc.edu.ar"),
    person("Yihui", "Xie", role = "ctb", email = "xie@yihui.name", comment = 
        c(ORCID = "0000-0003-0645-5666")),
    person("Nicolás", "Wolovick", role = "ctb", email = 
        "nicolasw@famaf.unc.edu.ar")
    )
Maintainer: Juan Cruz Rodriguez <jcrodriguez@unc.edu.ar>
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://jcrodriguez1989.github.io/rco/
BugReports: https://github.com/jcrodriguez1989/rco/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Suggests: covr, diffr, ggplot2, httr, knitr, microbenchmark,
        rstudioapi, rvest, shiny, shinythemes, testthat, xml2
NeedsCompilation: no
Packaged: 2020-02-08 13:35:35 UTC; jcrodriguez
Author: Juan Cruz Rodriguez [aut, cre],
  Yihui Xie [ctb] (<https://orcid.org/0000-0003-0645-5666>),
  Nicolás Wolovick [ctb]
Repository: CRAN
Date/Publication: 2020-02-08 16:20:05 UTC
