Nothing
.onload <- function(libname, pkgname)
{library.dynam("transforEmotion",package=pkgname,lib.loc=libname)
}
.onAttach <- function(libname, pkgname)
{
msg <- styletext(styletext(paste("\ntransforEmotion (version ", packageVersion("transforEmotion"), ")\n", sep = ""), defaults = "underline"), defaults = "bold")
msg <- paste(msg, '\nImportant: If you are using RStudio, please make sure you have the latest version installed (2023.09.1-494).')
msg <- paste(msg,'\nFor help getting started, type browseVignettes("transforEmotion")\n')
msg <- paste(msg,"\nFor bugs and errors, submit an issue to <https://github.com/atomashevic/transforEmotion/issues>")
msg <- paste(msg,"\nBefore running an analysis for the first time after installing the package, please run `transforEmotion::setup_miniconda()` to install the necessary Python modules.")
packageStartupMessage(msg)
Sys.unsetenv("RETICULATE_PYTHON")
Sys.setenv(RETICULATE_PYTHON_ENV = "transforEmotion")
requireNamespace("reticulate")
}
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.