Skip to content

Commit d4002c0

Browse files
committed
typos
1 parent 68662dd commit d4002c0

23 files changed

+129
-127
lines changed

R/vtreat.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ prepare <- function(treatmentplan, dframe,
585585
#' outcometarget = TRUE,
586586
#' verbose = FALSE)
587587
#'
588-
#' # the treatments include a score fram relating new
588+
#' # the treatments include a score frame relating new
589589
#' # derived variables to original columns
590590
#' treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
591591
#' print(.)
@@ -780,7 +780,7 @@ prepare.treatmentplan <- function(treatmentplan, dframe,
780780
#' outcometarget = TRUE,
781781
#' verbose = FALSE)
782782
#'
783-
#' # the treatments include a score fram relating new
783+
#' # the treatments include a score frame relating new
784784
#' # derived variables to original columns
785785
#' treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
786786
#' print(.)
@@ -979,7 +979,7 @@ mkCrossFrameCExperiment <- function(dframe,varlist,
979979
#' outcomename = 'y',
980980
#' verbose = FALSE)
981981
#'
982-
#' # the treatments include a score fram relating new
982+
#' # the treatments include a score frame relating new
983983
#' # derived variables to original columns
984984
#' treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
985985
#' print(.)

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The preparation commands are organized as follows:
6060
* **Unsupervised tasks**: [`R` unsupervised example](https://github.com/WinVector/vtreat/blob/master/Examples/Unsupervised/Unsupervised.md), [`Python` unsupervised example](https://github.com/WinVector/pyvtreat/blob/master/Examples/Unsupervised/Unsupervised.md).
6161
* **Multinomial classification**: [`R` multinomial classification example](https://github.com/WinVector/vtreat/blob/master/Examples/Multinomial/MultinomialExample.md), [`Python` multinomial classification example](https://github.com/WinVector/pyvtreat/blob/master/Examples/Multinomial/MultinomialExample.md).
6262

63-
In all cases: variable preperation is intended to be a "one liner."
63+
In all cases: variable preparation is intended to be a "one liner."
6464

6565
These current revisions of the examples are designed to be small, yet complete. So as a set they have some overlap, but the user can rely mostly on a single example for a single task type.
6666

@@ -340,7 +340,7 @@ unpack[
340340
outcometarget = TRUE,
341341
verbose = FALSE)
342342
343-
# the treatments include a score fram relating new
343+
# the treatments include a score frame relating new
344344
# derived variables to original columns
345345
treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
346346
knitr::kable(.)
@@ -391,7 +391,7 @@ unpack[
391391
outcomename = 'y',
392392
verbose = FALSE)
393393
394-
# the treatments include a score fram relating new
394+
# the treatments include a score frame relating new
395395
# derived variables to original columns
396396
treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
397397
knitr::kable(.)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The preparation commands are organized as follows:
6161
[`Python` multinomial classification
6262
example](https://github.com/WinVector/pyvtreat/blob/master/Examples/Multinomial/MultinomialExample.md).
6363

64-
In all cases: variable preperation is intended to be a “one liner.”
64+
In all cases: variable preparation is intended to be a “one liner.”
6565

6666
These current revisions of the examples are designed to be small, yet
6767
complete. So as a set they have some overlap, but the user can rely
@@ -358,7 +358,7 @@ unpack[
358358
outcometarget = TRUE,
359359
verbose = FALSE)
360360

361-
# the treatments include a score fram relating new
361+
# the treatments include a score frame relating new
362362
# derived variables to original columns
363363
treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
364364
knitr::kable(.)
@@ -441,7 +441,7 @@ unpack[
441441
outcomename = 'y',
442442
verbose = FALSE)
443443

444-
# the treatments include a score fram relating new
444+
# the treatments include a score frame relating new
445445
# derived variables to original columns
446446
treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')] %.>%
447447
knitr::kable(.)

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
rhub::check_for_cran()
2121
GhostScript NOTE is a property of the test environment, not of the package.
22+
23+
devtools::check_win_devel()
2224

2325
## Downstream dependencies
2426

docs/articles/VariableImportance.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreat.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreatCrossFrames.html

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreatOverfit.html

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)