inst/doc/packages.R

## ---- eval=FALSE--------------------------------------------------------------
#    install.packages("ggplot2", dependencies=T)

## ---- eval=FALSE--------------------------------------------------------------
#  install.packages("ggplot2", lib="u:/", dependencies=T)

## ---- eval=FALSE--------------------------------------------------------------
#  #If you have admin access
#  library("ggplot2")
#  require("ggplot2")
#  
#  #If you don't have admin access
#  #And install the package to your u drive
#  library("ggplot2", lib.loc="u:/")
#  require("ggplot2", lib.loc="u:/")
mzinkgraf/BioStatsWWU documentation built on Jan. 12, 2024, 11:02 p.m.