Skip to content

Commit 0facf6a

Browse files
committed
remove external links from news.md to avoid cran notes
1 parent d682011 commit 0facf6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ apis_timeseries <- listCensusApis(name = "timeseries")
107107
* Updates 2010 Decennial Census examples to use new 2010 `dec/sf1` endpoint, which will replace 2010 `sf1` endpoint on August 30, 2018.
108108

109109
# censusapi 0.4.0
110-
* Adds support for NAICS code arguments used in [Business Patterns](https://www.census.gov/data/developers/data-sets/cbp-nonemp-zbp.html) APIs, [Economic Census](https://www.census.gov/data/developers/data-sets/economic-census.html) APIs, and [Annual Survey of Manufactures](https://www.census.gov/data/developers/data-sets/Annual-Survey-of-Manufactures.html) APIs.
110+
* Adds support for NAICS code arguments used in Business Patterns APIs, Economic Census APIs, and Annual Survey of Manufactures APIs.
111111

112112
# censusapi 0.3.0
113113
* Does not convert ACS annotation flag variables into numeric columns.
@@ -126,7 +126,7 @@ apis_timeseries <- listCensusApis(name = "timeseries")
126126
* Fixes bug that caused single-row responses to throw an error
127127

128128
# censusapi 0.1.1
129-
* Uses https rather than http for requests. The Census Bureau [announced](https://content.govdelivery.com/attachments/USCENSUS/2017/05/31/file_attachments/824523/HttpsChangeDocument.pdf) that their APIs will be https-only beginning on August 28, 2017.
129+
* Uses https rather than http for requests. The Census Bureau announced that their APIs will be https-only beginning on August 28, 2017.
130130
* Removes XML dependency by parsing .json instead of .html metadata.
131131
* Note: this change has generally increased the run time for retrieving variable metadata with `listCensusMetadata`. For most APIs, this function will run in under one second. A lag may be noticeable for the American Community Survey APIs, which each have more than 40,000 variables. Improvements are planned in future releases.
132132
* `listCensusMetadata` allows full word or single letter argument in `type` parameter

docs/news/index.html

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

0 commit comments

Comments
 (0)