R/read_gitbook.R

Defines functions gitbook_url read_pkg_guide

Documented in read_pkg_guide

#' Browse packaging guidelines
#'
#' @export
read_pkg_guide <- function(){
  utils::browseURL(glue::glue("{gitbook_url()}building.html"))
}


gitbook_url <- function(){
  "https://devguide.ropensci.org/"
}
ropenscilabs/rodev documentation built on May 16, 2022, 8:05 a.m.