Skip to content

Commit

Permalink
Spell Check
Browse files Browse the repository at this point in the history
  • Loading branch information
keberwein committed Mar 14, 2024
1 parent 87d429c commit 2688a40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Bug Fixes

* Fixed API call 403 issue with `inflation_adjust()` function.
* Fixed call 403 issue with `inflation_adjust()` function.

## Features

Expand All @@ -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
Expand All @@ -50,7 +50,7 @@

## Documentation

* Converted BLS hyperlinks to https.
* Converted hyperlinks to https.

* Fixed various dead hyperlinks.

Expand Down Expand Up @@ -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.


Expand All @@ -212,15 +212,15 @@ 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.

## 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.

Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Inflation_and_Prices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Pay_and_Benefits.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down

0 comments on commit 2688a40

Please sign in to comment.