Package: scaffolder
Type: Package
Title: Scaffolding Interfaces to Packages in Other Programming
        Languages
Version: 0.0.1
Authors@R: c(
  person("Yuan", "Tang", role = c("aut", "cre", "cph"),
         email = "terrytangyuan@gmail.com",
         comment = c(ORCID = "0000-0001-5243-233X")),
  person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
  person("Kevin", "Ushey", role = c("aut"),
         email = "kevin@rstudio.com"),
  person("RStudio", role = c("cph")),
  person("Navdeep", "Gill", role = c("ctb"), email = "navdeep@h2o.ai"),
  person("Erin", "LeDell", role = c("ctb"), email = "erin@h2o.ai"))
Description: Comprehensive set of tools for scaffolding R
  interfaces to modules, classes, functions, and documentations
  written in other programming languages, such as 'Python'.
License: Apache License 2.0
URL: https://github.com/terrytangyuan/scaffolder
BugReports: https://github.com/terrytangyuan/scaffolder/issues
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0)
Imports: reticulate, utils
Suggests: knitr, rmarkdown, testthat, stringr, tensorflow
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-19 17:11:02 UTC; yuan.tang
Author: Yuan Tang [aut, cre, cph] (<https://orcid.org/0000-0001-5243-233X>),
  JJ Allaire [aut],
  Kevin Ushey [aut],
  RStudio [cph],
  Navdeep Gill [ctb],
  Erin LeDell [ctb]
Maintainer: Yuan Tang <terrytangyuan@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-20 10:10:02 UTC
Built: R 4.1.0; ; 2021-05-26 17:28:08 UTC; unix
