Skip to content

Commit

Permalink
Merge pull request #59 from CCBR/iss-58
Browse files Browse the repository at this point in the history
Create development roadmap diagram
  • Loading branch information
kelly-sovacool authored Jul 22, 2024
2 parents 689dd2b + 4b58d15 commit e0a694f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 6 deletions.
17 changes: 17 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ You can install the development version of reneeTools from [GitHub](https://gith
devtools::install_github("CCBR/reneeTools")
```

<!--
## Example
TODO: This is a basic example which shows you how to solve a common problem:
Expand All @@ -40,3 +41,19 @@ TODO: This is a basic example which shows you how to solve a common problem:
library(reneeTools)
## basic example code
```
-->

## Help & Contributing

Come across a **bug**? Open an [issue](https://github.com/CCBR/reneeTools/issues) and include a minimal reproducible example.

Have a **question**? Ask it in [discussions](https://github.com/CCBR/reneeTools/discussions).

Want to **contribute** to this project? Check out the [contributing guidelines](.github/CONTRIBUTING.md).

## Development Roadmap

![](./man/figures/reneeTools-development-plan.png)

- [dev spreadsheet](https://nih-my.sharepoint.com/:x:/g/personal/homanpj_nih_gov/ETvHXgnwxExEpcP57Jj9_EwBHBvZBqNuZ_c3eu51w-SlnA?e=PcXKU8)
- [project board](https://github.com/orgs/CCBR/projects/32)
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# reneeTools
Expand All @@ -16,17 +17,37 @@ sequencing analysis pipeline
You can install the development version of reneeTools from
[GitHub](https://github.com/) with:

```r
``` r
# install.packages("devtools")
devtools::install_github("CCBR/reneeTools")
```

<!--
## Example

TODO: This is a basic example which shows you how to solve a common
problem:

```r
&#10;TODO: This is a basic example which shows you how to solve a common problem:
&#10;
``` r
library(reneeTools)
## basic example code
```
-->

## Help & Contributing

Come across a **bug**? Open an
[issue](https://github.com/CCBR/reneeTools/issues) and include a minimal
reproducible example.

Have a **question**? Ask it in
[discussions](https://github.com/CCBR/reneeTools/discussions).

Want to **contribute** to this project? Check out the [contributing
guidelines](.github/CONTRIBUTING.md).

## Development Roadmap

![](./man/figures/reneeTools-development-plan.png)

- [dev
spreadsheet](https://nih-my.sharepoint.com/:x:/g/personal/homanpj_nih_gov/ETvHXgnwxExEpcP57Jj9_EwBHBvZBqNuZ_c3eu51w-SlnA?e=PcXKU8)
- [project board](https://github.com/orgs/CCBR/projects/32)
Binary file added man/figures/reneeTools-development-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0a694f

Please sign in to comment.