Skip to content

corrr 0.4.3

Compare
Choose a tag to compare
@topepo topepo released this 24 Nov 20:45
  • Fix EOL issues and class attribute (@krlmlr, #93 and #90)

  • Handle correlation of exactly zero or 1 in network_plot() (@s-scherrer, #89)

  • Add .order argument to rplot() with options "default" and "alphabet" plus improved documentation (@mattwarkentin, #99 and @thisisdaryn, #114)

  • Make network_plot() more robust, for example to highly correlated data (@thisisdaryn, #107)

  • New colpair_map() allows for column comparisons using the values returned by an arbitrary function (@jameslairdsmith, #94).

  • correlate() now works with single-column data.frames and numeric vectors (@antoine-sachet, #122). Note the diagonal argument is ignored in these 2 cases.

  • network_plot() now works with cor_df objects with only 1 or 2 columns (@antoine-sachet, #122)

  • The first column of a cor_df object is now named "term". Previously it was named "rowname" (@thisisdaryn, #117).