1source("./input-0.r", echo = T) 2library() 3 4# Taken from 5# https://stat.ethz.ch/R-manual/R-devel/library/base/html/library.html 6library(lib.loc = .Library) # list all packages in the default library 7library(help = splines) # documentation on package 'splines' 8library(splines) # attach package 'splines' 9 10require(base) 11