Hello,
When I try to check my package, I have this error :
* installing *source* package ‘mypackage’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: object ‘parallel_slot_names’ is not exported by 'namespace:S4Vectors'
Execution halted
ERROR: lazy loading failed for package ‘mypackage’
I don't call parallel_slot_names in my package. What can I do ?
Thank you in advance for help.
Note that
parallel_slot_names
is the new name forparallelSlotNames
. The latter got removed but not the former.H.
Thanks for the correction. So yes ilysR, I would try updating all package and making sure you have a valid install.