Skip to content

Commit b482f5f

Browse files
committed
switch \url to \verb to please check
1 parent 21a8a19 commit b482f5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/ReadZotero.R

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#'
1414
#' @param user Zotero userID for use in calls to the Zotero API. This is not the same as your Zotero
1515
#' username. The userID for accessing user-owned libraries can be found at
16-
#' \url{https://www.zotero.org/settings/keys}.
16+
#' \verb{https://www.zotero.org/settings/keys} after logging in.
1717
#' @param group Zotero groupID for use in calls to the Zotero API. Only one of \code{user} and \code{group} should be specified; \code{group} will be ignored if both are specified.
1818
#' @param .params A \emph{named} list of parameters to use in requests to the Zotero API with possible values
1919
#' \itemize{
@@ -31,7 +31,7 @@
3131
#' @return An object of class BibEntry
3232
#' @export
3333
#' @seealso \code{\link{BibEntry}}, \code{\link{getForm}} in package \code{RCurl}
34-
#' @references \url{http://www.zotero.org/support/dev/server_api/v2/read_requests}
34+
#' @references \verb{http://www.zotero.org/support/dev/server_api/v2/read_requests}
3535
#' @importFrom RCurl getForm curlOptions
3636
#' @examples
3737
#' \dontrun{

man/ReadZotero.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ReadZotero(user, group, .params, temp.file = tempfile(fileext = ".bib"),
1010
\arguments{
1111
\item{user}{Zotero userID for use in calls to the Zotero API. This is not the same as your Zotero
1212
username. The userID for accessing user-owned libraries can be found at
13-
\url{https://www.zotero.org/settings/keys}.}
13+
\verb{https://www.zotero.org/settings/keys} after logging in.}
1414

1515
\item{group}{Zotero groupID for use in calls to the Zotero API. Only one of \code{user} and \code{group} should be specified; \code{group} will be ignored if both are specified.}
1616

@@ -65,7 +65,7 @@ BibOptions(old.opts)
6565
}
6666
}
6767
\references{
68-
\url{http://www.zotero.org/support/dev/server_api/v2/read_requests}
68+
\verb{http://www.zotero.org/support/dev/server_api/v2/read_requests}
6969
}
7070
\seealso{
7171
\code{\link{BibEntry}}, \code{\link{getForm}} in package \code{RCurl}

0 commit comments

Comments
 (0)