Skip to content
/ Rbook Public
forked from alexd106/Rbook

Bookdown version of the Introduction to R book

License

Notifications You must be signed in to change notification settings

azzco/Rbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Introduction to R

Rendered book : https://intro2r.com

To build this book you will need to install the following packages into R or Rstudio (just use the install.packages() function): vioplot, reshape2, ggplot2, patchwork, quantreg, hexbin, GGally, ggfortify, kableExtra, htmltools, rmarkdown, bookdown, xfun, knitr, rsvg, remotes, formatR.

You will also need to install the icons package from GitHub and also the download the fontawesome icons using:

remotes::install_github("mitchelloharawild/icons")

icons::download_fontawesome(version = "dev")

To render the book you can either hit the 'Build' button in RStudio or run the following line of code in the console:

rmarkdown::render_site(output_format = 'bookdown::gitbook', encoding = 'UTF-8')

About

Bookdown version of the Introduction to R book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.2%
  • TeX 35.6%
  • R 20.1%
  • HTML 3.1%