Appsilon / data.validator

validate your data and create nice reports straight from R
https://appsilon.github.io/data.validator/
Other
145 stars 14 forks source link

Migration path / documentation for going from version 0.1.3 to 0.1.7 #51

Open atocharnaud opened 1 year ago

atocharnaud commented 1 year ago

Hi,

With the help of Appsilon a few years ago we implemented some data validation using the 0.1.3 version of this package. We need to catch back with the recent development you guys did. We found API to have significantly changed compared to what we are using. Do you have a migration path or some documentation to make it easier ?

Error: 'create_validator' is not an exported object from 'namespace:data.validator'

Merci

Arnaud Atoch

jakubnowicki commented 1 year ago

Hi Arnaud,

Unfortunately, there is no documentation related to the migration between those versions. In general, the API was heavily reworked and a lot of functions do not exist anymore or behave in a slightly different way.

Giving you some hints:

I hope that this will help, Jakub