Entering edit mode
Ivo Kwee
▴
30
@ivo-kwee-907
Last seen 10.4 years ago
Guys, guys,
Can't believe this. Could get even passed the installation! There
seemed
to be a function missing in the new reposTools library which is needed
for install BioC.
This shouldn't be possible. Installation script should really not
fail....
This function:
getRversion <- function() {
return(buildVersionNumber(strsplit(R.version.string,"(
)|(,)")[[1]][3]))
}
I copied from 1.4.3 and copied it into .../R/versNums.R of version
1.4.11
Beeewww.... took me 2 hours to solve this bug.
Ivo