diff --git a/.Rbuildignore b/.Rbuildignore index f621dc6..7884524 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ ^vignettes/examples$ ^demo$ ^cran-comments\.md$ +^.*\.tar\.gz$ diff --git a/DESCRIPTION b/DESCRIPTION index 091a0e9..8684f6e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: ruta Title: Implementation of Unsupervised Neural Architectures -Version: 1.0.1 +Version: 1.0.2 Authors@R: c(person("David", "Charte", email = "fdavidcl@ugr.es", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4830-9512")), person("Francisco", "Charte", email = "francisco@fcharte.com", role = "aut", comment = c(ORCID = "0000-0002-3083-8942")), person("Francisco", "Herrera", email = "herrera@decsai.ugr.es", role = "aut")) -Description: Implementation of several unsupervised neural networks, +Description: Implementation of several unsupervised neural networks, from building their architecture to their training and evaluation. Available - implementations are auto-encoders including their main variants: sparse, contractive, + networks are auto-encoders including their main variants: sparse, contractive, denoising, robust and variational, as described in Charte et al. (2018) . License: GPL (>= 3) | file LICENSE diff --git a/cran-comments.md b/cran-comments.md index 56beb8d..fc3d806 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,10 +2,11 @@ This is a resubmission. Changes from the original: -- Omitted redundant "for R" in the title -- Improved description indicating the implemented neural networks and incorporating a reference. -- Replaced \dontrun by \donttest in examples which need >5s to execute. -- Ensured that functions and examples do not write to the user's filespace. The save_as() function only does so if the user specifies a directory. +- Removed file left by accident +- Fixed title (omitted redundant "for R") +- Improved description (added implemented neural networks and a reference). +- Replaced \dontrun by \donttest in examples. +- Prevented writing to the user's filespace by default in functions/examples. ## Test environments * local Linux Mint install, R 3.4.4 @@ -17,3 +18,4 @@ This is a resubmission. Changes from the original: 0 errors | 0 warnings | 1 note * This is a new release. +* Some types of auto-encoders are considered misspelled.