knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Several packages are involved in creating the CL-PFU database. Each of those packages needs access to directories and files on a variety of machines. A way to organize and standardize those directory and file paths was needed.
This package (PFUSetup) addresses that need.
PFUSetup automates the setup process for the CL-PFU database
by finding the locations of several directories
common to all installations of the CL-PFU database
in a platform- and machine-independent manner.
You can install the latest version of PFUSetup from GitHub with:
# install.packages("devtools") devtools::install_github("EnergyEconomyDecoupling/PFUSetup")
You might use the package as follows:
library(PFUSetup) get_abs_paths()
Find more information, including vignettes and function documentation, at https://EnergyEconomyDecoupling.github.io/PFUSetup/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.