Skip to content

Commit d60249d

Browse files
committed
add dll modules for run documents
1 parent 95d2acc commit d60249d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/build-githubpage.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ require(REnv);
44

55
const vignettes = `${dirname(@dir)}/vignettes`;
66
const app_dir = @HOME;
7-
const clr_modules = [];
7+
const clr_modules = ["REnv.dll" "Rlapack.dll" "roxygenNet.dll" "Rserve.dll" "Rserver.dll"
8+
"Rstudio.dll" "signalKit.dll" "snowFall.dll" "webKit.dll" "base.dll"
9+
"devkit.dll" "graphics.dll" "igraph.dll" "MLkit.dll" "njl.dll"
10+
"npy.dll" "nts.dll" "Parallel.dll" "RData.dll"];
811

912
for(dll_name in clr_modules) {
13+
str(dll_name);
14+
1015
for(pkg_namespace in package_utils::parseDll(dll = `${app_dir}/${dll_name}`)) {
1116
Rdocuments(pkg_namespace, outputdir = `${vignettes}/${basename(dll_name)}`,
1217
package = "R");

.github/build-githubpage.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SET R_HOME=/GCModeller/src/R-sharp/App/net6.0-windows
44
SET R_ENV="%R_HOME%/R#.exe"
55

6-
R_ENV ./build-githubpage.R
6+
%R_ENV% ./build-githubpage.R

0 commit comments

Comments
 (0)