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 Feb. 13, 2024, 5:09 p.m.