diff --git a/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf b/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf index 21b7d5c..44a4579 100644 Binary files a/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf and b/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf differ diff --git a/generatePackage.sas b/generatePackage.sas index 40162b0..53e121c 100644 --- a/generatePackage.sas +++ b/generatePackage.sas @@ -48,10 +48,12 @@ /*** HELP START ***/ %macro generatePackage( - /* location of package files */ + /* location of package files */ filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.) -,testPackage=Y -,packages= +,testPackage=Y /* indicator if tests should be executed, + default value Y means "execute tests" */ +,packages= /* location of other packages if there are + dependencies in loading */ )/secure; /*** HELP END ***/ %local zipReferrence filesWithCodes _DESCR_ _LIC_ _RC_ _PackageFileref_;