Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: GuiFabre/fabR

fabR 2.1.1

18 Jul 15:36
591b991

Choose a tag to compare

Bug fixes and improvements

  • which_any_date(), and guess_date_format(), as_any_date() now
    handles whole NA column

  • Handle grouped tibbles in get_duplicated_cols()

  • Bug in as_any_integer() has been corrected
    #20

  • deprecated usage of summarize
    #22

  • allow file_index_create() to read one file only.

  • in bookdown_template(), hide anchor when mouse over and better CSS
    for titles and sections.

  • default behavior of read_excel_allsheets() is to keep file in a list
    when being read.

fabR 2.1.0

22 Apr 17:39
d318af7

Choose a tag to compare

Bug fixes and improvements

  • as_any_date() handles lubridate::ym and lubridate::my. Still,
    some ambiguous formats are not detected (“19 July” returns 2019-07-01)
    #15

  • enhance performance of get_duplicated_cols() and
    get_duplicated_rows().

  • The function get_all_na_rows() had a bug when a column was named
    “test”, that has been fixed.
    #13

  • The function get_duplicated_rows() had a bug when a tibble had only
    one column, that has been fixed.
    #14

  • The date functions as_any_date(), as_any_date(), as_any_date(),
    have a default format setting which is yyyy-mm-dd. Also if there is
    ambiguity, but 100 % match, the first format will be used as the
    format for the whole column.
    #12

  • The function read_any_csv() can handle 3 types of CSV (coma
    separator, semi column separator and a mix of columns containing
    both), which works better. The function also handles (a priori) the
    latin1 encoding Still experimental.
    #10
    #9

New functions

  • as_any_integer() which allows to coerce a vector compatible to
    integer. Text, boolean and numerics which are homogeneous to integers.

deprecated functions

To avoid confusion with help(function), the function fabR_help() has
been renamed fabR_website().

Dependency changes

  • set a minimum dplyr dependence to avoid bugs
  • digest package is no longer needed in the package

fabR 2.0.1

03 Nov 14:42

Choose a tag to compare

Bug fixes and improvements

  • the function add_index has been corrected to handle bug when the
    tibble in input contains a column named start.

fabR 2.0.0

01 Oct 10:43

Choose a tag to compare

v2.0.0

ready for CRAN submission

fabR 1.1.1

15 Aug 17:38

Choose a tag to compare

manually done because NEWS.md doesnt exists.

Full Changelog: https://github.com/GuiFabre/fabR/commits/v1.1.1