Package: tfruns
Type: Package
Title: Training Run Tools for 'TensorFlow'
Version: 1.2
Authors@R: c(
  person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
  person(family = "RStudio", role = c("cph", "fnd")),
  person("Mike", "Bostock", role = c("cph"),
         comment = "D3 library - https://d3js.org/"),
  person("Masayuki", "Tanaka", role = c("cph"),
         comment = "C3 library - http://c3js.org/"),
  person(family = "jQuery Foundation", role = "cph",
         comment = "jQuery library"),
  person(family = "jQuery contributors", role = c("cph"),
         comment = "jQuery library; authors: inst/views/components/jquery-AUTHORS.txt"),
  person("Shaun", "Bowe", role = c("cph"),
         comment= "jQuery visibilityChanged plugin"),
  person(family = "Materialize", role = c("cph"),
         comment = "Materizlize library - https://materializecss.com/"),
  person("Yuxi", "You", role = c("cph"),
         comment = "Vue.js library - https://vuejs.org/"),
  person("Kevin", "Decker", role = c("cph"),
         comment = "jsdiff library - https://github.com/kpdecker/jsdiff/"),
  person("Rodrigo", "Fernandes", role = c("cph"),
         comment = "diff2html library - https://diff2html.xyz/"),
  person("Ivan", "Sagalaev", role = c("cph"),
         comment = "highlight.js library - https://highlightjs.org/"),
  person("Yauheni", "Pakala", role = c("cph"),
         comment = "highlightjs-line-numbers library")
  )
Description: Create and manage unique directories for each 'TensorFlow' 
  training run. Provides a unique, time stamped directory for each run
  along with functions to retrieve the directory of the latest run or 
  latest several runs. 
License: Apache License 2.0
URL: https://github.com/rstudio/tfruns
BugReports: https://github.com/rstudio/tfruns/issues
Depends: R (>= 3.1)
Imports: utils, jsonlite (>= 1.2), base64enc, yaml, config, magrittr,
        tibble, whisker, tidyselect, rlang, rstudioapi (>= 0.7),
        reticulate
Suggests: testthat, knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-01-18 11:36:19 UTC; jjallaire
Author: JJ Allaire [aut, cre],
  RStudio [cph, fnd],
  Mike Bostock [cph] (D3 library - https://d3js.org/),
  Masayuki Tanaka [cph] (C3 library - http://c3js.org/),
  jQuery Foundation [cph] (jQuery library),
  jQuery contributors [cph] (jQuery library; authors:
    inst/views/components/jquery-AUTHORS.txt),
  Shaun Bowe [cph] (jQuery visibilityChanged plugin),
  Materialize [cph] (Materizlize library - https://materializecss.com/),
  Yuxi You [cph] (Vue.js library - https://vuejs.org/),
  Kevin Decker [cph] (jsdiff library -
    https://github.com/kpdecker/jsdiff/),
  Rodrigo Fernandes [cph] (diff2html library - https://diff2html.xyz/),
  Ivan Sagalaev [cph] (highlight.js library - https://highlightjs.org/),
  Yauheni Pakala [cph] (highlightjs-line-numbers library)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2018-01-18 14:54:50 UTC
