You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* Fixed a minor typographical issue in the Working with Units vignette (See https://github.com/ropensci/EML/commit/eb1604817809d2cbea5405ed6909c0e046e31a3e)
7
7
* 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)
8
8
* 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)
0 commit comments