From 2688a40ed3cf07ae412b3276f5b8a574bcd878b3 Mon Sep 17 00:00:00 2001 From: keberwein Date: Thu, 14 Mar 2024 10:01:49 -0400 Subject: [PATCH] Spell Check --- NEWS.md | 16 ++++++++-------- R/utils.R | 2 +- vignettes/Inflation_and_Prices.Rmd | 2 +- vignettes/Pay_and_Benefits.Rmd | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7d50021..8ace721 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ ## Bug Fixes -* Fixed API call 403 issue with `inflation_adjust()` function. +* Fixed call 403 issue with `inflation_adjust()` function. ## Features @@ -28,7 +28,7 @@ * Added return values to documentation. -* Changed examples so automated CRAN testing won't exhaust daily API limit. +* Changed examples so automated CRAN testing won't exhaust daily limit. # blscrapeR 3.2.0 @@ -50,7 +50,7 @@ ## Documentation -* Converted BLS hyperlinks to https. +* Converted hyperlinks to https. * Fixed various dead hyperlinks. @@ -197,7 +197,7 @@ Updated NIACS and FIPS codes for 2018. ## Bug Fixes * Updated URLs for the get_bls_state() function. -## Tets +## Test * Updated tests for the get_bls_state() function. @@ -212,7 +212,7 @@ Updated NIACS and FIPS codes for 2018. * Added 404 error handling to the main bls_api() function. ## Data -* Added three data sets; niacs, size_titles, and area_titles. These data sets act as helpers for the QCEW API and provide industry and area codes that the API regularly uses. +* Added three data sets; NIACS, size_titles, and area_titles. These data sets act as helpers for the QCEW API and provide industry and area codes that the API regularly uses. ## Bug Fixes * Updated URLs for the get_bls_county() function. @@ -220,7 +220,7 @@ Updated NIACS and FIPS codes for 2018. ## Documentation * Added documentation for the qcew_api() function. -* Added documentation for the three new data sets; niacs, size_titles, and area_titles. +* Added documentation for the three new data sets; NIACS, size_titles, and area_titles. * Added a vignette for the qcew_api() function. @@ -349,7 +349,7 @@ The change is backward compatible since the user is sill able to enter their api * Complete re-write of old `get_data()` function to pull from API only. -* Added arguments to `get_data()` to pass the BLS API perams. +* Added arguments to `get_data()` to pass the BLS API parameters. # blscrapeR 0.1.0 @@ -358,7 +358,7 @@ The change is backward compatible since the user is sill able to enter their api * Added `bls_state_data()` function to pull most recent sate-level employment data for mapping. -* Added arguments to `get_data()` to pass the BLS API perams. +* Added arguments to `get_data()` to pass the BLS API parameters. * Added documentation for data sets. diff --git a/R/utils.R b/R/utils.R index ecac732..f33c153 100644 --- a/R/utils.R +++ b/R/utils.R @@ -45,7 +45,7 @@ urlExists <- function(target) { } #' Internal function to cast the first letter of a word to upper-case. -#' @param x A word or string to capatalize +#' @param x A word or string to capitalize #' @param ... additional arguments. #' @keywords internal #' @return A string with the first letter of \code{x} as capital letter. diff --git a/vignettes/Inflation_and_Prices.Rmd b/vignettes/Inflation_and_Prices.Rmd index 7c973d8..11f223b 100644 --- a/vignettes/Inflation_and_Prices.Rmd +++ b/vignettes/Inflation_and_Prices.Rmd @@ -15,7 +15,7 @@ vignette: > The most difficult thing about working with BLS data is gaining a clear understanding on what data are available and what they represent. Some of the more popular data sets can be found on the [BLS Databases, Tables & Calculations website](https://www.bls.gov/data/). The selected examples below do not include all series or databases. -##Catagories you will find useful are: +##Categories you will find useful are: ## CPI (Consumer Price Index) The CPI data tracks the prices paid by urban consumers for a representative basket of goods and services. The CPI is the primary metric used to calculate inflation. diff --git a/vignettes/Pay_and_Benefits.Rmd b/vignettes/Pay_and_Benefits.Rmd index 29b3d7e..8d78be6 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](https://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 sectioon](https://github.com/keberwein/blscrapeR/blob/master/vignettes/Employment_and_Unemployment.Rmd) of these vignettes. +* Other wage data can be found in the CPS, CES, and QCEW, which are covered in the [Employment section](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.*