Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.12 KB

NEWS.md

File metadata and controls

36 lines (23 loc) · 1.12 KB

correspondenceTables 0.8.1

  • adding the functions prefixList(), classEndpoint(), correspondenceList(), retrieveCorrespondenceTable(), retrieveClassificationTable(), structureData()

correspondenceTables 0.8.0

  • adding test cases
  • corrections for the newCorrespondenceTable() and updateCorrespondenceTable() functions

correspondenceTables 0.7.5

  • updating the vignette showing the initializing code part

correspondenceTables 0.7.4

  • aligning to the second round of comments from CRAN
  • replacing readr::write_excel_csv() with data.table::fwrite()
  • removing absolute paths from vignettes and examples
  • the example of newCorrespondenceTable() using only the 100 hundred rows of the classifications
  • more details in the error messages
  • CRAN release

correspondenceTables 0.7.3

  • aligning to the comments from CRAN
  • using txtProgressBar() and setTxtProgressBar() functions
  • replacing cat() with message() function
  • examples updated to be able to test it automatically

correspondenceTables 0.7.2

  • adjustment for CRAN approval

correspondenceTables 0.7.1

  • initial public release on GitHub