diff --git a/README.Rmd b/README.Rmd index b3e43a1..5cca119 100644 --- a/README.Rmd +++ b/README.Rmd @@ -50,10 +50,8 @@ output: github_document

News of this version (`r packageVersion('IBCF.MTME')`)

- * New function is added `IBCF.Data()`, this function could help to construct your dataset. * `IBCF.Years()` now has `colID` parameter to select the identifiers of the observations. - * `CV.RandomPart()` function it's compatible with `IBCF.Data()` objects. - * Fixed a minor bug caused by the sequence in a for cycle. + * Fixed a bug caused by the sequence in a for cycle. See the last updates in [NEWS](NEWS.md). diff --git a/README.md b/README.md index bce5953..6c42b2f 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ **I**tem **B**ased **C**ollaborative **F**ilterign For **M**ulti-**T**rait and **M**ulti-**E**nvironment Data in R - -Development version 1.3.1. +Development version 1.3.2.

-\[Last README update: 2018-05-28\] +\[Last README update: 2018-06-08\]

@@ -61,17 +61,13 @@ Development version 1.3.1.

-News of this version (1.3.1) +News of this version (1.3.2)

- - New function is added `IBCF.Data()`, this function could help to - construct your dataset. - `IBCF.Years()` now has `colID` parameter to select the identifiers of the observations. - - `CV.RandomPart()` function it’s compatible with `IBCF.Data()` - objects. - - Fixed a minor bug caused by the sequence in a for cycle. + - Fixed a bug caused by the sequence in a for cycle. See the last updates in [NEWS](NEWS.md). @@ -370,7 +366,7 @@ citation('IBCF.MTME') ## Francisco Javier Luna-Vazquez, Osval Antonio Montesinos-Lopez, ## Abelardo Montesinos-Lopez and Jose Crossa (2018). IBCF.MTME: ## Item Based Collaborative Filtering for Multi-Trait and - ## Multi-Environment Data. R package version 1.3-1. + ## Multi-Environment Data. R package version 1.3-2. ## https://github.com/frahik/IBCF.MTME ## ## A BibTeX entry for LaTeX users is @@ -379,7 +375,7 @@ citation('IBCF.MTME') ## title = {IBCF.MTME: Item Based Collaborative Filtering for Multi-Trait and Multi-Environment Data}, ## author = {Francisco Javier Luna-Vazquez and Osval Antonio Montesinos-Lopez and Abelardo Montesinos-Lopez and Jose Crossa}, ## year = {2018}, - ## note = {R package version 1.3-1}, + ## note = {R package version 1.3-2}, ## url = {https://github.com/frahik/IBCF.MTME}, ## } diff --git a/README_files/figure-gfm/unnamed-chunk-10-1.png b/README_files/figure-gfm/unnamed-chunk-10-1.png index 4fa1602..440d1f6 100644 Binary files a/README_files/figure-gfm/unnamed-chunk-10-1.png and b/README_files/figure-gfm/unnamed-chunk-10-1.png differ diff --git a/README_files/figure-gfm/unnamed-chunk-10-2.png b/README_files/figure-gfm/unnamed-chunk-10-2.png index 84641de..7a143c6 100644 Binary files a/README_files/figure-gfm/unnamed-chunk-10-2.png and b/README_files/figure-gfm/unnamed-chunk-10-2.png differ diff --git a/README_files/figure-gfm/unnamed-chunk-7-1.png b/README_files/figure-gfm/unnamed-chunk-7-1.png index 7eed7e5..5189da7 100644 Binary files a/README_files/figure-gfm/unnamed-chunk-7-1.png and b/README_files/figure-gfm/unnamed-chunk-7-1.png differ diff --git a/README_files/figure-gfm/unnamed-chunk-7-2.png b/README_files/figure-gfm/unnamed-chunk-7-2.png index 3f26f69..4f5789b 100644 Binary files a/README_files/figure-gfm/unnamed-chunk-7-2.png and b/README_files/figure-gfm/unnamed-chunk-7-2.png differ