Translational Bioinformatics with R
2022-08-05
Chapter 1 Acknowledgement
This book is written and rendered using the bookdown package, which can be installed from CRAN or Github:
#install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")
Two key steps to render the Book from the Github repo “gongchang/TBioR” and deploy it to bookdown.org:
#{r} #bookdown::render_book("index.Rmd", "bookdown::gitbook") #bookdown::publish_book() #