knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
renv::install('usethis')
Delete the default NAMESPACE document
Then run:
renv::install('devtools') devtools::document()
Adds the relevant lines to the package DESCTIPTION file:
usethis::use_package('shiny') usethis::use_package('shinyjs') usethis::use_package('glue') usethis::use_package('purrr') usethis::use_package('DT') usethis::use_package('dplyr') usethis::use_dev_package('marcR', remote = 'github::MARC-KC/marcR') usethis::use_pipe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.