2023Jado / homdista

Other
4 stars 0 forks source link

[MB2 feedback] `devtools::check()` results in `1 error ✖ | 0 warnings ✔ | 0 notes ✔` #1

Open 16EAGLE opened 6 months ago

16EAGLE commented 6 months ago

Nice package!

Checking the package using devtools::check() resulted in 1 error ✖ | 0 warnings ✔ | 0 notes ✔ on my machine:

E  checking package dependencies (1.3s)
   Namespace dependencies missing from DESCRIPTION Imports/Depends entries:
     'CircStats', 'ade4', 'adehabitatHR', 'adehabitatLT', 'adehabitatMA',
     'ggplot2', 'lubridate', 'mapview', 'move', 'sf', 'sp', 'tidyr'

   See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
   manual.

   See
     ‘/home/UNI-WUERZBURG.EU/jas24nx/Documents/tmp/homdista.Rcheck/00check.log’
   for details.

Please add all packages from which you are importing functions to the field Imports in your DESCRIPTION file. You can find all packages from which you currently declare imports in NAMESPACE.

2023Jado commented 6 months ago

Thank you. Well noted! I will work on this as soon as possible.