great-northern-diver / loon

A Toolkit for Interactive Statistical Data Visualization
http://great-northern-diver.github.io/loon/
GNU General Public License v2.0
48 stars 16 forks source link

Partial argument match of 'field' to 'fields' #182

Open fkohrt opened 1 year ago

fkohrt commented 1 year ago

Describe the bug

Attaching {loon} produces warning about a partial argument match.

To Reproduce

withr::with_options(list(warn = 1), {
  library(loon)
})

Leads to:

Warning in utils::packageDescription(pkg = pkgname, field = "Version") :
  partial argument match of 'field' to 'fields'
loon Version 1.4.0.
To learn more about loon, see l_web().

Expected behavior

No warnings produced.

z267xu commented 1 year ago

It is an issue. Just fixed. Will ship a new version ASAP