-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error in xy.coords(x, y, xlabel, ylabel, log) : #130
Comments
Hi Matthew, I encountered the same issue this week. You may try to use an older version of R, it works with 3.6.3. Hope it will help. |
Thanks very much nvall. Yes, it works with version 3.6.3 for me too. Kind regards Matthew |
Hi, how did you install Rclusterpp? I am using version 3.6.3 and receive the following error message when I try to install Rclusterpp:
|
I just followed the instructions at https://github.com/nolanlab/citrus/wiki/Installing-Citrus Specifically: I don't recall having any issues. |
Hi, As I have the same error on R 4.1.3, and a RStudio fatal error with crash on R 3.6.3 Thanks for your help! |
I am working on some package maintenance now - seems like a good time to update for compatibility with R 4.0 since it's been out for about 2 years at this point :) |
This comment was marked as off-topic.
This comment was marked as off-topic.
@JC19C to avoid RStudio crashes, you should consider run
@rbruggner send me a message if you need help. Best, |
@JC19C Give the latest master branch a pull and lmk if it fixes the issue? |
It's working perfectly thanks!
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Garanti
sans virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Le ven. 29 avr. 2022 à 00:38, Robert Bruggner ***@***.***> a
écrit :
… @JC19C <https://github.com/JC19C> Give the latest master branch a pull
and lmk if it fixes the issue?
—
Reply to this email directly, view it on GitHub
<#130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXFLMCRIRZCYBVRKT54JLDLVHMHM7ANCNFSM4NKIARNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, I'm completely new to R. I have installed and run Citrus 0.8 on R 4.0.0 using the shiny GUI. However, every time I try to run an analysis I get an error message within R saying "Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' and 'y' lengths differ
In addition: Warning message:
In if (class(x) == "dist") { :
the condition has length > 1 and only the first element will be used"
Any suggestion as to what I could be doing wrong? It happens even when I follow all of the instructions at https://github.com/nolanlab/citrus/wiki/Synthetic-Example-1
Thanks, Matthew
The text was updated successfully, but these errors were encountered: