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

installation error (Failed to install 'Ularcirc' from GitHub) #12

Open
shannjiang opened this issue Feb 27, 2020 · 1 comment
Open

installation error (Failed to install 'Ularcirc' from GitHub) #12

shannjiang opened this issue Feb 27, 2020 · 1 comment

Comments

@shannjiang
Copy link

Dear Sir or Madam,

I am trying to use the Ularcirc to visualize the circRNAs I found. I just followed the installation pipeline but failed with the error info:

package ‘yaml’ successfully unpacked and MD5 sums checked
Error: Failed to install 'Ularcirc' from GitHub:
(converted from warning) cannot remove prior installation of package ‘yaml’

Do you know how to resolve the issue?

thanks,

Shan

@davhum
Copy link
Collaborator

davhum commented Feb 28, 2020

Hi Shan,

It appears as if the yaml library may not have updated as message says cannot remove prior installation. Can you cehck what version of yaml is installed, this can be done easily through RStudio or the following R command line.

p <- installed.packages()
p[which(p[,1] == "yaml"),1:3]

you may need to delete yaml directly before attempting to re-install. To do this navigate to the folder/directory identified by p[which(p[,1] == "yaml"),2] and remove it. Then start the Ularcirc installation again.

Cheers,
D

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