diff --git a/DESCRIPTION b/DESCRIPTION index 63cf6f7..325d3a8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -28,7 +28,7 @@ VignetteBuilder: Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2 +RoxygenNote: 7.3.0 SystemRequirements: xclip (https://github.com/astrand/xclip) or xsel (http://www.vergenet.net/~conrad/software/xsel/) for accessing the X11 clipboard, or wl-clipboard (https://github.com/bugaevc/wl-clipboard) diff --git a/R/clipr-package.R b/R/clipr-package.R index 03ee9b4..085aae3 100644 --- a/R/clipr-package.R +++ b/R/clipr-package.R @@ -1,3 +1,7 @@ +#' @keywords internal +"_PACKAGE" + +## usethis namespace: start #' clipr: Read and Write from the System Clipboard #' #' Simple utility functions to read from and write to the Windows, OS X, and X11 @@ -11,6 +15,6 @@ #' [clipr_available()] is useful when building packages that #' depend on clipr functionality. #' -#' @docType package #' @name clipr +## usethis namespace: end NULL diff --git a/man/clipr-package.Rd b/man/clipr-package.Rd new file mode 100644 index 0000000..4525261 --- /dev/null +++ b/man/clipr-package.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/clipr-package.R +\docType{package} +\name{clipr-package} +\alias{clipr-package} +\title{clipr: Read and Write from the System Clipboard} +\description{ +Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/mdlincoln/clipr} + \item \url{http://matthewlincoln.net/clipr/} + \item Report bugs at \url{https://github.com/mdlincoln/clipr/issues} +} + +} +\author{ +\strong{Maintainer}: Matthew Lincoln \email{matthew.d.lincoln@gmail.com} (\href{https://orcid.org/0000-0002-4387-3384}{ORCID}) + +Other contributors: +\itemize{ + \item Louis Maddox [contributor] + \item Steve Simpson [contributor] + \item Jennifer Bryan [contributor] +} + +} +\keyword{internal} diff --git a/man/clipr.Rd b/man/clipr.Rd index f40b8ee..309ba30 100644 --- a/man/clipr.Rd +++ b/man/clipr.Rd @@ -1,6 +1,5 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/clipr-package.R -\docType{package} \name{clipr} \alias{clipr} \title{clipr: Read and Write from the System Clipboard}