This version of the package includes some tests for almost all exported functions, see tests/testthat/*. It should not be difficult to add more checks if we can think of any;
The datasets containing population counts taken from excel files have been replaced with data downloaded from web using the implemented functions, see dev/AddDataInPackage.R;
A bug in the getRecordDataDetail() function was fixed. Now it returns the right data which contains the DataValue column.
tests/testthat/*
. It should not be difficult to add more checks if we can think of any;dev/AddDataInPackage.R
;getRecordDataDetail()
function was fixed. Now it returns the right data which contains theDataValue
column.