A package to create a series of documents that detail the roles and responsibilities at play within a Target Operating Model

Logo
Installation
Eventually this package may make it to CRAN, but right now follow the latest stable version or the development instructions below.
When it is available, it can be installed directly from CRAN.
install.packages("rolemapr")
However, the latest stable version (if any) could be found on GitHub, and installed using devtools
package.
if (!require(devtools)) install.packages("devtools")
devtools::install_github("whjelmar/rolemapr")
If you would like to install the latest development version, you may install the develop branch.
if (!require(devtools)) install.packages("devtools")
devtools::install_github("whjelmar/rolemapr", ref = "develop")
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
Contributing
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project’s code of conduct
.
Acknowledgements
- DataExplorer which was the inspiration for the structure of the package and the genesis of some of the code.
- Awesome Readme Templates
- Awesome README
- How to write a Good readme
Support
For support, email walter@hjelmar.com or join our Slack channel.
Feedback
If you have any feedback, please reach out to us at walter@hjelmar.com
Roadmap
See ROADMAP.md