File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: kwb.utils
22Title: General Utility Functions Developed at KWB
3- Version: 0.14.1.9000
3+ Version: 0.15.0
44Authors@R:
55 c(person(given = "Hauke",
66 family = "Sonnenberg",
Original file line number Diff line number Diff line change 1- # Changes since last release
2-
3- - add loadFunctions()
4- - add callWithData()
1+ # [ kwb.utils 0.15.0] ( https://github.com/KWB-R/kwb.utils/releases/tag/v0.15.0 ) <small >2024-03-28</small >
2+
3+ - add loadFunctions() with private function
4+ - mergeEnvironments()
5+ - add callWithData() with private functions
6+ - splitIntoIdenticalRows(),
7+ - rbindFirstRows(),
8+ - seqAlongRows(),
9+ - nDims(),
10+ - expandToVector()
511- multiColumnLookup()
612 - allow to lookup more than one value column
713 - add arguments "drop", "includeKeys"
14+ - findPartialDuplicates()
15+ - reimplement the function in order to fix a :bug :
16+ - use catAndRun() within sourceScripts()
817
9- # [ kwb.utils 0.14.1] ( https://github.com/KWB-R/kwb.utils/releases/tag/v0.14.0 ) <small >2023-04-21</small >
18+ # [ kwb.utils 0.14.1] ( https://github.com/KWB-R/kwb.utils/releases/tag/v0.14.1 ) <small >2023-04-21</small >
1019
1120- Fix bug in listToDepth(): pass ... arguments to FUN also if pattern is NULL
1221- Add argument "silent" to private function listFiles()
You can’t perform that action at this time.
0 commit comments