• Fixes for source.all() function to make it work properly with logr package.
  • Attempt to capture warnings in source.all() return dataset.
  • Fixed bug in changed() function when there was only one value.
  • Added changed() function to identify grouping boundaries.
  • Fix for CRAN.
  • Added infinity symbol “infin” keyword to symbol() function.
  • Fixed bug on sort that was causing factors to be ignored in some circumstances.
  • Remove dependency on this.path().
  • Changes to prevent breakage of this.path().
  • Allow roundup() to accept a data.frame and round all numeric columns.
  • CRAN fixes.
  • Added spaces() function to create a string of blank spaces.
  • Added symbol() function to get UTF-8 symbols.
  • Fixed copy.attributes() so it won’t break factors.
  • Added names to v() function output values.
  • Added file.find() function to look for files on the file system.
  • Added dir.find() function to look for directories on the file system.
  • Added find.names() function to look for variable names on a data frame.
  • Added copy.attributes() function to copy column attributes from one data frame to another.
  • Added supsc() and subsc() functions to get UTF-8 superscript and subscript codes from normal characters.
  • Fixed bug on v() function when first item had more than one part.
  • Fixed bug on sort.data.frame() that was causing it to lose column attributes.
  • Restructured test and code files.
  • Improved documentation.
  • Published to CRAN.
  • Add news.
  • Add readme.
  • Complete documentation.
  • Build pkgdown site.
  • Initial version with following functions:
  • labels.data.frame(): Adds, views and removes labels on a data frame.
  • sort.data.frame(): Sorts a data frame.
  • %p%: An infix operator for the paste0() function.
  • %eq%: An infix operator to determine equality between two objects.
  • roundup(): A function that rounds 5 away from zero.
  • Sys.path(): A function to get the path of the currently executing program.
  • v(): A quoting function for non-standard evaluation.