first attempt to packageReqPackages

This commit is contained in:
yabwon
2019-10-22 23:05:08 +02:00
parent 4214b6d949
commit 943cf26e5f
4 changed files with 54 additions and 13 deletions

View File

@@ -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 */