Type: Package Package: potools Title: Tools for Internationalization and Portability in R Packages Version: 0.2.4 Authors@R: c( person("Michael", "Chirico", , "MichaelChirico4@gmail.com", role = c("cre", "aut")), person("Hadley", "Wickham", role = "aut") ) Description: Translating messages in R packages is managed using the po top-level directory and the 'gettext' program. This package provides some helper functions for building this support in R packages, e.g. common validation & I/O tasks. License: GPL-3 URL: https://github.com/MichaelChirico/potools, https://michaelchirico.github.io/potools/ BugReports: https://github.com/MichaelChirico/potools/issues Depends: R (>= 4.0.0) Imports: data.table, glue Suggests: crayon, knitr, rmarkdown, testthat (>= 3.1.5), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: gettext Repository: https://michaelchirico.r-universe.dev Date/Publication: 2026-03-09 18:39:25 UTC RemoteUrl: https://github.com/michaelchirico/potools RemoteRef: HEAD RemoteSha: 6255af0702faf7246f1e125b670ba6dac9d84532 NeedsCompilation: no Packaged: 2026-06-07 07:18:55 UTC; root Author: Michael Chirico [cre, aut], Hadley Wickham [aut] Maintainer: Michael Chirico