library(usethis)
library(devtools)
library(roxygen2)
library(testthat)
use_readme_rmd()
use_spell_check()
use_package("data.table")
use_version()
use_r("proximity")
usethis::use_build_ignore("zzz_temporary")
usethis::use_package("utils")
usethis::use_package("glue", "Suggests")
usethis::use_r("utils")
usethis::use_test("argument")
usethis::use_test("utils")
usethis::use_gpl3_license()
edit_r_profile()
options(usethis.full_name = "Marcin Stepniak")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.