nmfs-fish-tools / fishdictionary

A dictionary scheme for fisheries
https://connect.fisheries.noaa.gov/fishdictionary
GNU Affero General Public License v3.0
5 stars 1 forks source link

use of `:::` #48

Open kellijohnson-NOAA opened 11 months ago

kellijohnson-NOAA commented 11 months ago

When running devtools::check() I get the following

❯ checking dependencies in R code ... WARNING
  Unexported object imported by a ':::' call: 'tools:::RdTags'
    See the note in ?`:::` about the use of this operator.
    Including base/recommended package(s):
    'tools'

We could ask them to export it or we can just use a call to lapply() to get the tag names ourselves. @Bai-Li-NOAA do you have a preference?

Bai-Li-NOAA commented 11 months ago

Using lapply() seems like a quick fix. I have updated the code base and got rid of all the warnings and notes from running devtools::check().