The package costmisc adds miscellaneous functions to the costverse that support various other packages.
Check out the pkgdown site to browse the features!
If you find a bug or have an idea for a new feature, please use the issue board.
The costverse is a collection of R packages, inspired by the tidyverse. The goal is to create a cohesive ecosystem of R packages to streamline tasks encountered by analysts in the cost analysis profession. This can range from importing common data formats, working with difficult data structures (e.g., a WBS), or applying more advanced analytical techniques!
The costverse began as an internal Technomics project to develop a set of tools that enable our employee owners to solve our clients’ problems more effectively. While aspects of the project remain internal, the following packages are currently available to the public. You are free to use them under the GPLv3 - all that we ask is to please cite us as the authors.
Do not hesitate to contact us if you have questions about what else is in the works!
The stable version can be installed directly from the Technomics repository.
install.packages("costmisc", repos = "https://technomics.github.io/repo/")
To get a bug fix, or to use a feature from the development version, you can install costmisc using the following.
First install the package devtools if you haven’t already.
#install.packages("devtools")
devtools::dev_mode(on = TRUE)
devtools::install_github("Technomics/costmisc")