diff --git a/DESCRIPTION b/DESCRIPTION index da081f2..bf3fd0d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -33,7 +33,7 @@ Suggests: httr, jsonlite Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.1 +RoxygenNote: 7.3.0 Encoding: UTF-8 SystemRequirements: C++17 diff --git a/R/httpgd-package.R b/R/httpgd-package.R index e3095a4..a5adcc4 100644 --- a/R/httpgd-package.R +++ b/R/httpgd-package.R @@ -1,11 +1,10 @@ #' httpgd: HTTP server graphics device -#' +#' #' Asynchronous HTTP server graphics device. #' -#' @docType package #' @name httpgd-package #' @useDynLib httpgd, .registration=TRUE -NULL +"_PACKAGE" .onLoad <- function(libname, pkgname) { #httpgd_ipc_open_() diff --git a/man/httpgd-package.Rd b/man/httpgd-package.Rd index 3176408..593627c 100644 --- a/man/httpgd-package.Rd +++ b/man/httpgd-package.Rd @@ -2,8 +2,28 @@ % Please edit documentation in R/httpgd-package.R \docType{package} \name{httpgd-package} +\alias{httpgd} \alias{httpgd-package} \title{httpgd: HTTP server graphics device} \description{ Asynchronous HTTP server graphics device. } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/nx10/httpgd} + \item \url{https://nx10.github.io/httpgd/} + \item Report bugs at \url{https://github.com/nx10/httpgd/issues} +} + +} +\author{ +\strong{Maintainer}: Florian Rupprecht \email{floruppr@gmail.com} (\href{https://orcid.org/0000-0002-1795-8624}{ORCID}) + +Other contributors: +\itemize{ + \item Kun Ren \email{mail@renkun.me} [contributor] + \item Jeroen Ooms \email{jeroen@berkeley.edu} (\href{https://orcid.org/0000-0002-4035-0289}{ORCID}) [contributor] +} + +}