sudo apt install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev
install.packages("devtools") ### for packaging and testing
install.packages("roxygen2") ### for documentation
install.packages("spelling") ### for spell_check
install.packages("rhub") ### for R-hub check
devtools::spell_check()
devtools::document()
rhub::validate_email(email="jeffersonparil@gmail.com", token="6e4f2f593e0d4f328ec479648e23cee1")
rhub::validate_email()
# then select the email
# wait for the email with the new token and paste the new token
devtools::check_rhub(platforms="solaris-x86-patched")
devtools::check_win_devel()
devtools::release()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.