tests/testthat.R

library(testthat)
library(logger)

if (identical(Sys.getenv("NOT_CRAN"), "true")) {
    test_check('logger')
} else {
    test_check('logger', filter = '^[a-z]*$')
}

Try the logger package in your browser

Any scripts or data that you put into this service are public.

logger documentation built on Oct. 19, 2021, 9:07 a.m.