sdcTools / sdcMicro

sdcMicro
http://sdctools.github.io/sdcMicro/
79 stars 23 forks source link

object ‘knit_print.html’ is not exported by 'namespace:shiny' #287

Closed TheRealSvc closed 4 years ago

TheRealSvc commented 4 years ago

When installing from source on linux i got this error:

Error: object ‘knit_print.html’ is not exported by 'namespace:shiny'

With the last version (~1 month ago ) i had no probem. Since there was some cleanup with the imports, could it be something goes wrong ?

matthias-da commented 4 years ago

Have you tried it with sdcMicro version 5.4.1 (from GitHub). The problem was with shiny, they changed some things in their package.

A new version is already on the way to CRAN, and as mentioned above, the GitHub version should work.

TheRealSvc commented 4 years ago

Thanks ! Using the github version (like this: devtools::install_github("sdcTools/sdcMicro") ) worked.