Skip to content

Commit

Permalink
Increment version number to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robe2037 committed Sep 1, 2023
1 parent 8e4a8ab commit c1e6ffb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ipumsr
Title: An R Interface for Downloading, Reading, and Handling IPUMS Data
Version: 0.6.2.9000
Version: 0.6.3
Authors@R: c(
person("Greg Freedman Ellis", role = "aut"),
person("Derek Burk", , , "ipums+cran@umn.edu", role = c("aut", "cre")),
Expand Down
27 changes: 26 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# ipumsr (development version)
# ipumsr 0.6.3

* The ability to read an IPUMS DDI file contained within a zip archive using
`read_ipums_ddi()` has been deprecated. Users must now load DDI files by
providing the direct path to the uncompressed .xml file.

This resolves an inconsistency between the behavior
of `read_ipums_micro_*()` functions when provided a DDI file path as compared to
an `ipums_ddi` object created with `read_ipums_ddi()`.

* The ability to read IPUMS files by providing the path to their containing
directory has been deprecated. This affects:

- `read_nhgis()`
- `read_ipums_sf()`
- `read_nhgis_codebook()`
- `read_ipums_ddi()`
- `ipums_list_files()`

These functions now require either a zip archive (with the exception of
`read_ipums_ddi()`—see above) or a direct file path as input.

This has the consequence that `read_ipums_sf()` with `bind_multiple = TRUE`
requires a zip archive as input if multiple files are to be read and combined.

* Documentation updates for clarity

# ipumsr 0.6.2

Expand Down

0 comments on commit c1e6ffb

Please sign in to comment.