Skip to content

Latest commit

 

History

History
186 lines (92 loc) · 2.12 KB

NEWS.md

File metadata and controls

186 lines (92 loc) · 2.12 KB

version 0.2.2.9000


Bugfixes

  • moved trim before underscore replacement

version 0.2.2


Bugfixes

  • rename prop to mean in count_na

version 0.2.1


update function

  • changed color names and added a red color to the palette
  • removed 'number' form sci_palette()

version 0.2.0


Bugfixes

  • fix empty scripts get_network()
  • adjust intersect2 for lists

added functions

  • statusbar - progress bar for for loops
  • evenstrings - split string to given max length
  • trim - remove leading and / or trailing whitespaces
  • count_na - counts NAs wihtin a variable
  • read_files - reads multiple files into one data.table
  • %nin% - 'not in' operator
  • object_size_in_env - shows objects ordered by their size
  • char_replace - replaces non-standard characters with their standard equivalents

version 0.1.4.9000


Bugfixes

  • fix typos
  • adjust tests

added functions

  • checkdir - checks and creates a folder
  • update get_sequence for longer pattern

version 0.1.4


added functionality

  • added tests and documentation for get_network

version 0.1.3


added functions

  • statworx_palette uses sci_palette to create a color palette

version 0.1.2.9001


added functionality

  • strstplit can now split between two delimiters

version 0.1.2.9000


Bugfixes

  • fix plot.sci into own method script
  • added cirlceCI

version 0.1.2


  • added automated creation for DESCRIPTION and NEWS.md
  • added tests for functions

version 0.1.1


  • restructure folder structure within the git
  • added tests for functions

version 0.1.0.9000


setup

  • changed folder structure within git
  • updated .gitignore

added functions

  • get_files
  • sci_palette.R

version 0.1.0


  • made available for first testing

version 0.0.0.9002


added functions

  • burglr.R
  • dive.R
  • get_network.R
  • get_sequence.R
  • print_fs.R

version 0.0.0.9001


initial functions

  • clean_gc.R
  • intersect2.R
  • multiplot.R
  • na_omitlist.R
  • strsplit.R
  • to_na.R

version 0.0.0.9000


setup

  • added NEWS.md creation