Skip to content

Commit

Permalink
docs: 🩹 png -> svg (#153)
Browse files Browse the repository at this point in the history
## Description 

Since we now create the puml's as svg's, we need to refer to the svg
files in the vignettes as well.
  • Loading branch information
signekb committed Sep 20, 2024
1 parent 6f18f9c commit e30124c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/function-flow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ classifying diabetes status using the osdc package. Light blue and
orange boxes represent filtering functions (inclusion and exclusion
events, respectively). Uncoloured boxes are helper functions that get or
extract a condition or joins data or function
outputs.](images/function-flow.png)
outputs.](images/function-flow.svg)

## Population extraction

Expand All @@ -88,7 +88,7 @@ extracting the population with diabetes using the osdc package. Light
blue and orange boxes represent filtering functions (inclusion and
exclusion events, respectively). Uncoloured boxes are helper functions
that get or extract a condition or joins data or function
outputs.](images/function-flow-population.png)
outputs.](images/function-flow-population.svg)

### Inclusion events

Expand Down Expand Up @@ -221,7 +221,7 @@ column with the diabetes type.
<!-- TODO: add a link to the specific section where this is described -->

![Flow of functions for classifying diabetes status using the `osdc`
package.](images/function-flow-classification.png)
package.](images/function-flow-classification.svg)

#### Type 1 classification

Expand Down

0 comments on commit e30124c

Please sign in to comment.