Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Oct 3, 2024
1 parent 796c0f7 commit 7d154e3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@
[![codecov](https://codecov.io/gh/UCD-SERG/serocalculator/graph/badge.svg?token=85CXV6GN2T)](https://codecov.io/gh/UCD-SERG/serocalculator)
<!-- badges: end -->

#> Warning: package 'qrcode' was built under R version 4.4.1
<div id="fig-website-QR">

![QR code for {serocalculator} website](man/figures/qr.svg)
![](man/figures/qr.svg)


Figure 1: QR code for `serocalculator` website

</div>

Antibody levels measured in a cross–sectional population sample can be
translated into an estimate of the frequency with which seroconversions
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ code <- qr_code("https://ucd-serg.github.io/serocalculator/")
generate_svg(code, filename = "man/figures/qr.svg")
```

![QR code for {serocalculator} website](man/figures/qr.svg)
![QR code for `serocalculator` website](man/figures/qr.svg){#fig-website-QR}

Antibody levels measured in a cross–sectional population sample can be translated into an estimate of the frequency with which seroconversions (infections) occur in the sampled population.
In other words, the presence of many high antibody titers indicates that many individuals likely experienced infection recently and the burden of disease is high in the population,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/enteric_fever_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >
%\VignetteIndexEntry{Enteric Fever Seroincidence Vignette}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: references.bib
bibliography: vignettes/references.bib
---
## Introduction

Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/scrubTyphus_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >
%\VignetteIndexEntry{Scrub Typhus Seroincidence Vignette}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: references.bib
bibliography: vignettes/references.bib

---
## Introduction
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/serocalculator.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vignette: >
%\VignetteIndexEntry{Introduction to serocalculator}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: vignettes/references.bib
---

## Overview
Expand Down

0 comments on commit 7d154e3

Please sign in to comment.