2 Commits
1.3.0 ... main

Author SHA1 Message Date
Bart Jablonski
c85e1adfca The macroArray package, version: 1.3.2
The macroArray package, version: 1.3.2

Package regenerated with the SAS Packages Framework, version 20260216.
No functional changes, aesthetic documentation clean up.

- File SHA256: `F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9` for this version
- Content SHA256: `C*DE477F4E280D438B364320F324C88DA3D336F102BA37810C60BDE15398DE84E9` for this version
2026-02-17 14:52:03 +01:00
Bart Jablonski
5b9113f152 The macroArray package [ver. 1.3.1]
The macroArray package [ver. 1.3.1]

Package regenerated with SAS Packages Framework, version 20250126. No functional changes, documentation cleaned up.
2026-01-26 17:23:38 +01:00
7 changed files with 4959 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ The **macroArray** package implements an array, a hash table, and a dictionary c
); );
``` ```
SHA256 digest for the latest version of `macroArray`: F*C6C2B5507B6590365222FC764076E294CCE3AAE99971D9CAA942F8BAEBEFAE24 SHA256 digest for the latest version of `macroArray`: F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9
[**Documentation for macroArray**](./macroarray.md "Documentation for macroArray") [**Documentation for macroArray**](./macroarray.md "Documentation for macroArray")

2468
hist/macroarray_1.3.1_.md Normal file

File diff suppressed because it is too large Load Diff

BIN
hist/macroarray_1.3.1_.zip Normal file

Binary file not shown.

2476
hist/macroarray_1.3.2_.md Normal file

File diff suppressed because it is too large Load Diff

BIN
hist/macroarray_1.3.2_.zip Normal file

Binary file not shown.

View File

@@ -9,17 +9,17 @@
### Version information: ### Version information:
- Package: macroArray - Package: macroArray
- Version: 1.3.0 - Version: 1.3.2
- Generated: 2026-01-13T15:30:15 - Generated: 2026-02-17T08:51:01
- Author(s): Bartosz Jablonski (yabwon@gmail.com) - Author(s): Bartosz Jablonski (yabwon@gmail.com)
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com) - Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT - License: MIT
- File SHA256: `F*C6C2B5507B6590365222FC764076E294CCE3AAE99971D9CAA942F8BAEBEFAE24` for this version - File SHA256: `F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9` for this version
- Content SHA256: `C*9119F3A4C7C4D859C7FB03373AB4FE6551CD7BDFA42BA9B4303D36C367BC8855` for this version - Content SHA256: `C*DE477F4E280D438B364320F324C88DA3D336F102BA37810C60BDE15398DE84E9` for this version
--- ---
# The `macroArray` package, version: `1.3.0`; # The `macroArray` package, version: `1.3.2`;
--- ---
@@ -43,6 +43,14 @@ Some of components are:
- `%mcDictionary()`, - `%mcDictionary()`,
- etc. - etc.
Read this article to learn more:
"Macro Variable Arrays Made Easy with macroArray SAS Package"
Link to the text:
`https://www.lexjansen.com/pharmasug/2024/AP/PharmaSUG-2024-AP-108.pdf`
or
`https://www.lexjansen.com/wuss/2024/124_FINAL_paper_pdf.pdf`
*Note:* *Note:*
If you are working with BIG macroarrays do not If you are working with BIG macroarrays do not
forget to verify your session setting for macro forget to verify your session setting for macro
@@ -75,7 +83,7 @@ Required SAS Components:
--------------------------------------------------------------------- ---------------------------------------------------------------------
*SAS package generated by SAS Package Framework, version `20251231`,* *SAS package generated by SAS Package Framework, version `20260216`,*
*under `WIN`(`X64_10PRO`) operating system,* *under `WIN`(`X64_10PRO`) operating system,*
*using SAS release: `9.04.01M9P06042025`.* *using SAS release: `9.04.01M9P06042025`.*

Binary file not shown.