ropensci / chromer

package for interacting with the chromosome counts database (CCDB) at https://taux.evolseq.net/CCDB_web/
https://docs.ropensci.org/chromer
Other
12 stars 4 forks source link

chromer is not working for me #21

Closed fbalao closed 8 years ago

fbalao commented 8 years ago

The package is not working for me. Any suggestion?

library(chromer) chrom_counts("Castilleja", "genus") Error in attr(res, "class") <- c(attr(res, "class"), "chrom.counts") : se intenta especificar un atributo en un NULL

sckott commented 8 years ago

@fbalao i made a fix, though not merged into master yet, try installing like devtools::install_github("ropensci/chromer@sckott-fixes"), then retrying your eg

fbalao commented 8 years ago

@sckott now it works like a charm. Thanks

rossmounce commented 8 years ago

Just to say the main repo (https://github.com/ropensci/chromer) code still hasn't been updated, I'm getting the same problem as @fbalao describes.

It's not obvious from the front page of the repo that there's a solution. I'm not sure that all potential users will be savvy enough to check the issues for a fix... Are there plans to merge to master? @sckott

edit: just to say, sckott's fix works but that's not the issue :)

sckott commented 8 years ago

Thanks for the ping @rossmounce

I'll merge today

sckott commented 8 years ago

okay, merged to master @fbalao @rossmounce