- adding the functions
prefixList()
,classEndpoint()
,correspondenceList()
,retrieveCorrespondenceTable()
,retrieveClassificationTable()
,structureData()
- adding test cases
- corrections for the
newCorrespondenceTable()
andupdateCorrespondenceTable()
functions
- updating the vignette showing the initializing code part
- aligning to the second round of comments from CRAN
- replacing
readr::write_excel_csv()
withdata.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
- aligning to the comments from CRAN
- using
txtProgressBar()
andsetTxtProgressBar()
functions - replacing
cat()
withmessage()
function - examples updated to be able to test it automatically
- adjustment for CRAN approval
- initial public release on GitHub