Skip to content

Commit a548873

Browse files
committed
run package msbuild
1 parent 2c65c84 commit a548873

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+92
-92
lines changed

man/.get_context.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .GET_CONTEXT 1 2025-Dec "" "get current workflow environment context"
1+
.TH .GET_CONTEXT 1 2026-Jan "" "get current workflow environment context"
22
.SH NAME
33
.get_context \- .get_context(
44
<i>ssid</i> = <span style='color: blue !important;'>NULL</span>)
@@ -19,4 +19,4 @@ the context object which is generated via the
1919
SMRUCC/R#.declare_function..get_context at context.R:line 78
2020
.PP
2121
.SH COPYRIGHT
22-
Copyright © xieguigang, MIT Licensed 2025
22+
Copyright © xieguigang, MIT Licensed 2026

man/.internal_call.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH .INTERNAL_CALL 1 2025-Dec "internal" ".internal_call"
1+
.TH .INTERNAL_CALL 1 2026-Jan "internal" ".internal_call"
22
.SH NAME
33
.internal_call \- .internal_call(app, context)
44
.SH SYNOPSIS
@@ -64,4 +64,4 @@ profiler = list()
6464
SMRUCC/R#.declare_function..internal_call at runner.R:line 57
6565
.PP
6666
.SH COPYRIGHT
67-
Copyright © xieguigang, MIT Licensed 2025
67+
Copyright © xieguigang, MIT Licensed 2026

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 1
99
.PP
1010
.SH COPYRIGHT
11-
Copyright © xieguigang, MIT Licensed 2025
11+
Copyright © xieguigang, MIT Licensed 2026

man/__build_app.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __BUILD_APP 1 2025-Dec "" "Build workflow app object"
1+
.TH __BUILD_APP 1 2026-Jan "" "Build workflow app object"
22
.SH NAME
33
__build_app \- __build_app(f)
44
.SH SYNOPSIS
@@ -18,4 +18,4 @@ custom attribute values that tagged on the target function
1818
SMRUCC/R#.declare_function.__build_app at reflection.R:line 11
1919
.PP
2020
.SH COPYRIGHT
21-
Copyright © xieguigang, MIT Licensed 2025
21+
Copyright © xieguigang, MIT Licensed 2026

man/__runImpl.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __RUNIMPL 1 2025-Dec "internal" "Internal Workflow Execution Engine"
1+
.TH __RUNIMPL 1 2026-Jan "internal" "Internal Workflow Execution Engine"
22
.SH NAME
33
__runImpl \- __runImpl(context,
44
<i>disables</i> = 'list'())
@@ -52,4 +52,4 @@ The workflow context is modified in-place by module execution.
5252
SMRUCC/R#.declare_function.__runImpl at workflowRender.R:line 76
5353
.PP
5454
.SH COPYRIGHT
55-
Copyright © xieguigang, MIT Licensed 2025
55+
Copyright © xieguigang, MIT Licensed 2026

man/__workfile_uri_parser.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __WORKFILE_URI_PARSER 1 2025-Dec "" "parse the workfile expression"
1+
.TH __WORKFILE_URI_PARSER 1 2026-Jan "" "parse the workfile expression"
22
.SH NAME
33
__workfile_uri_parser \- __workfile_uri_parser(uri)
44
.SH SYNOPSIS
@@ -19,4 +19,4 @@ the reference file path to the required data files.
1919
SMRUCC/R#.declare_function.__workfile_uri_parser at reflection.R:line 73
2020
.PP
2121
.SH COPYRIGHT
22-
Copyright © xieguigang, MIT Licensed 2025
22+
Copyright © xieguigang, MIT Licensed 2026

man/__workfiles.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH __WORKFILES 1 2025-Dec "" "__workfiles"
1+
.TH __WORKFILES 1 2026-Jan "" "__workfiles"
22
.SH NAME
33
__workfiles \- __workfiles(files.uri)
44
.SH SYNOPSIS
@@ -12,4 +12,4 @@ __workfiles \- __workfiles(files.uri)
1212
SMRUCC/R#.declare_function.__workfiles at reflection.R:line 50
1313
.PP
1414
.SH COPYRIGHT
15-
Copyright © xieguigang, MIT Licensed 2025
15+
Copyright © xieguigang, MIT Licensed 2026

man/app.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP 1 2025-Dec "" "Analysis app constructor"
1+
.TH APP 1 2026-Jan "" "Analysis app constructor"
22
.SH NAME
33
app \- app(name, analysis,
44
<i>desc</i> = <span style='color: brown;'><strong>'no description'</strong></span>,
@@ -29,4 +29,4 @@ dependency or the workspace file dependency
2929
SMRUCC/R#.declare_function.app at app.R:line 13
3030
.PP
3131
.SH COPYRIGHT
32-
Copyright © xieguigang, MIT Licensed 2025
32+
Copyright © xieguigang, MIT Licensed 2026

man/app_check.delegate.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP_CHECK.DELEGATE 1 2025-Dec "" "Check the function signature of the app function"
1+
.TH APP_CHECK.DELEGATE 1 2026-Jan "" "Check the function signature of the app function"
22
.SH NAME
33
app_check.delegate \- app_check.delegate(analysis)
44
.SH SYNOPSIS
@@ -25,4 +25,4 @@ call this analysis app function.
2525
SMRUCC/R#.declare_function.app_check.delegate at app.R:line 54
2626
.PP
2727
.SH COPYRIGHT
28-
Copyright © xieguigang, MIT Licensed 2025
28+
Copyright © xieguigang, MIT Licensed 2026

man/app_check.signature.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH APP_CHECK.SIGNATURE 1 2025-Dec "" "app_check.signature"
1+
.TH APP_CHECK.SIGNATURE 1 2026-Jan "" "app_check.signature"
22
.SH NAME
33
app_check.signature \- app_check.signature(app)
44
.SH SYNOPSIS
@@ -12,4 +12,4 @@ app_check.signature \- app_check.signature(app)
1212
SMRUCC/R#.declare_function.app_check.signature at app.R:line 33
1313
.PP
1414
.SH COPYRIGHT
15-
Copyright © xieguigang, MIT Licensed 2025
15+
Copyright © xieguigang, MIT Licensed 2026

0 commit comments

Comments
 (0)