r-lib / pak

A fresh approach to package installation
https://pak.r-lib.org
671 stars 60 forks source link

Enumerate additional arguments in pkg_search #537

Closed olivroy closed 1 year ago

olivroy commented 1 year ago

I don't want to commit the redoc, but somehow, the fact that pkgsearch is not needed for that function can make it useful to enumerate the two additional args from pkgsearch..

\item{...}{
Arguments passed on to \code{\link[pkgsearch:pkg_search]{pkgsearch::pkg_search}}
 \describe{
\item{\code{from}}{Where to start listing the results, for pagination.}
 \item{\code{size}}{The number of results to list.}
}}
gaborcsardi commented 1 year ago

Thanks!