Skip to content

Commit a1aa129

Browse files
committed
Prepare new release v0.15.0
1 parent 707bf76 commit a1aa129

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: kwb.utils
22
Title: General Utility Functions Developed at KWB
3-
Version: 0.14.1.9000
3+
Version: 0.15.0
44
Authors@R:
55
c(person(given = "Hauke",
66
family = "Sonnenberg",

NEWS.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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()

0 commit comments

Comments
 (0)