Skip to content

Commit 129ac22

Browse files
committed
Update build-githubpage.R
1 parent d60249d commit 129ac22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/build-githubpage.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ imports "package_utils" from "devkit";
22

33
require(REnv);
44

5+
# set input/export
56
const vignettes = `${dirname(@dir)}/vignettes`;
67
const app_dir = @HOME;
78
const clr_modules = ["REnv.dll" "Rlapack.dll" "roxygenNet.dll" "Rserve.dll" "Rserver.dll"
@@ -12,6 +13,7 @@ const clr_modules = ["REnv.dll" "Rlapack.dll" "roxygenNet.dll" "Rserve.dll" "Rse
1213
for(dll_name in clr_modules) {
1314
str(dll_name);
1415

16+
# generates the html help documents
1517
for(pkg_namespace in package_utils::parseDll(dll = `${app_dir}/${dll_name}`)) {
1618
Rdocuments(pkg_namespace, outputdir = `${vignettes}/${basename(dll_name)}`,
1719
package = "R");

0 commit comments

Comments
 (0)