The goal of evworkplace is to make it easy to estimate workplace charging demand for an EV adoption scenario produced using the stocked package. Charging demand is estimated using a simplified version of the model developed in Chakraborty, D., Bunch, D. S., Lee, J. H., & Tal, G. (2019) “Demand drivers for charging infrastructure-charging behavior of plug-in electric vehicle commuters.” in Transportation Research Part D: Transport and Environment. This paper can be found here.
You can install the development version of this package from GitHub with:
# install.packages("devtools")
devtools::install_github("davisadamw/evworkplace", build_vignettes = TRUE)
Installing this package should install the required package stocked automatically, but if not it can be installed with:
devtools::install_github("davisadamw/stocked")
- Fix charging stuff
in progress