build.R

# ------------------------------- #
# Install Package From Source
# ------------------------------- #

# Remove previous version just in Case
remove.packages("poltextr")

# Install with devtools
library(devtools)
devtools::install("../poltextr")

# Load to check it is all good
library(poltextr)
data(package="poltextr")
lin-jennifer/poltextr documentation built on Dec. 30, 2020, 1:38 p.m.