Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GOSemSim package download error #39

Open
kahvecirem opened this issue Mar 12, 2023 · 1 comment
Open

GOSemSim package download error #39

kahvecirem opened this issue Mar 12, 2023 · 1 comment

Comments

@kahvecirem
Copy link

Although I downloaded the GOSemSim package to R (V4.1.2) without any problems with the codes below, I cannot find the package in the library after the download is finished. What path can I follow?

if (!require("BiocManager", quietly = TRUE))
   install.packages("BiocManager")

BiocManager::install("GOSemSim")

library("GoSemSim")
@qibaiqi
Copy link
Contributor

qibaiqi commented Mar 12, 2023

Hi, is there any error message when you typed in library("GoSemSim") ?
You can download source package from https://github.com/YuLab-SMU/GOSemSim code → download Zip . Then try devtools::install_local("XX/GOSemSim-master.zip") .
or devtools::install_github("YuLab-SMU/GOSemSim") directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants