cbielow / PTXQC

A Quality Control (QC) pipeline for Proteomics (PTX) results generated by MaxQuant
Other
42 stars 25 forks source link

error during installation: could not find function "guides" #12

Closed hopjesvla79 closed 8 years ago

hopjesvla79 commented 8 years ago

Hi, trying to intsall PTXQC as a noob, i try the Drag 'n Drop method. Following all the instructiosn i'm stuck at the following error:

"Quitting from lines 33-60 (PTXQC-Basic_Guide_for_R_users.Rmd) Error: processing vignette 'PTXQC-Basic_Guide_for_R_users.Rmd' failed with diagnostics: could not find function "guides" Execution halted Error: Command failed (1)"

what is going wrong?

cbielow commented 8 years ago

I've never seen this error, but it looks like a problem with ggplot2 or your R version. See [1]. So, maybe updating R and/or ggplot2 already solves the issue.

What is R version, i.e R.Version()?

[1] [http://stackoverflow.com/questions/22072354/error-could-not-find-function-guides]

hopjesvla79 commented 8 years ago

Hi, it seems that updating ggplot 2 was indeed necessary, at least now it's working.

Thanks!

cbielow commented 8 years ago

Sweet. Merry X-Mas!