osorensen / hdme

R-package containing penalized regression methods for High-Dimensional Measurement Error problems (errors-in-variables)
GNU General Public License v3.0
8 stars 3 forks source link

Remove import statements #19

Closed osorensen closed 6 years ago

osorensen commented 6 years ago

Remover the @import statements, and instead use :: explicitly. This applies to many of the functions. See the advice here.