r-lib / pkgdepends

R Package Dependency Resolution
https://r-lib.github.io/pkgdepends/
Other
102 stars 30 forks source link

pkg name check broken? #246

Closed gaborcsardi closed 3 years ago

gaborcsardi commented 3 years ago
❯ pkgdepends::pkg_name_check("foo")
Error in attributes(.Data) <- c(attributes(.Data), attrib) :
  'names' attribute [1] must be the same length as the vector [0]
In addition: Warning message:
In structure(stm[term], names = term) :
  Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes.
  Consider 'structure(list(), *)' instead.