kwb.base 0.5.0 2022-06-10
- Harmonise with R package kwb.pkgbuild, e.g. use GitHub actions as CI (instead of travis/appeyor)
- Remove
DEPENDSand useIMPORTSby explicitly listing all used functions in DESCRIPTION file - Added a
NEWS.mdfile to track changes to the package. - see https://style.tidyverse.org/news.html for writing a good
NEWS.md
kwb.base 0.4.0 2018-06-15
- Convert
inlinedocscomments to Roxygen comments. Move to https://github.com/kwb-r/kwb.base with this version (all former versions were under version control SVN within the KWB intranet!)
hsFileLinesremoved (simply usereadLines)hsPrepPdf,hsShowPdf,hsMatrixToListFormmoved to kwb.utils
- package now depends on kwb.utils, kwb.db
hsQuoteChr,hsSafeName,hsToPosixmoved to kwb.utils- all database related functions now in kwb.db
- new functions:
hsFilterRowsWithValuesInColumns,hsSetNamedMatrixColumnsToValues,hsRenameColumns
- new functions:
hsDumpMdb,hsSetForeignKey,hsMovingMean hsJoinEvents: can now be used with events produced byhsEventsOnChange
- new function:
hsSubstSpecChars
- preliminary version to be distributed to MIA-CSO partners
xmdb: now returning path to example-mdb in package's sub-folder "extdata"hsEvents: if data frame is given, first column is assumed to contain timestamps new arg "evtSepOp"hsGetEvent: new arg 'useIndex'hsGroupByInterval: new arg '...'- New functions
hsNiceLabels,hsDateStr,hsDaylightSaving,hsST2WT
hsFields: bug fix. Now supporting table names with spaces/special characters.- New functions
hsGetEvent,hsGroupByInterval
hsSigWidth: New arg 'dbg', respection of time unithsMergeEvents,hsJoinEvents: respection of optional event pauses and time unitshsEvents: New args 'pause', 'tUnit'- New functions
hsAddMissingCols,hsDelEmptyCols,hsEventsToUnit
hsShowPdf: enabling paths containing spaceshsMdbTimeSeries,hsGetTimeSeries: New arg 'inclLast'- New functions
hsCheckForCols,hsSigWidth,hsMergeEvents,hsJoinEvents
hsNearestStepMult: New arg 'direction' allows for "rounding" timestamps to nearest, nearest smaller, or nearest greater time step multiple. All callers changed.- New functions
hsFileLines,hsShowPdf