Package: tfevents Title: Write Events for 'TensorBoard' Version: 0.0.5.9000 Authors@R: c( person("Daniel", "Falbel", email = "daniel@posit.co", role = c("aut", "cph")), person("Tomasz", "Kalinowski", email = "tomasz@posit.co", role = c("cre")), person(family = "Posit, PBC", role = c("cph")), person(family = "The tl::optional authors", role = c("cph"), comment = "For the vendored tl::optional code."), person("Mark", "Adler", role = c("cph"), comment = "For the included crc32c code.") ) Description: Provides a convenient way to log scalars, images, audio, and histograms in the 'tfevent' record file format. Logged data can be visualized on the fly using 'TensorBoard', a web based tool that focuses on visualizing the training progress of machine learning models. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LinkingTo: Rcpp Imports: Rcpp, withr, fs, rlang (>= 1.0.0), vctrs, blob, png, digest, cli, zeallot Suggests: testthat (>= 3.0.0), tibble, tidyr, reticulate, rmarkdown, ggplot2, tensorflow, wav SystemRequirements: libprotobuf, protobuf-compiler URL: https://github.com/mlverse/tfevents, https://mlverse.github.io/tfevents/ BugReports: https://github.com/mlverse/tfevents/issues Config/testthat/edition: 3 Config/Needs/website: tensorflow, webshot2, keras Config/pak/sysreqs: cmake make libpng-dev libprotobuf-dev libuv1-dev protobuf-compiler libprotoc-dev Repository: https://mlverse.r-universe.dev Date/Publication: 2026-04-27 18:24:51 UTC RemoteUrl: https://github.com/mlverse/tfevents RemoteRef: HEAD RemoteSha: eb018d56273c1e3c3f4499d398c342f84bbe9dc6 NeedsCompilation: yes Packaged: 2026-06-24 02:18:54 UTC; root Author: Daniel Falbel [aut, cph], Tomasz Kalinowski [cre], Posit, PBC [cph], The tl::optional authors [cph] (For the vendored tl::optional code.), Mark Adler [cph] (For the included crc32c code.) Maintainer: Tomasz Kalinowski