The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Updated the documentation for webshot()
to clarify
that expand
only applies to the clipping rectangle
determined by selector
. (#68)
webshot()
now rounds vwidth
and
vheight
to the nearest integer to match Chrome’s
expectations. If this behavior is somehow problematic, you can use
vwidth = I(my_width)
to avoid the conversion.
(#70)
webshot()
now surfaces errors that occur when
working with the lower-level screenshot API provided by Chrome via
{chromote}
. (#69)
webshot()
works harder to set the size of the
virtual viewport when vwidth
and vheight
are
used. This change improves compatibility with recent versions of Chrome
(>= v132). (#72)
webshot()
now supports JPEG (.jpg
or
.jpeg
) and WEBP (.webp
) image formats. (@trafficonese
#45)
Fixed #52: rmdshot()
did not work when used to
screenshot an R Markdown document with runtime: shiny
or
runtime: shinyrmd
. (#53)
Fixed #24: Console messages from webshot()
can now
be suppressed by setting quiet = TRUE
or using the
webshot.quiet
global option. (@trafficonese #45)
NEWS.md
file to track changes to the
package.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.
Health stats visible at Monitor.