Skip to content

new installation - subsetting behavr table failing #17

@estebanbeck

Description

@estebanbeck

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions