Package: onetime Type: Package Title: Run Code Only Once Version: 0.2.0 Authors@R: person(given = "David", family = "Hugh-Jones", role = c("aut", "cre"), email = "davidhughjones@gmail.com") Author: David Hugh-Jones [aut, cre] Maintainer: David Hugh-Jones Description: Allows code to be run only once on a given computer, using lockfiles. Typical use cases include startup messages shown only when a package is loaded for the very first time. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "doctest::dt_roclet")) RoxygenNote: 7.2.3 Imports: rappdirs, filelock URL: https://github.com/hughjonesd/onetime, https://hughjonesd.github.io/onetime/ BugReports: https://github.com/hughjonesd/onetime/issues Suggests: callr, covr, devtools, doctest (>= 0.1.0), knitr, lifecycle, mockr, rlang, rmarkdown, testthat (>= 2.1.0), withr VignetteBuilder: knitr Repository: https://hughjonesd.r-universe.dev Date/Publication: 2023-09-03 02:30:08 UTC RemoteUrl: https://github.com/hughjonesd/onetime RemoteRef: CRAN-0.2.0 RemoteSha: e36294db9b20ec964487b251fd76306c890d3891 NeedsCompilation: no Packaged: 2026-05-25 09:19:43 UTC; root