From 975a48e24206e1f7d79152a54b3f2e899d28b963 Mon Sep 17 00:00:00 2001 From: yabwon Date: Sun, 18 Oct 2020 22:21:22 +0200 Subject: [PATCH] SAS Packages Framework, version 20201018 **SAS Packages Framework**, version 20201018: - In the `%generatePackage()` macro new parameter `testResults=` pointing the location where tests results should be stored was added. - Datasets provided by the `data` type can be reloaded with help of the `lazyData=` parameter. - The way the dataset help is displayed was improved. - In the testing process the note about quoted string length was turned off. - Tests results (i.e. `log` and `lst` files) can be redirected to a different location and are stored in directories named: `test_packagename_yyyymmddthhmmss`. - Documentation updated. Packages recompiled with the new version of the SAS Packages Framework: - SQLinDS (version 2.2) - macroArray (version 0.6) - DFA (version 0.2) - BasePlus (version 0.7) - dynMacroArray (version 0.2) --- packages/macroarray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/macroarray.md b/packages/macroarray.md index f48bb31..f377b73 100644 --- a/packages/macroarray.md +++ b/packages/macroarray.md @@ -1,4 +1,4 @@ -- [The macroArray package [ver. 0.5]](#macroarray) +- [The macroArray package [ver. 0.6]](#macroarray) - [Content description](#content-description) * [`%appendArray()` macro](#appendarray-macro) * [`%appendCell()` macro](#appendcell-macro)