the metadata of the R# package file
DESCRIPTION
01 Syntax
SMRUCC.Rsharp.Development.Package.File.DESCRIPTION
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Parse | 1 | |
| ToString | 1 | |
| toList | 1 | |
| ParseDocument | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Package | 1 | the package name |
| Type | 1 | the type of the current R# package. |
| Title | 1 | the title display of the current package. |
| Version | 1 | the package version string |
| Date | 1 | the date time for build this package |
| Author | 1 | the author names for write this packages |
| Description | 1 | A long text for make notes about this package its function and usage. |
| License | 1 | the license name |
| meta | 1 | other additional metadata about this package |
| isEmpty | 1 | check of the content data of current package metadata is empty or not? |
| Maintainer | 1 |
04 Members
Parse(
String)Parameters
| Name | Type | Description |
|---|---|---|
file | String | the file path to the package document description file |
Package
the package name
Remarks
this package name could be used for load the package via require or library function.
Type
the type of the current R# package.
Title
the title display of the current package.
Version
the package version string
Date
the date time for build this package
Author
the author names for write this packages
Description
A long text for make notes about this package its function and usage.
License
the license name
meta
other additional metadata about this package
isEmpty
check of the content data of current package metadata is empty or not?
Maintainer
ToString()
toList()
ParseDocument(
String)