yonicd / slickR

slick carousel htmlwidget for R
https://yonicd.github.io/slickR/
Other
159 stars 14 forks source link

error with the basic example? #45

Closed ahdee closed 4 years ago

ahdee commented 4 years ago

Hi just installed this and here is my enviroment.

slickR_0.4.9  
 htmlwidgets_1.3 
 htmltools_0.3.6  

however when I run the example:

slickR(obj = test ,height = 100, width = "95%") + 
    settings(dots = TRUE)

I get this error:

Error in htmltools::tag(tag, varArgs, .noWS) : unused argument (.noWS)

is this some sort of version error? thanks.

ahdee commented 4 years ago

ok I updated htmltools to .5 and it works well now. thanks.