library(rolemapr) library(knitr) library(ggplot2) set.seed(42) knitr::opts_chunk$set( eval = FALSE, collapse = TRUE, comment = "#>", out.width = "100%", fig.path = "man/figures/README-" )
A package to create a series of documents that detail the roles and responsibilities at play within a Target Operating Model
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")
TODO
Insert link to demo
To run tests, run the following command
devtools::test()
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
GET /api/items
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| api_key
| string
| Required. Your API key |
GET /api/items/${id}
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| id
| string
| Required. Id of item to fetch |
Takes two numbers and returns the sum.
## Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Example Color | #0a192f |
| Example Color |
#f8f8f8 |
| Example Color |
#00b48a |
| Example Color |
#00d1a0 |
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's code of conduct
.
For support, email walter@hjelmar.com or join our Slack channel.
If you have any feedback, please reach out to us at walter@hjelmar.com
See FAQ.md
See LESSIONS.md
See ROADMAP.md
Client: TODO
Server: TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.