Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
fdavidcl committed May 8, 2018
1 parent 1221351 commit 7c7d490
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^vignettes/examples$
^demo$
^cran-comments\.md$
^.*\.tar\.gz$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4830-9512")), person("Francisco", "Charte",
email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3083-8942")),
person("Francisco", "Herrera", email = "[email protected]", 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)
<doi:10.1016/j.inffus.2017.12.007>.
License: GPL (>= 3) | file LICENSE
Expand Down
10 changes: 6 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 7c7d490

Please sign in to comment.