Nothing
# This is a solution for warnings in r-cmd checks of global variables
globalVariables(c(
".", "fullname", "platform", "organization", "repo_url",
"repo_name", "created_at", "last_activity_at", "last_activity", "stats_date",
"committed_date", "commits_n", "api_url", "row_no", ".N", ".data",
"repository", "stars", "forks", "languages", "issues_open", "issues_closed",
"contributors_n", "githost"
))
text_ext_files <- "\\.(txt|md|qmd|Rmd|markdown|yaml|yml|csv|json|xml|html|htm|css|js|R|r|py|sh|bat|ini|conf|log|sql|tsv|mdx)$"
no_ext_files <- "^[^\\.]+$"
text_files_pattern <- paste0("(", text_ext_files, "|", no_ext_files, ")")
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.