install_nodejs: Downloads and installs nodejs

Description Usage Arguments Details Value Author(s) Examples

Description

Suports Nodejs's "current" and "lts" versions - LTS - Current

Usage

1
2
  install_nodejs(page_with_download_url = "https://nodejs.org/en/download/",
  version = "LTS", ...)

Arguments

page_with_download_url

nodejs download url.

version

character. "current" or "lts". Defaults to "lts"

...

extra parameters to pass to install.URL

Details

As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.

See About for more information.

Value

TRUE/FALSE - was the installation successful or not.

Author(s)

Tal Galili, A. Jonathan R. Godfrey, and Jonathan M. Hill

Examples

1
2
3
4
5
## Not run: 
install_nodejs()
install_nodejs(version = "current")

## End(Not run)

RInno documentation built on May 1, 2019, 10:52 p.m.