Hello,
A while ago I ran ABSOLUTE and I have the script I used.
I want to run it again but when I do:
library(ABSOLUTE)
I get:
Error in library(ABSOLUTE) : there is no package called ‘ABSOLUTE’
If I do:
install.packages("ABSOLUTE", lib="/Library/Frameworks/R.framework/Versions/3.3/Resources/library")
I get:
Warning in install.packages :
package ‘ABSOLUTE’ is not available (for R version 3.3.1)
As I said, I ran this code a while ago, and I'm sure I updated R at some point.
I have the files that come with ABSOLUTE, but I don't remember how to install the package.
Any help would be very much appreciated.