Nothing
#' @keywords internal
"_PACKAGE"
#' @useDynLib llamaR, .registration = TRUE
#' @import ggmlR
NULL
.onLoad <- function(libname, pkgname) {
# Set default verbosity to errors only (quiet mode)
# Users can change with llama_set_verbosity()
.Call("r_llama_set_verbosity", 1L)
}
.onUnload <- function(libpath) {
library.dynam.unload("llamaR", libpath)
}
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.