almartin82 / mapvizieR

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

roster_to_growth_df should preserve class of the growth_df #316

Closed almartin82 closed 7 years ago

almartin82 commented 7 years ago

right now it strips it, which prevents new summary methods from working.

almartin82 commented 7 years ago

actually the issue is that the mapvizieR object doesn't make mapviz$growth_df a mapvizieR_data object. which screws up the summary methods.