Skip to content

Commit

Permalink
fixed install_node export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jul 31, 2024
1 parent 2d4ae1e commit 70a35dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(exec_flowr)
export(exec_node_command)
export(get_default_node_base_dir)
export(install_flowr)
export(install_node)
export(request_file_analysis)
export(request_repl)
export(request_slice)
Expand Down
2 changes: 1 addition & 1 deletion R/node.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @param verbose Whether to print out information about the commands being executed.
#' @param base_dir The base directory to install Node in. By default, this uses the package's installation directory through [get_default_node_base_dir()].
#'
#' #' @export
#' @export
install_node <- function(node_ver, verbose = FALSE, base_dir = get_default_node_base_dir()) {
os <- get_os()
arch <- switch(Sys.info()[["machine"]],
Expand Down
4 changes: 1 addition & 3 deletions man/install_node.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70a35dc

Please sign in to comment.