Sys.setenv("R_TESTS" = "")
# Sys.setenv(LC_COLLATE = "C", LC_TIME = "C", LANGUAGE = "en")
Sys.setenv(LC_COLLATE = "C")
print(Sys.getlocale(category = "LC_ALL"))
Sys.setlocale("LC_COLLATE", "C") # R CMD check uses this default
# Sys.setlocale("LC_COLLATE", "en_US.UTF-8")
# Sys.setlocale("LC_COLLATE", "English_United States.1252")
print(Sys.getlocale(category = "LC_ALL"))
library(testthat)
library(frequency)
test_check("frequency")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.