PackageModel
01 Syntax
SMRUCC.Rsharp.Development.Package.File.PackageModel
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetSymbols | 1 | get all SymbolExpression from PackageModel.symbols |
| Flush | 1 | generate package file from here |
| ToString | 1 |
03 Properties
04 Members
GetSymbols
get all SymbolExpression from PackageModel.symbols
Flush(
Stream, Dictionary(Of String, String), Boolean)generate package file from here
Remarks
generate nuget package format zip archive file.
Parameters
| Name | Type | Description |
|---|---|---|
outfile | Stream | - |
assets | Dictionary(Of String, String) | - |
symbols
only allows function and constant.
dataSymbols
the file names in data/ directory.
clr
documents about the clr data types
info
loading
assembly
unixman
vignettes
tsd
pkg_dir
ToString()