diff --git a/DESCRIPTION b/DESCRIPTION index 5d8e343..5b8e1f8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ Description: Capture screenshots in 'Shiny' applications. Screenshots can either of the entire viewable page, or a specific section of the page. The captured image is automatically downloaded as a PNG image, or it can also be saved on the server. Powered by the 'html2canvas' JavaScript library. -URL: https://github.com/daattali/shinyscreenshot https://daattali.com/shiny/shinyscreenshot-demo/ +URL: https://github.com/daattali/shinyscreenshot, https://daattali.com/shiny/shinyscreenshot-demo/ BugReports: https://github.com/daattali/shinyscreenshot/issues Depends: R (>= 3.1.0) @@ -29,5 +29,5 @@ Suggests: timevis License: MIT + file LICENSE Encoding: UTF-8 -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) diff --git a/R/shinyscreenshot-package.R b/R/shinyscreenshot-package.R new file mode 100644 index 0000000..0cc9deb --- /dev/null +++ b/R/shinyscreenshot-package.R @@ -0,0 +1,2 @@ +#' @keywords internal +"_PACKAGE" diff --git a/man/shinyscreenshot-package.Rd b/man/shinyscreenshot-package.Rd new file mode 100644 index 0000000..373a625 --- /dev/null +++ b/man/shinyscreenshot-package.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/shinyscreenshot-package.R +\docType{package} +\name{shinyscreenshot-package} +\alias{shinyscreenshot} +\alias{shinyscreenshot-package} +\title{shinyscreenshot: Capture Screenshots of Entire Pages or Parts of Pages in 'Shiny'} +\description{ +Capture screenshots in 'Shiny' applications. Screenshots can either be of the entire viewable page, or a specific section of the page. The captured image is automatically downloaded as a PNG image, or it can also be saved on the server. Powered by the 'html2canvas' JavaScript library. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/daattali/shinyscreenshot} + \item \url{https://daattali.com/shiny/shinyscreenshot-demo/} + \item Report bugs at \url{https://github.com/daattali/shinyscreenshot/issues} +} + +} +\author{ +\strong{Maintainer}: Dean Attali \email{daattali@gmail.com} (\href{https://orcid.org/0000-0002-5645-3493}{ORCID}) + +Authors: +\itemize{ + \item Niklas von Hertzen \email{niklasvh@gmail.com} (html2canvas library) + \item Eli Grey \email{~@eligrey.com} (FileSaver library) +} + +} +\keyword{internal}