Skip to content

Commit

Permalink
Adds protocols to URLs.
Browse files Browse the repository at this point in the history
This clarification was required to comply with CRAN guidance.
  • Loading branch information
nucleic-acid committed Jan 7, 2022
1 parent 026730d commit db5f8ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ On conferences, such banners are frequently displayed way too short for the audi

## Basic Usage

This package accepts bibliographic information as 'BibTeX' and 'BibLaTeX' references and includes a QR code pointing to the ['DOI'](https://www.doi.org). If the 'DOI' is not available in the bibliography entry, but a 'URL' field instead, this is used. If neither is given, the QR code points to a search call at [scholar.google.com](scholar.google.com) with the available data as search terms.
This package accepts bibliographic information as 'BibTeX' and 'BibLaTeX' references and includes a QR code pointing to the ['DOI'](https://www.doi.org). If the 'DOI' is not available in the bibliography entry, but a 'URL' field instead, this is used. If neither is given, the QR code points to a search call at [https://scholar.google.com](https://scholar.google.com) with the available data as search terms.

``` r
bib <- RefManageR::ReadBib(bib_path)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ This package accepts bibliographic information as ‘BibTeX’ and
[‘DOI’](https://www.doi.org). If the ‘DOI’ is not available in the
bibliography entry, but a ‘URL’ field instead, this is used. If neither
is given, the QR code points to a search call at
[scholar.google.com](scholar.google.com) with the available data as
search terms.
<https://scholar.google.com> with the available data as search terms.

``` r
bib <- RefManageR::ReadBib(bib_path)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/namedropR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The package can be used to create and include these banners "on the fly" e.g. wh

# Basic Usage

This package accepts bibliographic information as 'BibTeX' and 'BibLaTeX' references and includes a QR code pointing to the ['DOI'](https://www.doi.org) included in the reference. If the 'DOI' is not available in the bibliography entry, but a 'URL' field instead, this is used. If neither is given, the QR code points to a search call at [scholar.google.com](scholar.google.com) with the available data as search terms.
This package accepts bibliographic information as 'BibTeX' and 'BibLaTeX' references and includes a QR code pointing to the ['DOI'](https://www.doi.org) included in the reference. If the 'DOI' is not available in the bibliography entry, but a 'URL' field instead, this is used. If neither is given, the QR code points to a search call at [https://scholar.google.com](https://scholar.google.com) with the available data as search terms.

## Read the Bibliography file

Expand Down

0 comments on commit db5f8ea

Please sign in to comment.