mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-11 08:50:06 +00:00
first attempt to packageReqPackages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* This is the description file for the package. */
|
||||
/* This is the description file for the package. */
|
||||
/* The collon (:) is a field separator and is restricted */
|
||||
/* in lines of the header part. */
|
||||
|
||||
@@ -12,7 +12,8 @@ Maintainer: Bartosz Jablonski (yabwon@gmail.com) :/*required, not null*/
|
||||
License: MIT :/*required, not null, values: MIT, GPL2, BSD, etc.*/
|
||||
Encoding: UTF8 :/*required, not null, values: UTF8, WLATIN1, LATIN2, etc. */
|
||||
|
||||
Required: "Base SAS Software" :/*optional, COMMA separated, QUOTED list, values must be like from proc setinit;run; output */
|
||||
Required: "Base SAS Software" :/*optional, COMMA separated, QUOTED list, names of required SAS products, values must be like from proc setinit;run; output */
|
||||
ReqPackages: "macroArray (0.1)", "DFA (0.1)" :/*optional, COMMA separated, QUOTED list, names of required packages */
|
||||
|
||||
/* **DESCRIPTION** */
|
||||
/* All the text below will be used in help */
|
||||
|
||||
Reference in New Issue
Block a user