-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
I installed a new computer with ubuntu 22.04 and install R and Rstudio. I am using Rstudio 2022.06.0 build 452
I can get the data and everything looks good. For instance, this kind of code runs ok:
ggetho(dt, aes(y=x_rel))+
stat_pop_etho() +
stat_ld_annotations()
but if I subset the database like this:
ggetho(dt[t>4700 & t<7100], aes(y=x_rel))+
stat_pop_etho() +
stat_ld_annotations()
I get this error:
Error in seq.default(from = first_d, to = right, by = period) :
wrong sign in 'by' argument
The same happens if I subset by a metavariable employing xmv().
Any idea of which is the problem? I guess that I got new versions of everything and something is failing...
Metadata
Metadata
Assignees
Labels
No labels