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.
Nice package!
Checking the package using
devtools::check()
resulted in1 error ✖ | 0 warnings ✔ | 0 notes ✔
on my machine:Please add all packages from which you are importing functions to the field
Imports
in yourDESCRIPTION
file. You can find all packages from which you currently declare imports inNAMESPACE
.