From 129de4408ef4420b90541db715e69465356f75c8 Mon Sep 17 00:00:00 2001 From: michellepistner Date: Fri, 17 May 2024 22:28:36 -0400 Subject: [PATCH] Removing bracket --- vignettes/introduction-to-fido.Rmd | 2 +- vignettes/introduction-to-fido.Rmd.orig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/introduction-to-fido.Rmd b/vignettes/introduction-to-fido.Rmd index 2da4f8c..1e88df5 100644 --- a/vignettes/introduction-to-fido.Rmd +++ b/vignettes/introduction-to-fido.Rmd @@ -104,7 +104,7 @@ I will reanalyze a previously published study comparing microbial composition in Crohn's Disease (CD) to healthy controls [@gevers2014]. To do this I will fit a pibble model using CD status, inflammation status and age as covariates (plus a constant intercept term). -For convienece, we have added a copy of the data set to *fido*. The data was obtained from the *MicrobeDS* repository on [GitHub]( https://github.com/twbattaglia/MicrobeDS}). +For convienece, we have added a copy of the data set to *fido*. The data was obtained from the *MicrobeDS* repository on [GitHub]( https://github.com/twbattaglia/MicrobeDS). ```r diff --git a/vignettes/introduction-to-fido.Rmd.orig b/vignettes/introduction-to-fido.Rmd.orig index 77bfd51..b63e69c 100644 --- a/vignettes/introduction-to-fido.Rmd.orig +++ b/vignettes/introduction-to-fido.Rmd.orig @@ -109,7 +109,7 @@ I will reanalyze a previously published study comparing microbial composition in Crohn's Disease (CD) to healthy controls [@gevers2014]. To do this I will fit a pibble model using CD status, inflammation status and age as covariates (plus a constant intercept term). -For convienece, we have added a copy of the data set to *fido*. The data was obtained from the *MicrobeDS* repository on [GitHub]( https://github.com/twbattaglia/MicrobeDS}). +For convienece, we have added a copy of the data set to *fido*. The data was obtained from the *MicrobeDS* repository on [GitHub]( https://github.com/twbattaglia/MicrobeDS). ```{r message=FALSE, warning=FALSE} library(phyloseq)