Skip to content

Releases: nyuglobalties/rcoder

rcoder 0.3.0

06 Oct 19:00
6477ecf
Compare
Choose a tag to compare
  • Fill out examples for all exported functions
  • Adds odk_to_coding() as a complement to coding_to_odk()

rcoder is now on CRAN!

rcoder 0.2.3

22 Jun 20:16
fde9480
Compare
Choose a tag to compare
  • Fixes issue where coding deparsing could result in multi-length character vector

rcoder 0.2.2

05 Sep 06:03
cb417c2
Compare
Choose a tag to compare
  • Fixes issue where recoding would lose attributes of recoded vector

rcoder 0.2.1

22 Jul 17:26
8a4a50e
Compare
Choose a tag to compare
  • Adds missing_codes() to extract the codes that represent missing values

rcoder 0.2.0

08 Feb 20:16
6462216
Compare
Choose a tag to compare
  • link_codings now doesn't drop unused links by default, preferring to error out instead
  • link_codings(.drop_unused) now signals to drop any links in from that aren't captured in to, harmonizing information flow
  • as.character.coding now doesn't include links_from by default. If you'd like to include that, use as.character(include_links_from = TRUE)
  • Missing value statements to code() now are reported in error message for better debugging experience

rcoder 0.1.4

20 Sep 19:44
0907beb
Compare
Choose a tag to compare
  • Adds to and from members to incomplete linking error object for end-user diagnostics

rcoder 0.1.3

28 Mar 21:06
d1c4504
Compare
Choose a tag to compare
  • Allows "bpr.coding" attributes to be suitable sources for recoding if "rcoder.coding" is not defined

rcoder 0.1.2

26 Mar 19:11
355a03e
Compare
Choose a tag to compare
  • Adds {blueprintr} variable decoration support during assigning coding or recoding of vectors

rcoder 0.1.1

25 Mar 16:36
8c6c0b3
Compare
Choose a tag to compare

rcoder 0.1.1

  • Adds recode_vec and assign_coding, simple interfaces for recoding vectors and embedding codings as attributes in vectors, respectively
  • Adds a check to see if codings to be linked have no common links. A diagnostic error message is now displayed to track back the issue in the user code.