Package: tfruns
Type: Package
Title: Training Run Tools for 'TensorFlow'
Version: 1.5.3
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
RoxygenNote: 7.2.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-04-19 18:11:30 UTC; tomasz
Author: Tomasz Kalinowski [ctb, cre],
  Daniel Falbel [ctb],
  JJ Allaire [aut],
  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: Tomasz Kalinowski <tomasz@rstudio.com>
Repository: CRAN
Date/Publication: 2024-04-19 18:40:03 UTC
Built: R 4.2.3; ; 2024-04-19 21:24:16 UTC; unix
