rubenarslan / codebook

Cook rmarkdown codebooks from metadata on R data frames
https://rubenarslan.github.io/codebook/
Other
142 stars 16 forks source link

Missing dependency ('future' package) #65

Closed ferreira-santos closed 1 month ago

ferreira-santos commented 3 years ago

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?

LukasWallrich commented 2 years ago

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?

rubenarslan commented 1 month ago

moved future to imports