File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
Package: kwb.utils
2
2
Title: General Utility Functions Developed at KWB
3
- Version: 0.14.1.9000
3
+ Version: 0.15.0
4
4
Authors@R:
5
5
c(person(given = "Hauke",
6
6
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()
5
11
- multiColumnLookup()
6
12
- allow to lookup more than one value column
7
13
- add arguments "drop", "includeKeys"
14
+ - findPartialDuplicates()
15
+ - reimplement the function in order to fix a :bug :
16
+ - use catAndRun() within sourceScripts()
8
17
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 >
10
19
11
20
- Fix bug in listToDepth(): pass ... arguments to FUN also if pattern is NULL
12
21
- Add argument "silent" to private function listFiles()
You can’t perform that action at this time.
0 commit comments