clessn / hublotr

Package R d'accès à clHub
Other
3 stars 0 forks source link

Namespace in Imports field not imported from: ‘tidyjson’ #58

Closed judith-bourque closed 1 year ago

judith-bourque commented 1 year ago

Issue

── R CMD check results ─────────────────────────────────────────────────────────────────────── hublot 1.6.5 ────
Duration: 9.3s

❯ checking dependencies in R code ... WARNING
  Namespace in Imports field not imported from: ‘tidyjson’
    All declared Imports should be used.

tidyjson is not used in the package. It is only used in the README examples:

https://github.com/clessn/hublotr/blob/84b2f3ae99709584bc2c0ec14da2751fe5f1c939/README.md?plain=1#L75

It is very useful to interpret the data from hublot, but should be included in the examples, not in the imports.

Proposed solution

Remove tidyjson from Imports in DESCRIPTION