Hello R users,
I'm relatively new to advanced R analysis and I'm updating a bunch of packages. I received some warning messages while I was installing it. Is it okay for me to leave it like this? My warning messages are copied and pasted below:
> update.packages(ask='graphics',checkBuilt=TRUE) Warning: package 'boot' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'class' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'cluster' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'codetools' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'KernSmooth' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'MASS' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'mgcv' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated Warning: package 'nlme' in library 'C:/Users/voicelab/R/R-3.1.1/library' will not be updated
Thank you!
Thank you for your assistance. Actually your way worked. I used biocLite() and I didn't get any warning messages. :-)