search for: needs_dot

Displaying 2 results from an estimated 2 matches for "needs_dot".

Did you mean: needs_dots
2020 Jul 10
2
Strange behaviour of methods::slot() when returning a tibble
...ame) where 'name' is an slot that contains a vector, everything works as expected. However, when I call slot(object, name) where 'name' is an slot that contains a tibble I get the following warning: Warning message: `...` is not empty. We detected these problematic arguments: * `needs_dots` These dots only exist to allow future extensions and should be empty. Did you misspecify an argument? Making 'packages.html' ... done Wrapping the call in suppressWarnings() doesn't stop this, and this warning is printed every time the resultant object is called, e.g. df <- slot(...
2020 Jul 10
0
Strange behaviour of methods::slot() when returning a tibble
...ot that contains a vector, everything works as expected. However, when I call slot(object, name) where 'name' is an slot that contains a tibble I get the following warning: > > > Warning message: > `...` is not empty. > > We detected these problematic arguments: > * `needs_dots` > > These dots only exist to allow future extensions and should be empty. > Did you misspecify an argument? > Making 'packages.html' ... done > > Wrapping the call in suppressWarnings() doesn't stop this, and this warning is printed every time the resultant object...