Skip to content

Releases: dbosak01/common

common v1.1.3

07 Apr 19:59
Compare
Choose a tag to compare
  • Fixes for source.all() function to make it work properly with logr package.
  • Attempt to capture warnings in source.all() return dataset.

common v1.1.2

05 Mar 23:09
Compare
Choose a tag to compare
  • Added source.all() function.
  • Fix for data type on subsc() and supsc().

common v1.1.1

19 Dec 17:12
Compare
Choose a tag to compare
  • Fixed bug in changed() function when there was only one value.

common v1.1.0

04 Nov 04:20
Compare
Choose a tag to compare
  • Added changed() function to identify grouping boundaries. Function code was left out of last release.

common v1.0.9

18 Sep 15:34
250f9ad
Compare
Choose a tag to compare
  • Added changed() function.

common v1.0.8

11 Aug 15:02
Compare
Choose a tag to compare
  • Remove dependency on this.path().

common v1.0.4

18 Sep 18:30
Compare
Choose a tag to compare
  • 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.

common v1.0.3

19 Aug 20:40
Compare
Choose a tag to compare

common 1.0.3

  • 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.

common v1.0.1

19 Jul 12:52
Compare
Choose a tag to compare
  • 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.