Package: tfruns Type: Package Title: Training Run Tools for 'TensorFlow' Version: 1.5.4.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2025-08-21 17:52:57 UTC RemoteUrl: https://github.com/rstudio/tfruns RemoteRef: HEAD RemoteSha: ee620b4ef6e65a30a76bfdda8aa2e1e2d3ff9dea NeedsCompilation: no Packaged: 2026-06-12 03:02:45 UTC; root 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