Skip to content

salesforcer 0.2.2

Compare
Choose a tag to compare
@StevenMMortimer StevenMMortimer released this 12 Sep 15:17
· 113 commits to main since this release
7cff370

Dependencies

  • This release relaxes the dependency on {dplyr} and brings back use of
    rbindlist() from {data.table} because of limitations of dplyr::bind_rows().
    As noted in (tidyverse/dplyr#5429) {dplyr} will only support binding data.frames
    or lists of data.frames, not a list of lists which is needed in some
    applications of the {salesforcer} package.
  • Due to other recent changes between {vctrs} and {dplyr}, you may now see the
    following warning displayed when loading {salesforcer}, which is emitted by the
    loading of {dplyr}:
Warning: replacing previous import 'vctrs::data_frame' by 'tibble::data_frame' when loading 'dplyr'

Features

  • None

Bug fixes

  • None