diff --git a/README.md b/README.md index 647e837..f9d351b 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ The SAS Packages Framework [(short) documentation](https://github.com/yabwon/SAS This is a list of locations where the SAS Packages Framework is used: - Warsaw (Poland) - Osaka (Japan) + - Kyoto (Japan) If you want to share that you are using the SPF let me know and I'll update the list. diff --git a/packages/README.md b/packages/README.md index 5161334..7a7cc70 100644 --- a/packages/README.md +++ b/packages/README.md @@ -86,7 +86,7 @@ SHA256 digest for macroArray: F*3F3893F1FCD78719543703E4353F4CC19811D247C016F220 --- -- **BasePlus**\[2.3.1\] adds a bunch of functionalities I am missing in BASE SAS, such as: +- **BasePlus**\[2.4.1\] adds a bunch of functionalities I am missing in BASE SAS, such as: ```sas call arrMissToRight(myArray); call arrFillMiss(17, myArray); @@ -118,7 +118,7 @@ format x bool.; %put #%expandDataSetsList(lib=sashelp,datasets=_all_)#; ``` -SHA256 digest for BasePlus: F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A +SHA256 digest for BasePlus: F*DB0811D8F207641BD45FCE30CB75D03CDF8D06849EBEA268BB575358FAA4E76C [Documentation for BasePlus](https://github.com/SASPAC/blob/main/baseplus.md "Documentation for BasePlus") diff --git a/packages/SHA256_for_packages.txt b/packages/SHA256_for_packages.txt index d56eb18..fc13371 100644 --- a/packages/SHA256_for_packages.txt +++ b/packages/SHA256_for_packages.txt @@ -1,3 +1,9 @@ +/* 20250905 */ +BasePlus: F*DB0811D8F207641BD45FCE30CB75D03CDF8D06849EBEA268BB575358FAA4E76C + +/* 20250807 */ +BasePlus: F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381 + /* 20250805 */ BasePlus: F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A diff --git a/packages/baseplus.md b/packages/baseplus.md index 1d0f359..e2bb875 100644 --- a/packages/baseplus.md +++ b/packages/baseplus.md @@ -9,22 +9,22 @@ ### Version information: - Package: BasePlus -- Version: 2.3.1 -- Generated: 2025-08-05T20:07:24 +- Version: 2.4.1 +- Generated: 2025-09-05T10:12:32 - Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com) - Maintainer(s): Bartosz Jablonski (yabwon@gmail.com) - License: MIT -- File SHA256: `F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A` for this version -- Content SHA256: `C*C34B47FDC4A22C5F5EACA087FA5308B97C367E8B7C32C5B28D37B491C6DAA9A3` for this version +- File SHA256: `F*DB0811D8F207641BD45FCE30CB75D03CDF8D06849EBEA268BB575358FAA4E76C` for this version +- Content SHA256: `C*27861ABABB412E8229FE25CD5EEA868F49BB3CBD805CCE65F321ADBC522FAC4E` for this version --- -# The `BasePlus` package, version: `2.3.1`; +# The `BasePlus` package, version: `2.4.1`; --- -# The BasePlus package [ver. 2.3.1] ############################################### +# The BasePlus package [ver. 2.4.1] ############################################### The **BasePlus** package implements useful functions and functionalities I miss in the BASE SAS. @@ -838,6 +838,7 @@ The basic syntax is the following, the `<...>` means optional parameters: <,longFormat=> <,fileExt=> <,maxDepth=> + <,backslashSens=> ) ~~~~~~~~~~~~~~~~~~~~~~~ @@ -868,6 +869,11 @@ The basic syntax is the following, the `<...>` means optional parameters: * `maxDepth=0` - *Optional*, if not zero then indicates maximum depth of search in the root path. +* `backslashSens=0` - *Optional*, if not zero then it indicates + that backslash(`\`) symbol in files and dirs + names is detectable under Linux. Accepted + values: `0` and `1`. Ignored under Windows. + ### EXAMPLES AND USECASES: #################################################### diff --git a/packages/baseplus.zip b/packages/baseplus.zip index b6a1e90..2c548c3 100644 Binary files a/packages/baseplus.zip and b/packages/baseplus.zip differ