I run R CMD check "folderlocation" to check my R package and I get the following in the result Git.Rcheck folder within the install.out file.
** installing source package 'SAEplus' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
Error: package slot missing from signature for generic 'extent' and classes sf cannot use with duplicate class names (the package may need to be re-installed) Execution halted ERROR: lazy loading failed for package 'SAEplus'
** removing 'D:/Ify/Git/Git.Rcheck/SAEplus'
Does anyone know why this might be happening? I have gone as far as deleting all data from my data folder. There are no function examples in the R folder. The R folder only contains functions with their function documentation code.