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
RoxygenNote: 7.2.3
SystemRequirements: gettext
NeedsCompilation: no
Packaged: 2023-10-30 05:14:35 UTC; michael
Author: Michael Chirico [cre, aut],
  Hadley Wickham [aut]
Maintainer: Michael Chirico <MichaelChirico4@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-30 08:10:10 UTC
Built: R 4.3.3; ; 2025-01-24 11:10:34 UTC; unix
