Skip to content

Commit

Permalink
Merge pull request #109 from metrumresearchgroup/add-cheatsheet
Browse files Browse the repository at this point in the history
Add cheatsheet
  • Loading branch information
graceannobrien authored Jul 25, 2024
2 parents f95bab9 + f83c9c6 commit 953a2fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ run `logSummary()` to see the revision number for the most recent QC of each scr
## Documentation
Public documentation of all functions is hosted at [https://metrumresearchgroup.github.io/review/](https://metrumresearchgroup.github.io/review/)

### Cheat Sheet

<a href="https://metrumresearchgroup.github.io/cheatsheets/review_cheat_sheet.pdf"><img src="https://metrumresearchgroup.github.io/cheatsheets/thumbnails/review_cheat_sheet_thumbnail.png" width="700" height="395"/></a>

## Development

`review` uses [pkgr](https://github.com/metrumresearchgroup/pkgr) to manage
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ recent QC of each script.
Public documentation of all functions is hosted at
<https://metrumresearchgroup.github.io/review/>

### Cheat Sheet

<a href="https://metrumresearchgroup.github.io/cheatsheets/review_cheat_sheet.pdf"><img src="https://metrumresearchgroup.github.io/cheatsheets/thumbnails/review_cheat_sheet_thumbnail.png" width="700" height="395"/></a>

## Development

`review` uses [pkgr](https://github.com/metrumresearchgroup/pkgr) to
Expand All @@ -48,8 +52,8 @@ replicate this environment,

3. open package in an R session and run `renv::init(bare = TRUE)`

- install `renv` \> 0.8.3-4 into default `.libPaths()` if not
already installed
- install `renv` \> 0.8.3-4 into default `.libPaths()` if not
already installed

4. run `pkgr install` in terminal within package directory

Expand Down

0 comments on commit 953a2fb

Please sign in to comment.