Skip to content

Commit 94fb855

Browse files
committed
Update NEWS and roxygen
Document recent changes in NEWS and refresh roxygen output.
1 parent a800a2c commit 94fb855

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ VignetteBuilder:
5656
Encoding: UTF-8
5757
Language: en-US
5858
LazyData: true
59-
RoxygenNote: 7.3.2
59+
RoxygenNote: 7.3.3

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# npi (development version)
22

3+
## MINOR IMPROVEMENTS
4+
5+
* `npi_search()` now normalizes `address_purpose` values to API constants and accepts case-insensitive input.
6+
* `npi_is_valid()` now supports vector inputs and returns logical vectors.
7+
* `npi_search()` returns a typed empty `npi_results` object when no records are found.
8+
9+
## DOCUMENTATION FIXES
10+
11+
* Clarified `npi_summarize()` taxonomy fallback behavior when no primary taxonomy is marked.
12+
313
# npi 0.2.0
414

515
## MINOR IMPROVEMENTS

R/npi_results_s3.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ new_npi_results <- function(x, ...) {
1818
#' Construct an empty \code{npi_results} object
1919
#'
2020
#' @return A 0-row tibble with \code{npi_results} class
21-
#' @keywords internal
21+
#' @noRd
2222
new_empty_npi_results <- function() {
2323
new_npi_results(
2424
tibble::tibble(

0 commit comments

Comments
 (0)