From 2a76aee710577a795d4eda07b32a3f06f8d48a36 Mon Sep 17 00:00:00 2001 From: Zena Lapp Date: Wed, 6 Sep 2023 10:54:39 -0600 Subject: [PATCH] Update install instructions --- vignettes/bistro.Rmd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vignettes/bistro.Rmd b/vignettes/bistro.Rmd index b04e41e..a6a11db 100644 --- a/vignettes/bistro.Rmd +++ b/vignettes/bistro.Rmd @@ -27,18 +27,18 @@ bistro uses the log10LRs to identify bloodmeal-human matches using a per-bloodme ## Installing the `bistro` R package -To install `bistro`, first make sure you have the following installed: - -- Windows: [Rtools](https://cran.r-project.org/bin/windows/Rtools/) -- Mac: Xcode from the Mac App store - -Then, run the following commands: +To install `bistro`, run the following commands: ```{r, eval = FALSE} install.packages("remotes") # install remotes if needed remotes::install_github("duke-malaria-collaboratory/bistro") ``` +If you run into errors, try the following: + +- Windows: install [Rtools](https://cran.r-project.org/bin/windows/Rtools/) +- Mac: install Xcode from the Mac App store + ## Getting started with `bistro` The most important function in `bistro` is `bistro()`. This document will take you through all of the required and optional inputs, as well as the output.