View source: R/installWorkshops.R
This function looks at the 'issues' page of the main repository and installs from the workshop URLs tagged as '[Workshop]'
1 2 3 4 5 6 7 8 9 |
workshops |
character() An optional vector of workshop repositories to install. Default behavior installs all workshops. |
exclude |
logical(1) Whether to include or exclude the workshop(s) listed in the argument from the full list of workshops (default FALSE) |
repository |
A single string indicating the 'username/repository' of the main book-building GitHub repository (defaults to package option 'BOOK_REPO') |
local |
character(1) The folder location for all cloned workshop repositories |
buildDir |
character(1) The folder location for all workshop installation reports (within the 'local' folder) |
ncpus |
integer(1) The number of CPUs to use for the building and installation of workshop repositories (default: 1L) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.