dabestr
dabestr copied to clipboard
Error: 'check_dots_empty' is not an exported object from 'namespace:ellipsis'
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!
what does
packageVersion('ellipsis')
produce? It should be 0.2.0
or higher.
It's 0.2.0.1. Not sure what went wrong but it works now. Thanks!
Ok, let us know if any problems crop up again. Thanks!
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 !!
Hi @ABuratin, what version of ellipsis
are you using?
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
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?