yonicd / slickR

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

Error thrown by HTMLTools #48

Closed ColinConwell closed 3 years ago

ColinConwell commented 3 years ago

slickR's example code seems to have a conflict with htmltools.

slickR::slickR( list.files(file.path(getwd(),"assets"), full.names = TRUE, pattern = 'png'), height = 200, width = '95%') produces the following error:

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

Is this a versioning issue on my end or something else?

yonicd commented 3 years ago

see issue: https://github.com/yonicd/slickR/issues/45

ColinConwell commented 3 years ago

Thanks for the rapid response; this seems to have done it.

Apologies for the repeat issue. My Google search had not shown the previous one.