From b4590b094519e067f237490a92d72c2b8967fccd Mon Sep 17 00:00:00 2001 From: Anita Li <62414521+AnitaLi-0371@users.noreply.github.com> Date: Sat, 28 Nov 2020 21:08:42 -0800 Subject: [PATCH 1/3] Update reference section and r package version --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/README.md b/README.md index cbac4d1..fa611ab 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,52 @@ root directory of this project: - infer # References + +
+ +
+ +de Jonge, Edwin. 2018. *Docopt: Command-Line Interface Specification +Language*. . + +
+ +
+ +Keleshev, Vladimir. 2014. *Docopt: Command-Line Interface Description +Language*. . + +
+ +
+ +R Core Team. 2019. *R: A Language and Environment for Statistical +Computing*. Vienna, Austria: R Foundation for Statistical Computing. +. + +
+ +
+ +Van Rossum, Guido, and Fred L. Drake. 2009. *Python 3 Reference Manual*. +Scotts Valley, CA: CreateSpace. + +
+ +
+ +Wickham, Hadley. 2017. *Tidyverse: Easily Install and Load the +’tidyverse’*. . + +
+ +
+ +Xie, Yihui. 2014. “Knitr: A Comprehensive Tool for Reproducible Research +in R.” In *Implementing Reproducible Computational Research*, edited by +Victoria Stodden, Friedrich Leisch, and Roger D. Peng. Chapman; +Hall/CRC. . + +
+ +
From 19ab5f46b19099b7b9321c4d28340e97c2780a90 Mon Sep 17 00:00:00 2001 From: Anita Li <62414521+AnitaLi-0371@users.noreply.github.com> Date: Sat, 28 Nov 2020 21:11:00 -0800 Subject: [PATCH 2/3] Update R package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa611ab..c41cdcb 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ root directory of this project: - DescTools==0.99.38 - reshape2==1.4.4 - broom==0.7.0 - - infer + - infer==0.5.3 # References From e20406b25e7c180367f0ed4fc841a161f2761cc5 Mon Sep 17 00:00:00 2001 From: Anita Li <62414521+AnitaLi-0371@users.noreply.github.com> Date: Sat, 28 Nov 2020 21:11:51 -0800 Subject: [PATCH 3/3] Update reference section --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index c8868a7..2289f93 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,6 +1,6 @@ --- output: github_document -# bibliography: doc/ufo_refs.bib +bibliography: doc/ufo_refs.bib --- # UFO Sighting @@ -75,4 +75,4 @@ Rscript -e "rmarkdown::render('doc/ufo_report.Rmd', output_format = 'github_docu - broom==0.7.0 - infer -# References \ No newline at end of file +# References