aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/pkg/R/context.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/R/context.R b/R/pkg/R/context.R
index 96ef9438ad..dd0ceaeb08 100644
--- a/R/pkg/R/context.R
+++ b/R/pkg/R/context.R
@@ -246,7 +246,7 @@ setCheckpointDir <- function(sc, dirName) {
#' \preformatted{
#' train <- function(hyperparam) {
#' library(MASS)
-#' lm.ridge(“y ~ x+z”, data, lambda=hyperparam)
+#' lm.ridge("y ~ x+z", data, lambda=hyperparam)
#' model
#' }
#' }