File: requireLibrary.Rd

package info (click to toggle)
r-cran-mutoss 0.1-13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: sh: 13; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
\name{requireLibrary}
\alias{requireLibrary}
\title{Tries to load a package.}
\usage{requireLibrary(package)}
\description{Tries to load a package.
If this package does not exist, it will ask the user whether the package should be installed and loaded.
If the user negates, we will raise an error via stop.}
\value{NULL}
\author{MuToss-Coding Team}
\arguments{\item{package}{Package to load}}