- Correcting wrong example.
- MS Excel files are now read using readxl::read_excel.
- Fixing XML parsing error: "XML parsing error... Cannot find the declaration of element 'dspl' with status "Fail".".
-
Taking googlePublicData back to CRAN (replacing email...).
-
Documentation updates. Mostly email and websites!
-
Changing Depends to Imports (nicer).
-
complying CRAN's new policies.
-
Adding new function (checkTimeFormat) that checks for propertly joda-time formats.
-
dspl function now identyfies which concept is geo:location checking if the reference table contains the columns latitude and longitude.
-
Now, when output is defined, instead of saving the results at a folder, dspl builds a ZIP file containing CSV and XML files.
-
More detailed documentation (including data sets documentation).
-
Most important change: The former 'extension' argument in 'dspl' and 'genMoreInfo' commands changed to 'sep'; more proper type of argument as it is passed to read.table. Now dspl ids the extension of tables using the 'sep' argument.
-
The encoding issue is definetly solved (on utf8).
-
Avoiding unnecessary warings while assigning geo:location attributes.
-
Fixing some bugs when checking for duplicated concepts
- Including a manual of the function dspl
- Development repository more ordered acording to R package building.