Skip to content

maelle/pockage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pockage

The goal of pockage is to showcase usage of potools for translating messages in a package.

Installation

You can install the development version of pockage from GitHub with:

# install.packages("pak")
pak::pak("maelle/pockage")

Example

This is a basic example which shows you how pockage behaves:

library(pockage)
speak()
#> ℹ Hello Maëlle Salmon!
withr::with_language("es", speak())
#> ℹ Hola Maëlle Salmon!
withr::with_language("ca", speak())
#> ℹ Hola Maëlle Salmon!
withr::with_language("fr", speak())
#> ℹ Salut Maëlle Salmon !

About

Minimal working example of potools usage

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages