Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit e7d1227

Browse files
committed
fix spelling mistakes
1 parent df3c4e6 commit e7d1227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ isdparser 0.4.0
33

44
### NEW FEATURES
55

6-
* Gains new function `isd_parse_csv()` for working with ISD csv files rather than the compressed ASCII text files that `isd_parse()` parses. This new function introduces two new package imports: data.table and lubridate. The internals of the parsing tools for the various data types have changed to accomodate both csv and ASCII text files (#16)
6+
* Gains new function `isd_parse_csv()` for working with ISD csv files rather than the compressed ASCII text files that `isd_parse()` parses. This new function introduces two new package imports: data.table and lubridate. The internals of the parsing tools for the various data types have changed to accommodate both csv and ASCII text files (#16)
77

88
isdparser 0.3.0
99
===============

R/isdparser-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ NULL
104104
#' one of 9, 99, 999, 9999, 99999, 999999, or NA
105105
#' \item description - (chr) short description of variable
106106
#' \item dom - (chr) long description of variable with categories
107-
#' \item dom_parsed_json - (list) NA if no categries, or a named list with
107+
#' \item dom_parsed_json - (list) NA if no categories, or a named list with
108108
#' category labels and their values
109109
#' }
110110
#'

man/isd_metadata.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)