Nothing
#' @import extraDistr rjson tinytex yaml
the <- new.env(parent = emptyenv())
.onLoad <- function(libname, pkgname){
the$opening <- c("("="\\left(", "["="\\left[", "{"="\\left\\{", "|"="|", "||"="\\|",
"<"="\\langle", "a"="\\langle", "c"="\\lceil", "f"="\\lfloor")
the$closing <- c("("="\\right)", "["="\\right]", "{"="\\right\\}{", "|"="|", "||"="\\|",
"<"="\\rangle", "a"="\\rangle", "c"="\\rceil", "f"="\\rfloor")
# load distributions
the$dist <- readRDS(file=system.file('dist/distributions.RDS', package = "exams.forge", mustWork=TRUE))
# source(system.file("dist", "craft.R", package="exams.forge"), local=TRUE)
# utils::data("distributions", package=pkgname, envir=parent.env(environment()))
stranslate::loadMsg(system.file("msg", "messages.txt", package="exams.forge"), .domain="exams.forge", .overwrite=TRUE)
}
.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0('exams.forge ', utils::packageVersion("exams.forge"),
': see the package vignette with `vignette("exams.forge")`'))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.