Skip to content

Latest commit

 

History

History
139 lines (101 loc) · 3.09 KB

NEWS.md

File metadata and controls

139 lines (101 loc) · 3.09 KB

quickcode 1.0.6

  • trim.file(), detect_outlier() and some new functions
  • Edit to README and help documentation

quickcode 1.0.5

  • Minor updates to functions and examples
  • Introduced cat_to_num() and cat_to_num2()
  • Removed multiply() and genRandImg()

quickcode 1.0.4

  • Minor updates to functions and examples

quickcode 1.0.3

  • Minor updates to functions and examples

quickcode 1.0.2

  • Expand functionality of data_pop, vector_pop, data_shuffle, vector_shuffle
  • Update pairDist

quickcode 1.0.1

  • Deprecate genRandImg function due to URL issues
  • Update clean function

quickcode 1.0.0

  • New functions
    • extract_comment: extract all comments from a file
    • clean_file: remove all comments from a file
    • extract_IP: extract IP addresses from a string
    • track_func: track usage of other functions ... and many more.

quickcode 0.9.1

  • Quick bug fixes in functions

quickcode 0.9

  • Fixed bugs in functions
    • clean/refresh
  • New functions
    • getWeekSeq
    • zscore
    • getDistribution
    • And many more...check documentation and website

quickcode 0.8

  • Revisions to current functions
    • fAddDate
  • New functions
    • date1to3
    • date3to1
    • switch_rows
    • switch_cols
    • has.error
    • getGitRepoStart
    • getGitRepoChange
    • is.lognormal
    • is.normal
    • is.uniform
    • is.poisson
    • is.gamma
    • is.logistic
    • is.weibull
    • is.cauchy
    • setDisAlpha
    • unsetDisAlpha

quickcode 0.7

  • Revisions to current functions
    • in.range
    • archivedPkg
    • rDecomPkg
    • genRandImg
  • New functions
    • pairDist
    • strsplit.num
    • strsplit.bool
    • read.csv.print
    • read.table.print

quickcode 0.6

  • More 'Use case' section to major functions
  • More addins for functions to add header and section comments
  • New functions and revisions to old functions

quickcode 0.5

  • Fix system errors with package imports
  • Fix typos in manuals
  • New functions
    • is.image
    • as.image

quickcode 0.4

  • Add 'Use case' section to major functions

  • Incorporation of features and functions by Brice

    • rcolorconst()
    • genRandImg()
    • archivedPkg()
    • as.boolean()
    • yesNoBool()
  • Bug fixes and update to existing functions

    • add_key()
    • vector_push()

quickcode 0.3

  • Add initial tests using testthat
  • New compilation of functions
  • Improvement to clean and refresh functions

quickcode 0.2

  • New functions
  • Add 'seed' argument to functions using randomness
  • Update to clean and refresh functions

quickcode 0.1

  • Initial release
  • Various "not" functions
  • Shorthand functions
  • Save variable in a way that saves memory usage