petteriTeikari/R-PLR

'clean.and.reconstruct.PLR' Library missing

ray-najjar opened this issue · 2 comments

https://stackoverflow.com/questions/1815606/rscript-determine-path-of-the-executing-script

library(rstudioapi)
Error in library(rstudioapi) : there is no package called ‘rstudioapi’

Need to install package:
install.packages("rstudioapi")

Added auto-install yes

if (!require("rstudioapi")) install.packages("rstudioapi"); library("rstudioapi")