Hey SAS-C!
Just FYI.
Bart
20250728Available as usual at: https://github.com/yabwon/SAS_PACKAGES
mirror=3 parameter in the %installPackage() macro allows access https://github.com/PharmaForest/.SASPAC and PharmaForest are accepted by the mirror= parameter in the %installPackage() macro.Examples:
Install latest versions of packages from different sources:
%installPackage(basePlus macroArray bpUTiL DFA GSM SQLinDS GIGS SASjsCORE) /* mirror=SASPAC is default */
%installPackage(
OncoPlotter sashash sas_dataset_json SASPACer misc
sas_faker saslogchecker sas_compare rtfcreator
,mirror=PharmaForest)
FYI. Quick update with new functionality.
20250729Available as usual at: https://github.com/yabwon/SAS_PACKAGES
github= parameter in the %installPackage() macro allows to access a github user or an organisation and install package from the location. The macro search for a package file under: https://raw.github.com/<github>/<packagename>/raw/main/ or https://raw.github.com/<github>/<packagename>/raw/<vers>/ if version is provided.Examples:
Install baseplus package from SASPAC organisation as a sources:
%installPackage(basePlus(2.1.0), github=SASPAC)
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.