Skip to content

Improvements

Romulo Pereira Goncalves requested to merge improvements into master

We are using this gts24r in a project. The third party package calls the function gts24r::get_gts2_data to load data from GTS2. We added a NAMESPACE which lists all functions exported by the gts24r package.

Since we load the packages in a different orders, the code calling functions with the same name but from different packages will always call the function from the first loaded package, which leads to error. To avoid such issue, we specify the package for most of them.

We simplified the generation of a string.

We formatted all code (indentation is maybe the right term) so it follows standards of R code indentation.

Merge request reports