-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abf1f05
commit f9d84ed
Showing
29 changed files
with
179 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ rlang_interop \- rlang_interop(code, | |
.PP | ||
.SH FILES | ||
.PP | ||
SMRUCC/R#.declare_function.rlang_interop at rlang.R:line 7 | ||
SMRUCC/R#.declare_function.rlang_interop at rlang.R:line 32 | ||
.PP | ||
.SH COPYRIGHT | ||
Copyright © xieguigang <[email protected]>, MIT Licensed 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.TH TRANSFORM_RLANG_SOURCE 1 2024-Dec "" "translate R# code to Rscript text" | ||
.SH NAME | ||
transform_rlang_source \- transform_rlang_source(code, | ||
<i>source</i> = <span style='color: blue !important;'>NULL</span>, | ||
<i>debug</i> = <span style='color: blue !important;'>FALSE</span>) | ||
.SH SYNOPSIS | ||
\fItransform_rlang_source(code, | ||
<i>source</i> = <span style='color: blue !important;'>NULL</span>, | ||
<i>debug</i> = <span style='color: blue !important;'>FALSE</span>)\fR | ||
.SH OPTIONS | ||
.PP | ||
\fBcode\fB \fR\- . | ||
.PP | ||
.PP | ||
\fBsource\fB \fR\- NULL. | ||
.PP | ||
.PP | ||
\fBdebug\fB \fR\- FALSE. | ||
.PP | ||
.SH VALUE | ||
.PP | ||
this function build rscript text from a given R# closure code | ||
.PP | ||
.SH DETAILS | ||
.PP | ||
this function could be used for generates script for run in docker container | ||
.PP | ||
.SH FILES | ||
.PP | ||
SMRUCC/R#.declare_function.transform_rlang_source at rlang.R:line 6 | ||
.PP | ||
.SH COPYRIGHT | ||
Copyright © xieguigang <[email protected]>, MIT Licensed 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.