man-roxygen/repo_folder_structure.R

#' @section Repo folder structure:
#'
#'   A repository has two main folders, one for source packages, and the other
#'   for binary packages.  Inside the binary package folder, `bin`, you will find
#'   subfolders for Windows as well as the various OSX binaries.
#'
#'
#'   `+- Root`
#'
#'   `...+- src/contrib`
#'
#'   `......+- PACKAGES`
#'
#'   `..+- bin`
#'
#'   `.......+- windows/contrib/version`
#'
#'   `..........+- PACKAGES`
#'
#'   `.......+-  macosx/contrib/version`
#'
#'   `..........+-  PACKAGES`
#'
#'   `.......+-  macosx/mavericks/contrib/version`
#'
#'   `..........+-  PACKAGES`
#'
#'   `.......+-  macosx/leopard/contrib/version`
#'
#'   `..........+- PACKAGES`
#'
#'   
RevolutionAnalytics/miniCRAN documentation built on April 1, 2024, 3:46 p.m.