-
summary()
methods forgrowth_df
andcdf
now respect incomingdplyr
groupings. -
we use the new
janitor
package from @sfirke to clean up data frame names.
- various hotfixes on plots that were breaking. most issues appear to be related to upstream changes in
dplyr
. in particular:
-
base::rbind()
replaced withdplyr::bind_rows()
.rbind
seems confused bydplyr
output. see issue 293 for detail. -
dplyr::select
needed references tomatches
explicitly prefixed withdplyr::
. Something about the scoping of thosedplyr::select()
statements appears to have changed with dplyr 0.5.0.
- an upstream change to
dplyr
brokeroster_to_growth_df
.
- fixed a bug that was preventing the mapvizieR object from correctly using the 2011 growth norms for the
growth_df
.
- test fixes, mostly causes by changes to
ggplot2
output or changes to oursummary()
methods. - some housekeeping on function documentation
- new viz:
cohort_status_trace_plot()
- uses the 2015 status norms for grade levels to show the change in a cohort over time in the grade level status space. - cleans up warnings on calc_baseline_detail
- tidies up
becca_plot()
, with some new parameter checks.
- reworked summary functions to create new cdf summary method. note that this is a breaking change for any code that depends on
summary(mapviz)
- you should usesummary(mapviz$growth_df)
instead.summary(mapviz)
will now return a named list with summaries of every relevant element of the mapvizieR object.
- added new york linking functions
-
added grade/class status percentiles to
summary()
method. -
rewrote
cohort_cgp_hist_plot
to use grade/class status percentiles.
-
added median calculations to
summary()
method -
added cohort growth percentile calculations to
summary()
method.
-
read_cdf
generates messages, not warnings or errors, when it encounters 0-length data files. -
read_cdf
brings in all files as character, then does type inference afterdplyr::bind_rows()
has combined files. -
quealy_subgroups
fix that allows Fall-to-Winter CGP to print.
- fixes deprecated
dplyr::rbind_all
.
- started keeping track of new features in
NEWS.md
🙈 - added
fall_goals_report
andhistoric_recap
.