EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

add external packages names before their function(s) in R folder #38

Closed scossin closed 3 years ago

scossin commented 3 years ago

I have prefixed external packages' functions with their namespace in the R folder of the package. I haven't done that for pre-installed R packages (base, utils). It helps to avoir conflicts with other packages but it's also useful to find where an external dependency is used. I have launched "CodeToRun.R" script to verify it works the same.

PRijnbeek commented 3 years ago

Thanks, could you please do a pull request to develop branch?

See this: https://github.com/EHDEN/CdmInspection/discussions/36

scossin commented 3 years ago

Thanks, could you please do a pull request to develop branch?

See this: #36

Sorry for this mistake, I've changed the merge request to the dev branch.