build_site.R

#!/usr/bin/env Rscript
# build_site.R
# 
# Build the pkgdown site and then make a few additional tweaks.

library(pkgdown)

build_site(lazy = TRUE)

# build_site(lazy = FALSE)
slowkow/ggrepel documentation built on May 21, 2024, 5:50 a.m.