During the creation of the dwh-migration tests, an .Rprofile was added to the package to set local options that switch on/off some tests. To make users aware of these options, messaging was added to this file (e.g.: message("ℹ️ test: snapshot and data validation tests are default set to 'RUN = FALSE'")).
The cli package offers 'Helpers for Developing Command Line Interfaces'. Might be a good idea to use this package in the future (and add it early on when there are not yet a lot of CLI messages).
During the creation of the dwh-migration tests, an .Rprofile was added to the package to set local options that switch on/off some tests. To make users aware of these options, messaging was added to this file (e.g.:
message("ℹ️ test: snapshot and data validation tests are default set to 'RUN = FALSE'")).The cli package offers 'Helpers for Developing Command Line Interfaces'. Might be a good idea to use this package in the future (and add it early on when there are not yet a lot of CLI messages).