Skip to content

Commit

Permalink
Update installation.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinawlai committed Sep 26, 2023
1 parent bb63a3c commit bb840b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/installation.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Serocalculator package installation manual"
author: "European Centre for Disease Prevention and Control (ECDC)"
author: "UC Davis Seroepidemiology Research Group (SERG)"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
Expand All @@ -23,7 +23,7 @@ pkgVersion <- packageDescription(pkgName)$Version
pkgDate <- packageDescription(pkgName)$Date
pkgBaseFileName <- paste(pkgName, pkgVersion, sep = "_")
pkgUrl <- gsub("\n", "", packageDescription(pkgName)$URL)
pkgPath <- "http://ecdc.europa.eu/en/data-tools/seroincidence-calculator-tool/Documents"
pkgPath <- "https://ucd-serg.github.io/serocalculator/"
library("knitr")
```

Expand All @@ -34,7 +34,7 @@ library("knitr")
Package **`r pkgName`** is written in programming language R and end user must have access to a
working installation of R engine. This document describes the most common setup with R installed
locally on the user's computer. The screenshots refer to the classical R interface, but the package
can also be opened in other Graphical User Interfaces fo R like e.g.
can also be opened in other Graphical User Interfaces for R like e.g.
[RStudio](http://www.rstudio.com/products/RStudio/).

# 2. Installation steps
Expand Down

0 comments on commit bb840b3

Please sign in to comment.