I have problem in installing some Bioconductor packages like ParathyroidSE and SpikeInSubset. When i print the code to install the package ,
biocLite("parathyroidSE")
everything looks normal, however when i tried to open the library or see the data, the following message popped out:
Error in library("parathyroidSE") :
there is no package called ‘parathyroidSE’
When i tried to open the package using R studio from another computer, the package was installed properly and we could see the data. Does anyone have any suggestion how to overcome this problem?