Nothing
# script_path <- rstudioapi::getActiveDocumentContext()$path
# print(script_path)
# working_directory <- dirname(dirname(script_path))
# setwd(working_directory)
# devtools::document()
# devtools::build_manual()
# pkgdown::build_site()
#
# devtools::build()
# devtools::check(manual = TRUE)
#
# devtools::spell_check()
#
# devtools::check_rhub()
#
# devtools::check_win_devel()
#
# NEWS.md
# DESCRIPTION
# cran-comments.md
#
# devtools::release()
#
# pack <- available.packages()
#
# which(rownames(pack) == "Qval")
#
#
# library(cranlogs)
# downloads <- cran_downloads(packages = "Qval", from = "2024-08-01", to = "2025-02-07")
# print(downloads)
# sum(downloads$count)
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.