-
Open PowerShell
-
Execute the following commands:
winget install 'RProject.R' winget install 'Posit.RStudio' winget install 'GnuWin32.Make'
-
You probably need to add the following directories to your Path environment (user) variable (for R version
4.3.2
and RStudio2023.12.1
)C:\Program Files\R\R-4.3.2\bin
C:\Program Files (x86)\GnuWin32\bin
C:\Program Files\RStudio\resources\app\bin\quarto\bin\tools
-
Open RStudio
-
Execute the following command in the console:
install.packages(c('bookdown', 'rmarkdown', 'tinytex'))
Please execute the following command in PowerShell in the root folder of repository to create the bookdown output (in the folder Bookdown
):
make doc