mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2025-12-15 21:14:34 +00:00
Documentation updated: - preprint of SAS Global Forum 2021 article added. - files from the live demo added.
22 lines
474 B
SAS
22 lines
474 B
SAS
Type: Package
|
|
Package: myPackage
|
|
Title: My first SAS package.
|
|
Version: 1.0
|
|
Author: John Smith (john.smith@mail.com)
|
|
Maintainer: Jane Smith (jane.smith@mail.com)
|
|
License: MIT
|
|
Encoding: UTF8
|
|
|
|
Required: "Base SAS Software"
|
|
|
|
DESCRIPTION START:
|
|
## The myPackage ##
|
|
|
|
The `myPackage` is my first SAS package and
|
|
for sure it won't be the last package!
|
|
It was created during SAS Global Forum 2021
|
|
virtual event.
|
|
|
|
It helps me to share my code with other SAS users!
|
|
DESCRIPTION END:
|