Skip to content

Commit

Permalink
forgot to change back
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Jul 13, 2016
1 parent ae88df8 commit 1f111c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
`data_file()`, `data_memory()`, `out_file()`, `out_memory()`, and
`out_nothing()`. See section **Data Input and Output** below.
- As a result, a number of arguments in functions `$tune()`, `$train()`,
`$export()`, and `$predict()` now should be objects returned by these
`$output()`, and `$predict()` now should be objects returned by these
input/output functions.

## Recommender System with the recosystem Package
Expand Down Expand Up @@ -261,7 +261,7 @@ head(pred_rvec, 10)

Detailed help document for each function is available in topics
`?recosystem::Reco`, `?recosystem::tune`, `?recosystem::train`,
`?recosystem::export` and `?recosystem::predict`.
`?recosystem::output` and `?recosystem::predict`.

### Performance Improvement with Extra Installation Options

Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
and \code{out_nothing()}. See \code{?data_source} and
\code{?output_format} for more information.
\item As a result, a number of arguments in functions
\code{$tune()}, \code{$train()}, \code{$export()},
\code{$tune()}, \code{$train()}, \code{$output()},
and \code{$predict()} now should be objects returned by these
input/output functions.
}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ head(pred_rvec, 10)

Detailed help document for each function is available in topics
`?recosystem::Reco`, `?recosystem::tune`, `?recosystem::train`,
`?recosystem::export` and `?recosystem::predict`.
`?recosystem::output` and `?recosystem::predict`.

## Performance Improvement with Extra Installation Options

Expand Down

0 comments on commit 1f111c2

Please sign in to comment.