1 Commits
1.3.1 ... 1.3.2

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
5 changed files with 2491 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*9DA64CA9A745E1DB7176F7AF4459BB014F61F71626473ABF6471A32689E14FF1 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")

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.1 - Version: 1.3.2
- Generated: 2026-01-26T15:33:03 - 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*9DA64CA9A745E1DB7176F7AF4459BB014F61F71626473ABF6471A32689E14FF1` for this version - File SHA256: `F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9` for this version
- Content SHA256: `C*15A52658C8CBF9AB36AB1CA847FA628CCC6E9C67F625FFD3A959EB191445F780` for this version - Content SHA256: `C*DE477F4E280D438B364320F324C88DA3D336F102BA37810C60BDE15398DE84E9` for this version
--- ---
# The `macroArray` package, version: `1.3.1`; # 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 `20260126`,* *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.