We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3264cea commit 694503fCopy full SHA for 694503f
R/add_in.R
@@ -2,7 +2,7 @@
2
#'
3
#' `write_parsnip_specs()` starts a process in the RStudio IDE Viewer window
4
#' that allows users to write code for `parsnip` model specifications from
5
-#' various R packages. The new code are written to the current document at the
+#' various R packages. The new code is written to the current document at the
6
#' location of the cursor.
7
8
#' @export
@@ -13,4 +13,3 @@ write_parsnip_specs <- function() {
13
keep.source = FALSE
14
)
15
}
16
-
0 commit comments