Nothing
# R CMD Check "notes" that all declared Imports in DESCRIPTION should be used. box.linters is not
# used by the rhino package itself, but by the initialized rhino app. There are no calls to
# box.linters in the R/ or tests/ folders. box.linters is called in the rhino app dot.lintr
# template in inst/templates/app_structure. The following lines manually imports box.linters making
# R CMD Check happy.
#' @import box.linters
NULL
# box.lsp is not used in the rhino package. It is used by a rhino app. Need to add this here
# to tell `R CMD Check` or `devtools::check()` we use `box.lsp`
#' @import box.lsp
NULL
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.