check package files
# Clean environment
closeAllConnections()
rm(list=ls())
# Set enviroment
setwd("~/your working directory")
# Load packages
library(bnpa)
##############################################################################################
# check.package.files.R - Keep a list os packages necessary to bnpa and install if necessary by check.packages function.
##############################################################################################
# Check and install if not installed
check.package.files()
###################################################################################
RESULTS:
###################################################################################