BookmarkSubscribeRSS Feed
yabwon
Onyx | Level 15

Hi SAS Communities!

Just FYI.

Bart

 

SAS Packages Framework, version 20220930 is here.

Located as usual at: https://github.com/yabwon/SAS_PACKAGES

 

Changes:

  • In the %installPackage() macro:
    • New parameter version= added. Indicates which historical version of a package to install. Historical version are available only if mirror=0 is set. Default value is null which means "install the latest".
    • New default value for mirror parameter set to 0

Introducing the SASPAC - SAS Packages Archive!

  • New dedicated repository for SAS Packages created.
    • Since September 2022 the default location for packages is SASPAC - the SAS Packages Archive. It's located under: https://github.com/SASPAC where each package is stored as a separate repository with historical versions too.
    • Packages: BasePlus, DFA, GSM, macroArray, and SQLinDS were deployed into SASPAC.
    • For "backward compatibility"/historical point of view the following packages: BasePlus, DFA, dynMacroArray, GSM, macroArray, and SQLinDS will be available under the ./packages directory.

  • Documentation updated.
_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



2 REPLIES 2
yabwon
Onyx | Level 15

We have a productive day 🙂

Bart

 

SAS Packages Framework, version 20221001 is here.

Located as usual at: https://github.com/yabwon/SAS_PACKAGES

 

Update in setting a package version.

  • Modified macros: %loadPackage() and %generatePackage().
  • The major.minor.patch approach is also accepted. Now package version can be: X, X.Y, or X.Y.Z. Missing parts are treated as 0, e.g. 1 is equivalent with 1.0.0, 1.2 is 1.2.0, and .2 is 0.2.0.

Modification in path for mirror 0 in the %installPackage() macro, it is https://github.com/SASPAC/ now.


Documentation updated.

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



yabwon
Onyx | Level 15

Busy weekend 🙂

Bart

 

SAS Packages Framework, version 20221002 is here.

Located as usual at: https://github.com/yabwon/SAS_PACKAGES

 

Changes:

  • Modifications in the %installPackage() macro it is allowed to call installation of packages with version number (if used with mirror=0), for example: %installPackage(baseplus(1.17) macroarray(1.0) dfa(0.5) GSM),
  • For the %installPackage() and in the %loadPackageS() macros the list of packages standardised before execution to the form package1(ver1) package2(ver2) package3(ver3),
  • Fix for directories "with spaces" for %installPackage().
  • Documentation updated.
_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 577 views
  • 0 likes
  • 1 in conversation