SAS Packages Framework, version 20260617

SAS Packages Framework, version `20260617`

Changes:

- Documentation update. Answer to issue: #136

Co-Authored-By: K.Nakamatsu <ken-nakamatsu@knworx.com>
This commit is contained in:
Bart Jablonski
2026-06-17 19:20:26 +02:00
parent dd4132d2ea
commit 3ca1cae526
25 changed files with 134 additions and 131 deletions
+4 -3
View File
@@ -1136,9 +1136,10 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
**Installation options:**
- `requiredVersion=` *Optional.* Indicates which (at least) package version we want
to be requested, default value: `.` means "the latest".
When loaded/installed package version is greater or equal
from requested, lower requested version is not loaded/installed.
to be requested. Empty value by default means: "load currently
installed version or install and load the latest available one."
When loaded (installed) package version is greater or equal
than requested, lower requested version is not loaded (installed).
- `sourcePath=` Location of the package, e.g. "www.some.web.page/"
Mind the "/" at the end of the path!