Skip to content

Commit b859f31

Browse files
committed
Fix three URLs to satisfy CRAN checks
Note that this breaks the DOI in the creating-EML vignette because the PNAS DOI 503s without either JS or cookies enabled (not sure which) due to that URL being fronted with Cloudflare and probably some sort of anti-abuse config PNAS has with them. This is regrettable but being on CRAN is better than making DOIs URLs.
1 parent 6082bc6 commit b859f31

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Fixed a minor typographical issue in the Working with Units vignette (See https://github.com/ropensci/EML/commit/eb1604817809d2cbea5405ed6909c0e046e31a3e)
77
* Modified how `set_attributes` sets storageType on numeric columns so it will accept `integer` when provided by the user while still defaulting to `float` (See https://github.com/ropensci/EML/issues/324)
88
* Extends `get_attributes`, `set_attributes`, and `shiny_attributes` to support attribute-level semantic annotations (See https://github.com/ropensci/EML/issues/318)
9-
* The test suite will now skip tests dependent on [taxadb](https://cran.r-project.org/web/packages/taxadb/index.html) when it's not installed (See https://github.com/ropensci/EML/issues/320)
9+
* The test suite will now skip tests dependent on [taxadb](https://cran.r-project.org/package=taxadb) when it's not installed (See https://github.com/ropensci/EML/issues/320)
1010

1111
# EML 2.0.5
1212

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output: github_document
77
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
88
[![Build Status](https://travis-ci.org/ropensci/EML.svg?branch=master)](https://travis-ci.org/ropensci/EML)
99
[![Windows build status](https://ci.appveyor.com/api/projects/status/u2gw24yfkvxgny96?svg=true)](https://ci.appveyor.com/project/cboettig/eml)
10-
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/EML)
10+
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/EML)
1111
[![CRAN status](https://www.r-pkg.org/badges/version/EML)](https://cran.r-project.org/package=EML)
1212
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/RNeXML)
1313
[![DOI](https://zenodo.org/badge/10894022.svg)](https://zenodo.org/badge/latestdoi/10894022)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Status](https://travis-ci.org/ropensci/EML.svg?branch=master)](https://travis-ci.org/ropensci/EML)
77
[![Windows build
88
status](https://ci.appveyor.com/api/projects/status/u2gw24yfkvxgny96?svg=true)](https://ci.appveyor.com/project/cboettig/eml)
9-
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/EML)
9+
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/EML)
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/EML)](https://cran.r-project.org/package=EML)
1212
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/RNeXML)

vignettes/creating-EML.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ In this example, we will use R to re-generate
6868
the EML metadata originally published by [Ellison _et al_
6969
(2012), HF205](https://harvardforest.fas.harvard.edu/harvard-forest-data-archive)
7070
through the Harvard Forest Long Term Ecological Research
71-
Center, accompanying the PNAS paper [Sirota _et al_
72-
(2013)](https://doi.org/10.1073/pnas.1221037110). We have made only
73-
a few modifications to simplify the presentation of this tutorial,
74-
so our resulting EML will not be perfectly identical to the original.
71+
Center, accompanying the PNAS paper (Sirota _et al_. 2013;
72+
doi:10.1073/pnas.1221037110). We have made only a few modifications to
73+
simplify the presentation of this tutorial, so our resulting EML will not
74+
be perfectly identical to the original.
7575

7676

7777
### Our strategy

0 commit comments

Comments
 (0)