Package: tfruns
Type: Package
Title: Training Run Tools for 'TensorFlow'
Version: 0.9.1
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/")
  )
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
Imports: utils, jsonlite, yaml, config, magrittr, tibble
Encoding: UTF-8
LazyData: true
Suggests: testthat
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-23 21:27:30 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/)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2017-08-24 14:37:53 UTC
