Package: tfruns
Type: Package
Title: Training Run Tools for 'TensorFlow'
Version: 1.5.2
Authors@R: c(
  person("Tomasz", "Kalinowski", role = c("ctb", "cre"), email = "tomasz@rstudio.com"),
  person("Daniel", "Falbel", role = c("ctb"), email = "daniel@rstudio.com"),
  person("JJ", "Allaire", role = c("aut"), 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,
  whisker,
  tidyselect,
  rlang,
  rstudioapi (>= 0.7),
  reticulate
Suggests: 
    testthat,
    knitr,
    withr,
    here,
    rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr
