knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CRAN status lifecycle Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check Codecov test coverage DOI R-CMD-check

PFUSetup

Statement of need

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.

Installation

You can install the latest version of PFUSetup from GitHub with:

# install.packages("devtools")
devtools::install_github("EnergyEconomyDecoupling/PFUSetup")

Example

You might use the package as follows:

library(PFUSetup)
get_abs_paths()

More Information

Find more information, including vignettes and function documentation, at https://EnergyEconomyDecoupling.github.io/PFUSetup/.



EnergyEconomyDecoupling/PFUSetup documentation built on June 3, 2024, 9:16 a.m.