rtemis R packagesShared rtemis utilities, including:
fmt: formats text for ANSI, HTML, and plain text
outputmsg: prints messages with datetime info and name of
calling functiontest_* functions return logical valuecheck_* functions throw informative errors when
neededclean_* functions that return validated and coerced
inputsrtemis_colors: rtemis color system[!IMPORTANT] This package is intended for internal use in rtemis packages. It is not intended for end-user installation or use.
r-universepak::repo_add(myuniverse = "https://rtemis-org.r-universe.dev")
pak::pak("rtemis.core")or using install.packages:
install.packages(
'rtemis.core',
repos = c('https://rtemis-org.r-universe.dev', 'https://cloud.r-project.org')
)