Hey SAS-C!
Just FYI.
Bart
20250728
Available 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.
20250729
Available 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)
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.