Skip to content

Commit

Permalink
readme: load pkgs and add note that the code doesnt actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 5, 2024
1 parent d00db23 commit 96ac770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- BEWARE: THIS CODE DOESN'T RUN - IT'S JUST PSEUDO CODE FOR NOW -->

```{r include=FALSE}
knitr::opts_chunk$set(
Expand Down Expand Up @@ -44,6 +45,8 @@ Use instructions over in the [diy-cromwell-server repo](https://github.com/FredH
Set your Cromwell URL

```r
library(rcromwell)
library(dplyr)
cromwell_config("http://gizmoXXX:20202")
```

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- BEWARE: THIS CODE DOESN'T RUN - IT'S JUST PSEUDO CODE FOR NOW -->



Expand Down Expand Up @@ -36,6 +37,8 @@ Use instructions over in the [diy-cromwell-server repo](https://github.com/FredH
Set your Cromwell URL

```r
library(rcromwell)
library(dplyr)
cromwell_config("http://gizmoXXX:20202")
```

Expand Down

0 comments on commit 96ac770

Please sign in to comment.