From fd32b9682981ea62a431a3970c9d7c8e1c2999de Mon Sep 17 00:00:00 2001 From: Keberwein Date: Fri, 22 Jul 2016 18:00:48 -0400 Subject: [PATCH] changed old hyperlink --- NAMESPACE | 6 ++++-- vignettes/Pay_and_Benefits.Rmd | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 62d1588..9b24b22 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -18,8 +18,6 @@ import(datasets) import(ggplot2) import(grDevices) import(utils) -import(xts) -import(zoo) importFrom(data.table,rbindlist) importFrom(httr,POST) importFrom(httr,content) @@ -31,3 +29,7 @@ importFrom(utils,download.file) importFrom(utils,read.csv) importFrom(utils,read.table) importFrom(utils,write.table) +importFrom(xts,apply.yearly) +importFrom(xts,xts) +importFrom(zoo,coredata) +importFrom(zoo,index) diff --git a/vignettes/Pay_and_Benefits.Rmd b/vignettes/Pay_and_Benefits.Rmd index c171259..91a096b 100644 --- a/vignettes/Pay_and_Benefits.Rmd +++ b/vignettes/Pay_and_Benefits.Rmd @@ -25,7 +25,7 @@ The most difficult thing about working with BLS data is gaining a clear understa * [Work Stoppages Data](http://data.bls.gov/cgi-bin/surveymost?ws) -* Other wage data can be found in the CPS, CES, and QCEW, which are covered in the [Employment seciton](https://github.com/keberwein/blscrapeR/blob/master/vignettes/bls-query.Rmd) of these vignettes. +* Other wage data can be found in the CPS, CES, and QCEW, which are covered in the [Employment seciton](https://github.com/keberwein/blscrapeR/blob/master/vignettes/Employment_and_Unemployment.Rmd) of these vignettes. *Note: The hyperlinks above link to lists of the most popular seriesIDs, but are only a small sample of all the data tracked by the BLS.*