The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
library(slickR)
Convert PDF to Images.
<- system.file('examples/slickR.pdf',package = 'slickR')
pdf_file
<- pdftools::pdf_convert(pdf_file,format = 'png',verbose = FALSE) imgs
PDF file in a single slider
slickR(imgs,height = 500)
<- settings(arrows = FALSE,slidesToShow = 3,slidesToScroll = 1,centerMode = TRUE, focusOnSelect = TRUE,initialSlide = 0)
bottom_opts
slickR(imgs,height = 500) %synch% (slickR(imgs,height = 100) + bottom_opts)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.