Skip to content

Commit 3b30bc6

Browse files
committed
Fix URLs for bugzilla and bibtex/biblatex PDFs
1 parent 7d322eb commit 3b30bc6

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Depends:
3939
VignetteBuilder: knitr
4040
BugReports: https://github.com/ropensci/RefManageR/issues
4141
URL: https://github.com/ropensci/RefManageR/
42-
RoxygenNote: 7.1.1
42+
RoxygenNote: 7.1.2

R/RefManageR-package.R

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' Import and Manage BibTeX and BibLaTeX references with RefManageR
2-
#'
2+
#'
33
#' RefManageR provides tools for importing and working with
44
#' bibliographic references. It greatly enhances the bibentry class by
55
#' providing a class BibEntry which stores BibTeX and BibLaTeX references,
@@ -15,52 +15,52 @@
1515
#' @name RefManageR-package
1616
#' @aliases RefManageR refmanager
1717
#' @docType package
18-
#' @author McLean, M. W. \email{mathew.w.mclean@@gmail.com}
19-
#' @details
18+
#' @author McLean, M. W. \email{mathew.w.mclean@@gmail.com}
19+
#' @details
2020
#' \bold{Importing and Creating References}
21-
#'
21+
#'
2222
#' BibEntry objects can be created directly using the \code{\link{BibEntry}} function. \code{.bib} files can be read into R
2323
#' using the \code{\link{ReadBib}} function.
24-
#' Tools are provided for importing references from Crossref, Zotero, Google Scholar,
24+
#' Tools are provided for importing references from Crossref, Zotero, Google Scholar,
2525
#' and PDFs and looking up PubMed ID's and DOIs. See \code{\link{ReadPDFs}}, \code{\link{ReadZotero}}, \code{\link{ReadCrossRef}}, \code{\link{ReadGS}},
2626
#' \code{\link{ReadPubMed}}, \code{\link{GetPubMedByID}}, \code{\link{GetPubMedRelated}}.
27-
#'
27+
#'
2828
#' \bold{Manipulating BibEntry objects}
29-
#'
30-
#' BibEntry objects may be searched and indexed by field values, name lists, keys, dates, date ranges, etc.
29+
#'
30+
#' BibEntry objects may be searched and indexed by field values, name lists, keys, dates, date ranges, etc.
3131
#' See \code{\link{[.BibEntry}}, \code{\link{[<-.BibEntry}}, \code{\link{[[.BibEntry}}, \code{\link{$.BibEntry}}.
32-
#'
32+
#'
3333
#' \bold{Printing and Exporting Bibliographies}
34-
#'
35-
#' The \code{\link{print.BibEntry}} function can print in a number of formats (e.g. text, html) and most of the
36-
#' base bibliography styles available with BibLaTeX (e.g. alphabetic, numeric, authortitle, and authoryear).
37-
#' \code{\link{toBibtex.BibEntry}} will convert a BibEntry object to a character vector containing lines of
34+
#'
35+
#' The \code{\link{print.BibEntry}} function can print in a number of formats (e.g. text, html) and most of the
36+
#' base bibliography styles available with BibLaTeX (e.g. alphabetic, numeric, authortitle, and authoryear).
37+
#' \code{\link{toBibtex.BibEntry}} will convert a BibEntry object to a character vector containing lines of
3838
#' a BibTeX file, converting fields, entry types and expanding crossreferences as needed to coerce BibLaTeX entries to
39-
#' BibTeX. \code{\link{toBiblatex}} converts the BibEntry object to a character vector containing lines of
39+
#' BibTeX. \code{\link{toBiblatex}} converts the BibEntry object to a character vector containing lines of
4040
#' the corresponding BibLaTeX file. The results can be written to a file using \code{\link{WriteBib}}.
41-
#'
42-
#' Citations can be generated in a number of styles using one of the available functions for
41+
#'
42+
#' Citations can be generated in a number of styles using one of the available functions for
4343
#' citations. A list of references can be printed based on the works the user has cited thus far
44-
#' in their document. See \code{\link{Cite}}. The citations and bibliography can be printed
44+
#' in their document. See \code{\link{Cite}}. The citations and bibliography can be printed
4545
#' including hyperlinks using either the R Markdown or R HTML formats.
46-
#'
46+
#'
4747
#' \bold{Additional features}
48-
#'
49-
#' All sorting methods for bibliographies available in the BibLaTeX LaTeX package have been implemented see
48+
#'
49+
#' All sorting methods for bibliographies available in the BibLaTeX LaTeX package have been implemented see
5050
#' \code{\link{sort.BibEntry}} and the references.
51-
#'
51+
#'
5252
#' Using \code{\link{open.BibEntry}} electronic copies of references can be opened in a PDF viewer or web browser.
53-
#'
53+
#'
5454
#' The convenience function \code{\link{BibOptions}} is provided for setting defaults for commonly used
55-
#' functions such as \code{\link{print.BibEntry}}, \code{\link{[.BibEntry}}, and
55+
#' functions such as \code{\link{print.BibEntry}}, \code{\link{[.BibEntry}}, and
5656
#' \code{\link{Cite}}. Its interface is similar to \code{\link{options}}.
5757
#' @keywords package
5858
#' @references McLean, M. W. (2014). Straightforward Bibliography Management in R Using the RefManageR Package.
5959
#' \href{https://arxiv.org/abs/1403.2036}{arXiv: 1403.2036 [cs.DL]}. Submitted.
6060
#' @references Lehman, P., P. Kime, A. Boruvka, and J. Wright (2013). The biblatex Package.
61-
#' \url{https://mirror.pregi.net/tex-archive/macros/latex/contrib/biblatex/doc/biblatex.pdf}.
62-
#' @references Hornik, K., D. Murdoch, and A. Zeileis (2012).
61+
#' \url{https://texdoc.org/serve/biblatex/}.
62+
#' @references Hornik, K., D. Murdoch, and A. Zeileis (2012).
6363
#' Who Did What? The Roles of R Package Authors and How to Refer to Them. The R Journal \bold{4}, 1.
6464
#' \url{https://journal.r-project.org/archive/2012-1/RJournal_2012-1_Hornik~et~al.pdf}
65-
#' @references Patashnik, O (1988). Bibtexing. \url{https://mirror.pregi.net/tex-archive/biblio/bibtex/contrib/doc/btxdoc.pdf}.
65+
#' @references Patashnik, O (1988). Bibtexing. \url{https://tug.org/texmf-docs/bibtex/btxdoc.pdf}.
6666
NULL

inst/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ new API)
243243
* Fix generation of entry keys when the word used from the title for key
244244
generation contains a non-ascii character (h/t Mark Johnson)
245245
* RefManageR will no longer hang due to a bug in `tools::latexToUtf8`
246-
([PR\#17138](https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17138)) that
246+
([PR\#17138](https://bugs.r-project.org/show_bug.cgi?id=17138)) that
247247
is occasionally encountered when that function processes an unknown
248248
macro (h/t Eric Bryant)
249249
* Entries with no title field can now be printed without error when

man/ReadPubMed.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/RefManageR-package.Rd

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)