Entering edit mode
When I try to install hgu133plus2.db in R studio, it automatically starts to install org.Hs.eg.db.
And then it tells me the error: dependency 'org.Hs.eg.db' is not available for package 'hgu133plus2.db'
I have no idea what to do... Thank you so much for helping me!
if(!requireNamespace("hgu133plus2.db",quietly = T))
BiocManager::install("hgu133plus2.db")
Problem solved!
I downloaded the org.Hs.eg.db package from the website, and installed with the following code, then everything worked perfectly.