R/BeginR-package.R

#' This is the R package Getting Started with R
#'
#' The goal of this package is to provide basic information about how to use R.
#' This is part of a course designed and taught by Alexandre Courtiol, IZW, Berlin.
#' Liam Bailey and Colin Vullioud also contributed to create some slides (provided as vignettes).
#'
#' The core of this package is its collection of vignettes, see examples.
#'
#' @name BeginR-package
#' @aliases BeginR-package BeginR
#' @docType package
#'
#' @keywords package
#' @examples
#' browseVignettes(package = 'BeginR')
NULL
courtiol/BeginR documentation built on May 12, 2019, 7:41 a.m.