Skip to content

Releases: brry/berryFunctions

v1.22

12 Apr 10:26
Compare
Choose a tag to compare

Changes in version 1.22.0 (2023-04-12)

  • sumatraInitialize, openPDF: reflect changes in Rstudio
  • openFile: cross-platfrom compatibility, thanks to rhurlin
  • traceCall: several unnecessary trace elements removed
  • dataStr: handles packages with no datasets, column 'elements'
  • par_sapply: now raises errors if encountered
  • improvements to tableColVal, normTest
  • This NEWS file formatted according to current requirements
  • New functions: tmessage, twarning, tstop, runRversions, bmap

v1.21.14

17 May 07:14
Compare
Choose a tag to compare

intermediate release, mainly for tstop, twarning and tmessage to be used in rdwd.

V1.21

21 Feb 11:15
Compare
Choose a tag to compare

Version 1.21.0 (2022-02-13)

  • dataStr: now opened in Rstudio viewer, new arguments heads+view
  • removeSPace: to be removed (replace with trimws)
  • broken URLS fixed / removed

New functions: par_sapply, write.tab, normTest

v1.20

01 Apr 21:16
Compare
Choose a tag to compare

Version 1.20.0 (2021-03-30)

  • sumatraInitialize: now also write to appData/Roaming/SumatraPDF
  • createPres: new argument asp, defaults to 16:9 presentations
  • classify: gains argument 'col' to conveniently map a color palette
  • popleaf: gains new arguments 'truncate' and 'tstring'
  • testExamples: clean computing time logfile
  • traceCall: removes more unwanted output
  • groupHist: gains argument 'col'
  • library2: message removed, 'quietly' argument added
  • checkFile: Nicer error messages, removal of trailing slashes improved
  • TFtest: letters recognized better
  • normalizePathCP: removal of trailing slashes added
  • dataStr: completely rewritten, new API
  • documentation URLS updated

New functions: runTime, compareDist, if.error, locatorRS

v1.19

09 Jun 07:54
Compare
Choose a tag to compare

Version 1.19.0 (2020-06-05)

  • several additional arguments for functions dataStr, seqR, packagePath, popleaf, monthAxis, groupHist
  • almost.equal now has scale=1 as default
  • better messages in learnVocab, colPoints
  • newFilename now handles file_1.ext
  • testExamples suppress pbapply progbars in logfiles
    New functions: yearPlot, sumatraInitialize, openPDF
    Removed functions: exTime, instGit, toUpper1

1.18.2

01 May 19:42
Compare
Choose a tag to compare
  • monthAxis: lrange option improved, trunc option added
  • createPres: bgblack + navbullets options + Rlogo added
  • linReg: can supress parts of the legend
  • lsc: NAs handled correctly
  • newFilename: message improved
  • sortDF+getColumn: option quiet added
  • dataStr: returns results, df-only option added
  • checkFile: folders checked without leading slashes
  • funSource: opens less URLs, gains local option, has better examples
  • many dontrun examples corrected, sped up
  • combineFiles: adds filename for Rstudio outline
  • monthAxis: examples added
  • sortDF+getColumn: used and referenced where needed
  • logAxis(1:2) bug removed
  • linREg: gains argument col
  • climateGraph(compress=TRUE) bug removed for all rain<100
  • palette functions moved into a single file
  • ciBand: checks order of yl,ym,yu
  • l2df+l2array: handle data.frame inputs better
  • colPoints: uses image for matrix input
    New function: testExamples, learnVocab, catPal
    Removed functions: ci, funTinn

v1.17.0

27 Mar 13:19
Compare
Choose a tag to compare

New CRAN update

1.16.0

03 Nov 12:51
Compare
Choose a tag to compare

Version 1.16.0 (2017-11-03)

  • tryStack: error messages improved, skip argument added, output invisible
  • pdfpng: safer device closing, errors traced
  • createPres: several small improvements
  • classify: NAs handled
  • divPal,seqPal,showPal: more palettes added
  • createFun: default directory ".", handles subfolder wds, better examples
  • newFilename: handles "./file" paths, overwrite option, hugely improved messages
  • dataStr: sorted alphabetically, works for unloaded packages
  • importFrom entries completed
  • colPoints: bglines argument for grid drawing, new log argument, hist argument removed
  • colPointsLegend: bg=par("bg") instead of "white", nlab argument, smallPlot in try
  • funSource: also opens lowercase .r file
  • classify: true logspaced added, methods renamed, messages improved
  • getColumn: complete rewrite, several input methods now possible
  • owa: runs more checks on inputs
  • monthAxis: replaced with much cleaner code (kept as timeAxis for backwards compatibility)
  • several minor changes, see github commit history
    New functions: round0, openFile, parallelCode, between, packagePath, timeAxis

1.15.0

12 Apr 13:53
Compare
Choose a tag to compare

Version 1.15.0 (2017-04-10)

  • traceCall: vignette and knitr stuff removed from trace, speed gain through sys.calls
  • after smallPlot calls, mtext, axis etc can be used normally again. Messages are improved.
  • colPoints: lines bug fixed, new legend density bandwidth default
  • seasonality: plotting defaults improved, plotting order changed, moving window now gaussian
  • some functions gain quiet arguments and improved messages and argument defaults, see github url below
    New functions: almost.equal, newFilename, createPres, pdfpng, popleaf, legendmt
    Removed functions: dataDWD, readDWD (kept as help file with reference to rdwd until late 2017)

1.14.0

18 Jan 10:01
Compare
Choose a tag to compare
  • tryStack: API change (new and changed arguments), now also traces messages
  • logHist: can now handle add=TRUE input, nicer y axis limits by default
  • climateGraph: now in a single layout plot for multipanel plot usage
  • exTime: can now time a complete package
  • googleLink2pdf: all regular hex characters converted to ascii
  • l2array: now uses abind for much faster results, handles lists with matrices