sctyner / OpenForSciR

Free, online book "Open Forensic Science in R." This book is for anyone looking to do forensic science analysis in a data-driven and open way.
https://sctyner.github.io/OpenForSciR/
Other
40 stars 6 forks source link

Open Forensic Science in R

DOI

About

This project was funded by rOpenSci through their Research Fellowship program.

Topics Covered

Future Topics

Contribute

Please make a pull request or file an issue if you would like to make a contribution to Open Forensic Science in R.

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Build the book

To build, clone or download this repository at the "Clone or download" button at the top of the page. Then, open index.Rmd in R or RStudio, then run:

# install bookdown pkg from CRAN
install.packages("bookdown")
# or install dev version from Github
# devtools::install_github("rstudio/bookdown")
rmarkdown::render_site(output_format = 'bookdown::gitbook', encoding = 'UTF-8')

Other R Resources

Please see the current draft of the CRAN Task View for Forensic Science. Contributuions are welcome!