Skip to content

Commit

Permalink
Update build-githubpage.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Dec 28, 2023
1 parent d60249d commit 129ac22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/build-githubpage.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ imports "package_utils" from "devkit";

require(REnv);

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

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

0 comments on commit 129ac22

Please sign in to comment.