diff --git a/man/install_go.Rd b/man/install_go.Rd index 45c8cd3..7035aa2 100644 --- a/man/install_go.Rd +++ b/man/install_go.Rd @@ -4,7 +4,7 @@ \alias{install_go} \title{Install pprof and Go on Linux} \usage{ -install_go(destination = Sys.getenv("HOME"), version = "1.14", quiet = FALSE) +install_go(destination = Sys.getenv("HOME"), version = "1.19.5", quiet = FALSE) } \arguments{ \item{destination}{Only relevant to Linux, @@ -20,7 +20,7 @@ e.g. \verb{PROFFER_PPROF_BIN=/home/you/go/pkg/tool/linux_amd64/pprof} and \verb{PROFFER_GO_BIN=/home/you/go/bin/go}. \code{usethis::edit_r_environ()} is helpful for this.} -\item{version}{Character, a version string such as \code{"1.14"}.} +\item{version}{Character, a version string such as \code{"1.19.5"}.} \item{quiet}{Logical, whether to suppress console messages.} }