I want to check out this book on GitHub, but I'm not sure how to read it.
First, I tried creating a new project in RStudio, and then used git clone in the project directory to get the files from the repository:
bash https://github.com/OSCA-source/OSCA.git After cloning the repository, I ran the following command to render the book:
r bookdown::render_book("C:/Users/***/Documents/R/oscabook/inst/book/index.Rmd") The result was:
bash Output created: docs/index.html [1] "C:/Users/**/Documents/R/oscabook/inst/book/docs/index.html" I checked the generated HTML file, and its content was identical to the Bioconductor release version, which only includes the introduction.
I'm not sure how to access the complete content, similar to what's available here.
If anyone could help me figure this out, I would greatly appreciate it!
Got it, that had really confused me a bit, thank you for your help!