# dev_pkgs.R
# Load packages for development.
# Core development packages ----------------------------------------------------
library(devtools)
library(desc)
library(microbenchmark)
library(usethis)
library(roxygen2)
library(testthat)
# Vignettes development packages -----------------------------------------------
library(knitr)
library(rmarkdown)
# Dependencies -----------------------------------------------------------------
library(data.table)
library(methods)
library(sp)
library(rgdal)
library(utils)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.