install_go {proffer}R Documentation

Deprecated

Description

Deprecated. To install Go, visit https://go.dev/dl/ and choose the appropriate build for your platform.

Usage

install_go(destination = tempfile(), version = NULL, quiet = FALSE)

Arguments

destination

Full path to the Go installation with the pprof and Go executables.

version

Character, a version string such as "1.19.5".

quiet

Logical, whether to suppress console messages.


[Package proffer version 0.2.2 Index]