dabestr icon indicating copy to clipboard operation
dabestr copied to clipboard

Error: 'check_dots_empty' is not an exported object from 'namespace:ellipsis'

Open henryshm opened this issue 5 years ago • 7 comments

I followed the code in vignette and got this error when I tried to plot. I was able to get dabest.object but can't plot it. The development version also has this issue. Any advice? Thanks!

henryshm avatar Jul 17 '19 14:07 henryshm

what does

packageVersion('ellipsis')

produce? It should be 0.2.0 or higher.

josesho avatar Jul 17 '19 16:07 josesho

It's 0.2.0.1. Not sure what went wrong but it works now. Thanks!

henryshm avatar Jul 17 '19 16:07 henryshm

Ok, let us know if any problems crop up again. Thanks!

josesho avatar Jul 18 '19 04:07 josesho

I followed the code in the vignette and I got this error: Error in (function (env = parent.frame()) : object 'ellipsis_dots_used' not found Any advice? Thanks !!

AFBuratin avatar Sep 05 '19 12:09 AFBuratin

Hi @ABuratin, what version of ellipsis are you using?

josesho avatar Sep 06 '19 07:09 josesho

I'm using version 0.2.0.1.. I have supposed that some object of pakcage rlang could be masked by other package. I'm using your function to analyze transcriptome data and I have some suspicions from this warning : Attaching package: ‘rlang’ The following object is masked from ‘package:Biobase’: exprs

AFBuratin avatar Sep 06 '19 08:09 AFBuratin

what does

packageVersion('ellipsis')

produce? It should be 0.2.0 or higher.

I'm having the same issue and when but when I check what version I have, is says '0,1,0' how do I fix this?

itaiavtalion avatar Oct 26 '22 17:10 itaiavtalion