Skip to content

Releases: jooyoungseo/ezpickr

ezpickr 2.1.0

16 Nov 11:57
Compare
Choose a tag to compare
  • To follow the CRAN policy, removed the GitHub subtools dependency that was experimentally supporting subtitle files (e.g., ".srt"; ".vtt"; ".sub"; ".ass") in pick() function.
  • Nested data.frame objects alike are unnested in viewxl() function.
  • Cleaned up source code indents for better readability.
  • Reduced package title less than 65 characters.

ezpickr 2.0.0

17 Nov 14:55
Compare
Choose a tag to compare
  • readr has been replaced with vroom package for a better performance.
  • Supported "*.R" file in pick() function.
  • Package startup message has been removed.
  • view() function, which has been deprecated, has been removed (please use viewxl() moving forward).

v1.2.0

27 Oct 22:41
Compare
Choose a tag to compare

ezpickr 1.2.0

  • DocumentTermMatrix and TermDocumentMatrix class are now supported in viewxl() function.

ezpickr 1.1.0

10 Sep 14:21
Compare
Choose a tag to compare

ezpickr 1.1.0

  • "*.Rmd" file format is now supported in pick() using rmarkdown::render() function.

ezpickr 1.0.5

11 Jul 00:38
Compare
Choose a tag to compare

ezpickr 1.0.5

  • pick() and picko() functions now allow users to specify value-separator parameter using delim option for *.csv, *.csv2, and *.tsv files when the expected delimitters are not used. For example, in any event your csv file is separating each value using whitespace instead of comma(,) do the following:
data <- pick(delim=" ")