almartin82 / mapvizieR

visualizations and reports for the NWEA MAP assessment in R
Other
17 stars 6 forks source link

change @export to @export dplry_function_.mapvizieR_data #324

Closed chrishaid closed 4 years ago

chrishaid commented 4 years ago

Finally figured out how to deal with the following error: "Error: package or namespace load failed for ‘mapvizieR’: object 'arrange_' not found whilst loading namespace 'mapvizieR'".

You need to change @export to @export function.s3class. This ensures that the NAMESPACE properly export's the dplyr wrapper functions rather than creating S3method() calls that can't find the method.