- Add slick_div S3 method to build DOM elements to pass into slickR
- Add advanced vignette to work with DOM elements
- Remove dependency on magick and retain pdftools as Suggests
- Change the slickR.js script to support htmlwidgets in iframe src
- Add new settings functions to control the settings of a slick object
- Add new methods to stack and synch slick objects
- Deprecate slickOpts and synchSlides arguments in slickR
- Deprecate getHelp function
- Update underlying js libraries to current builds
- Update vignettes to the new functions and methods
- Refactor pkgdown site for documentation
- Fix bug in htmlwidget to handle empty object links
- Change default of objLinks in slickR function to NULL
- Soft deprecate arguments
slickOpts
andsynchSlides
in the functionslickR
- Soft deprecate the function
getHelp
- Create package data for NBA logo data:
nba_team_logo
andnba_player_logo
- Rewrite usage vignette to use less imports in the
DESCRIPTION
file - Split up the usage vignette to 3 vignettes: basics, plots, iframes
- Added a
NEWS.md
file to track changes to the package. - Convert gitbook of the package to pkgdown with vignettes
- Allow for user defined slideId in
slickpdf
instead of hardcoding it in the function - Change how user inputs
synchSlides
option inslickR
from a character to a data.frame, see documentation