Skip to content

Commit

Permalink
update package docs for v0.1.4 (#110)
Browse files Browse the repository at this point in the history
* update package docs for verbose flag

* add ORCID (#111)

---------

Co-authored-by: Andrew Martin <almartin82@users.noreply.github.com>
  • Loading branch information
erika-tyagi and almartin82 authored Jun 22, 2023
1 parent 3aad05d commit eb88cd0
Show file tree
Hide file tree
Showing 18 changed files with 138 additions and 118 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: educationdata
Type: Package
Title: Retrieve Records from the Urban Institute's Education Data Portal API
Version: 0.1.3
Version: 0.1.4
Authors@R: c(
person("Erika", "Tyagi", email = "etyagi@urban.org", role = "cre"),
person("Kyle", "Ueyama", email = "khueyama@gmail.com", role = "aut"),
person("Andrew", "Martin", email = "almartin@gmail.com", role="ctb", comment = c(ORCID = "0009-0005-5117-323X")),
person(given = "The Urban Institute", role = c("cph"))
)
Date: 2022-09-29
Date: 2023-06-21
URL: https://urbaninstitute.github.io/education-data-package-r/
BugReports: https://github.com/UrbanInstitute/education-data-package-r/issues
Description: Allows R users to retrieve and parse data from the Urban
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## educationdata 0.1.4 (2023-06-21)
* Added `verbose` argument to `get_education_data()` to optionally avoid printing messages and warnings, kudos @almartin82 for the contribution.

## educationdata 0.1.3 (2022-09-29)
* Updated test suite to to comply with the following CRAN policy:
> Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error).
Expand Down
2 changes: 1 addition & 1 deletion R/get_education_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param filters Optional 'list' of query values to filter an API call
#' @param add_labels Add variable labels (when applicable)? Defaults to FALSE.
#' @param csv Download the full csv file? Defaults to FALSE.
#' @param verbose Print messages and warnings? Defaults to TRUE
#' @param verbose Print messages and warnings? Defaults to TRUE.
#'
#' @return A `data.frame` of education data
#'
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ where:
call.
* add_labels - Add variable labels (when applicable)? Defaults to `FALSE`.
* csv - Download the full csv file? Defaults to `FALSE`.
* verbose - Print messages and warnings? Defaults to `TRUE`.

## Available Endpoints

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ where:
- add_labels - Add variable labels (when applicable)? Defaults to
`FALSE`.
- csv - Download the full csv file? Defaults to `FALSE`.
- verbose - Print messages and warnings? Defaults to `TRUE`.

## Available Endpoints

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb88cd0

Please sign in to comment.