mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-19 12:00:05 +00:00
version 20200730
version 20200730, change list:
1) All elements of the SAS Packages Framework were moved to the SPFinit.sas file in directory SPF [SAS Packages Framework].
2) The public repository reordered [two new folders] and location link in the %installPackages() macro changed.
3) New directories: SPF [for SAS Packages Framework content and documentation] and packages [for packages repository]
4) Package FunctionsImissinBASE renamed to BasePlus.
5) All packages recompiled with new setup.
This commit is contained in:
@@ -421,9 +421,9 @@ des = 'Macro to install SAS package, version 20200730. Run %%installPackage() fo
|
||||
%if %superq(packageName) = %then
|
||||
%do;
|
||||
%put ;
|
||||
%put ###############################################################################;
|
||||
%put ########################################################################################;
|
||||
%put # This is short help information for the installPackage macro #;
|
||||
%put ###############################################################################;
|
||||
%put ########################################################################################;
|
||||
%put # #;
|
||||
%put # Macro to install SAS packages, version 20200730 #;
|
||||
%put # #;
|
||||
@@ -442,12 +442,12 @@ des = 'Macro to install SAS package, version 20200730. Run %%installPackage() fo
|
||||
%put # sourcePath= Location of the package, e.g. "www.some.web.page/" #;
|
||||
%put # Mind the "/" at the end of the path! #;
|
||||
%put # Current default location: #;
|
||||
%put # https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/master/ #;
|
||||
%put # https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/master/packages/ #;
|
||||
%put # #;
|
||||
%put # replace= With default value of 1 it causes existing package file #;
|
||||
%put # to be replaceed by new downloaded file. #;
|
||||
%put # #;
|
||||
%put ###############################################################################;
|
||||
%put ########################################################################################;
|
||||
%put ;
|
||||
%GOTO ENDinstallPackage;
|
||||
%end;
|
||||
@@ -474,7 +474,7 @@ des = 'Macro to install SAS package, version 20200730. Run %%installPackage() fo
|
||||
|
||||
%if %superq(sourcePath)= %then
|
||||
%do;
|
||||
%let sourcePath = https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/master/;
|
||||
%let sourcePath = https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/master/packages/;
|
||||
%end;
|
||||
filename &in URL "&sourcePath.%lowcase(&packageName.).zip" recfm=N lrecl=1;
|
||||
filename &out "%sysfunc(pathname(packages))/%lowcase(&packageName.).zip" recfm=N lrecl=1;
|
||||
|
||||
Reference in New Issue
Block a user