Skip to content

Commit 0429df9

Browse files
committed
run package msvbuyild
1 parent 3a0532b commit 0429df9

7 files changed

Lines changed: 18 additions & 13 deletions

File tree

man/.onLoad.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .ONLOAD 1 2025-Dec "" ".onLoad"
1+
.TH .ONLOAD 1 2026-Jan "" ".onLoad"
22
.SH NAME
33
.onLoad \- .onLoad()
44
.SH SYNOPSIS
@@ -8,4 +8,4 @@
88
SMRUCC/R#.declare_function..onLoad at zzz.R:line 7
99
.PP
1010
.SH COPYRIGHT
11-
Copyright © xieguigang, MIT Licensed 2025
11+
Copyright © xieguigang, MIT Licensed 2026

man/msoffice.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MSOFFICE 1 2025-Dec "" "msoffice"
1+
.TH MSOFFICE 1 2026-Jan "" "msoffice"
22
.SH NAME
33
msoffice \- msoffice(
44
<i>accents</i> = [<span style='color: #E7E6E6;'><strong>'#e7e6e6'</strong></span>,<span style='color: #5B9BD5;'><strong>'#5b9bd5'</strong></span>,<span style='color: #ED7D31;'><strong>'#ed7d31'</strong></span>,<span style='color: #A5A5A5;'><strong>'#a5a5a5'</strong></span>,<span style='color: #FFC000;'><strong>'#ffc000'</strong></span>,<span style='color: #4472C4;'><strong>'#4472c4'</strong></span>,<span style='color: #70AD47;'><strong>'#70ad47'</strong></span>])
@@ -14,4 +14,4 @@ msoffice \- msoffice(
1414
SMRUCC/R#.declare_function.msoffice at msoffice.R:line 3
1515
.PP
1616
.SH COPYRIGHT
17-
Copyright © xieguigang, MIT Licensed 2025
17+
Copyright © xieguigang, MIT Licensed 2026

man/theme_black.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH THEME_BLACK 1 2025-Dec "" "theme_black"
1+
.TH THEME_BLACK 1 2026-Jan "" "theme_black"
22
.SH NAME
33
theme_black \- theme_black()
44
.SH SYNOPSIS
@@ -8,4 +8,4 @@ theme_black \- theme_black()
88
SMRUCC/R#.declare_function.theme_black at black.R:line 4
99
.PP
1010
.SH COPYRIGHT
11-
Copyright © xieguigang, MIT Licensed 2025
11+
Copyright © xieguigang, MIT Licensed 2026

man/theme_default.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH THEME_DEFAULT 1 2025-Dec "" "theme_default"
1+
.TH THEME_DEFAULT 1 2026-Jan "" "theme_default"
22
.SH NAME
33
theme_default \- theme_default()
44
.SH SYNOPSIS
@@ -8,4 +8,4 @@ theme_default \- theme_default()
88
SMRUCC/R#.declare_function.theme_default at default.R:line 4
99
.PP
1010
.SH COPYRIGHT
11-
Copyright © xieguigang, MIT Licensed 2025
11+
Copyright © xieguigang, MIT Licensed 2026

man/theme_light.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH THEME_LIGHT 1 2025-Dec "" "theme_light"
1+
.TH THEME_LIGHT 1 2026-Jan "" "theme_light"
22
.SH NAME
33
theme_light \- theme_light(
44
<i>axis.text</i> = <span style='color: blue !important;'>NULL</span>,
@@ -24,4 +24,4 @@ theme_light \- theme_light(
2424
SMRUCC/R#.declare_function.theme_light at default.R:line 10
2525
.PP
2626
.SH COPYRIGHT
27-
Copyright © xieguigang, MIT Licensed 2025
27+
Copyright © xieguigang, MIT Licensed 2026

man/theme_void.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH THEME_VOID 1 2025-Dec "" "theme_void"
1+
.TH THEME_VOID 1 2026-Jan "" "theme_void"
22
.SH NAME
33
theme_void \- theme_void()
44
.SH SYNOPSIS
@@ -8,4 +8,4 @@ theme_void \- theme_void()
88
SMRUCC/R#.declare_function.theme_void at void.R:line 1
99
.PP
1010
.SH COPYRIGHT
11-
Copyright © xieguigang, MIT Licensed 2025
11+
Copyright © xieguigang, MIT Licensed 2026

vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Analysis/Model/DirectedVertex.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,21 @@ <h3>Declare</h3>
3232
export class DirectedVertex {
3333
# summ all connected edge weights as weighted degree connectivity
3434
connectivity: double;
35+
incomingEdges: <a href="/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Edge.html">iterates(Edge)</a>;
3536
inDegree: integer;
3637
label: string;
3738
outDegree: integer;
39+
outgoingEdges: <a href="/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Edge.html">iterates(Edge)</a>;
3840
}
3941
</code>
4042
</pre>
4143

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

44-
this clr type has no other .net clr type reference.
46+
<ol>
47+
<li>use by <i>property</i> member <code>incomingEdges</code>: <a href="/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Edge.html">iterates(Edge)</a></li>
48+
<li>use by <i>property</i> member <code>outgoingEdges</code>: <a href="/vignettes/clr/Microsoft/VisualBasic/Data/visualize/Network/Graph/Edge.html">iterates(Edge)</a></li>
49+
</ol>
4550

4651

4752
<hr />

0 commit comments

Comments
 (0)