Skip to content

Commit

Permalink
run mzkit installer package msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 27, 2024
1 parent 85eeb71 commit 6a6c6a4
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rscript/Library/MSI_app
Submodule MSI_app updated from 68dbaa to 0f87dd
2 changes: 1 addition & 1 deletion Rscript/Library/mzkit_app/vignettes/_assets/R_syntax.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ <h2>StandardCurve</h2>

<h3>Description</h3>

<p>The linear model of the targeted metabolism model data.(标准曲线模型)</p>
<p>The linear model of the targeted metabolism model data.</p>

<p>(标准曲线模型)</p>

<h3>Declare</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Declare</h3>
# namespace SMRUCC.Rsharp.Runtime
export class Environment {
# 导入的函数列表
funcSymbols: list;
funcSymbols: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/SymbolSet.html">SymbolSet</a>;
# the global environment
globalEnvironment: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/GlobalEnvironment.html">GlobalEnvironment</a>;
# It is the top level global environment?
Expand All @@ -56,7 +56,7 @@ <h3>Declare</h3>
<h3>.NET clr type reference tree</h3>

<ol>
<li>use by <i>property</i> member <code>funcSymbols</code>: list</li>
<li>use by <i>property</i> member <code>funcSymbols</code>: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/SymbolSet.html">SymbolSet</a></li>
<li>use by <i>property</i> member <code>last</code>: <i>any</i> kind</li>
<li>use by <i>property</i> member <code>messages</code>: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/Components/Message.html">iterates(Message)</a></li>
<li>use by <i>property</i> member <code>stackFrame</code>: <a href="/vignettes/clr/Microsoft/VisualBasic/ApplicationServices/Debugging/Diagnostics/StackFrame.html">StackFrame</a></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>

<head>
<title>SMRUCC.Rsharp.Runtime.SymbolSet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css">
</head>

<body>
<div class="container">

<table style="width: 100%;">
<tr>
<td>SymbolSet {SMRUCC.Rsharp.Runtime}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>

<h2>SymbolSet</h2>

<h3>Description</h3>

<p>A pool set of the R# runtime symbols</p>

<h3>Declare</h3>

<pre>
<code id="clr_ts">
# namespace SMRUCC.Rsharp.Runtime
export class SymbolSet {
# get all variable symbol names inside current symbol list
SymbolNames: string;
}
</code>
</pre>

<h3>.NET clr type reference tree</h3>

this clr type has no other .net clr type reference.


<hr />
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a
href="../{$package}.html">Index</a>]
</div>
</div>
</body>

<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script>
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script>
<script type="text/javascript">r_highlights("clr_ts");</script>

</html>
2 changes: 1 addition & 1 deletion src/mzkit
Submodule mzkit updated from af7de8 to 5d8361

0 comments on commit 6a6c6a4

Please sign in to comment.