Skip to content

Commit

Permalink
Spellcheck: failutes to failtures
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed May 29, 2015
1 parent eba6bc8 commit 8508e05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions release_process/Open_Data_Science_Conference/caret.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Automated unit testing via \href{http://cran.r-project.org/web/packages/testthat

Travis and coveralls are tools for automated unit testing
\begin{itemize}
\item Travis reports test failutes and CRAN errors/warnings
\item Travis reports test failures and CRAN errors/warnings
\item Coveralls reports \% of code covered by unit tests
\item Both automatically comment on the PR itself
\end{itemize}
Expand Down Expand Up @@ -524,7 +524,7 @@ This process takes approximately 3hrs to complete using \texttt{make -j 12} on a

Typical tests include:
\begin{itemize}
\item tests for different resampling methods ({\bf LOOCV}!)
\item tests for different resampling methods ({\bf LOOCV}!)
\item formula vs. non-formula interface
\item predictions
\item variable importance
Expand All @@ -533,7 +533,7 @@ Typical tests include:

\vspace{.1in}

In some cases, we need to correlate results between versions due to random numbers without seed control.
In some cases, we need to correlate results between versions due to random numbers without seed control.

\vspace{.1in}

Expand Down
6 changes: 3 additions & 3 deletions release_process/Open_Data_Science_Conference/caret.tex
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@

Travis and coveralls are tools for automated unit testing
\begin{itemize}
\item Travis reports test failutes and CRAN errors/warnings
\item Travis reports test failures and CRAN errors/warnings
\item Coveralls reports \% of code covered by unit tests
\item Both automatically comment on the PR itself
\end{itemize}
Expand Down Expand Up @@ -561,7 +561,7 @@

Typical tests include:
\begin{itemize}
\item tests for different resampling methods ({\bf LOOCV}!)
\item tests for different resampling methods ({\bf LOOCV}!)
\item formula vs. non-formula interface
\item predictions
\item variable importance
Expand All @@ -570,7 +570,7 @@

\vspace{.1in}

In some cases, we need to correlate results between versions due to random numbers without seed control.
In some cases, we need to correlate results between versions due to random numbers without seed control.

\vspace{.1in}

Expand Down

0 comments on commit 8508e05

Please sign in to comment.