codebook icon indicating copy to clipboard operation
codebook copied to clipboard

Missing dependency ('future' package)

Open ferreira-santos opened this issue 4 years ago • 1 comments

First use of the package, installed it and ran the codebook() function (on an SPSS imported dataset) and got the following error:

Error in loadNamespace(name) : there is no package called ‘future’

Manually installed the package "future" and then the codebook() ran normally.

Noticed in the changelog that there was a recent change in how dependencies are handled, perhaps that is the cause of this issue?

ferreira-santos avatar Apr 21 '21 11:04 ferreira-santos

Great package, but this still tripped me up - it might be best if codebooks could be generated without future, but as it stands, this should probably be Depends rather than Suggests?

LukasWallrich avatar Aug 10 '22 16:08 LukasWallrich