diff --git a/DESCRIPTION b/DESCRIPTION index 9c32ef5..e8c4854 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: innsight -Title: Get the Insights of your Neural Network -Version: 0.2.0 +Title: Get the Insights of Your Neural Network +Version: 0.2.1 Authors@R: c( person("Niklas", "Koenen", , "niklas.koenen@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4623-8271")), @@ -10,9 +10,9 @@ Authors@R: c( Description: Interpretability methods to analyze the behavior and individual predictions of modern neural networks. Implemented methods are: 'Connection Weights' described by Olden et al. (2004) - , Layer-wise Relevance - Propagation ('LRP') described by Bach et al. (2015) - , Deep Learning Important Features + , layer-wise relevance + propagation ('LRP') described by Bach et al. (2015) + , deep learning important features ('DeepLIFT') described by Shrikumar et al. (2017) and gradient-based methods like 'SmoothGrad' described by Smilkov et al. (2017) , 'Gradient x Input' described by @@ -50,6 +50,7 @@ VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 +Language: en-US Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.2.3 Collate: @@ -76,4 +77,3 @@ Collate: 'utils_plotly.R' 'innsight_ggplot2.R' 'innsight_plotly.R' -Language: en-US diff --git a/NEWS.md b/NEWS.md index 0e61337..c95049b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# innsight 0.2.1 + +* Add `if(require("pkgname"))` for suggested packages in examples +* Fix typos in documentation + + # innsight 0.2.0 This is a minor release but does contain a range of substantial new features diff --git a/cran-comments.md b/cran-comments.md index 34c58df..120b3d5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -## --- `innsight` 0.2.0 ------------------------------------------------------ +## --- `innsight` 0.2.1 ------------------------------------------------------ ### Test environments with LibTorch * GitHub Actions (ubuntu-22.04): 3.5, 3.6, 4.0, 4.1, release, devel @@ -19,7 +19,8 @@ of torch (see torch and disabled their execution on CRAN. ### Test environments without LibTorch -- R-hub Windows Server 2022, R-devel, 64 bit +- winbuilder Windows Server 2022, R-devel, 64 bit +- winbuilder Windows Server 2022, R-release, 64 bit - R-hub Ubuntu Linux 20.04.1 LTS, R-release, GCC - R-hub Fedora Linux, R-devel, clang, gfortran - macOS builder, R-release @@ -29,19 +30,8 @@ and disabled their execution on CRAN. There were no errors or warnings only some notes which are not related to the package: -* Windows: ``` -❯ checking HTML version of manual ... NOTE - Skipping checking math rendering: package 'V8' unavailable - -❯ checking for detritus in the temp directory ... NOTE - Found the following files/directories: - 'lastMiKTeXException' -``` - -* Fedora Linux -``` -❯ checking HTML version of manual ... NOTE - Skipping checking HTML validation: no command 'tidy' found - Skipping checking math rendering: package 'V8' unavailable +* checking HTML version of manual ... NOTE +Skipping checking HTML validation: no command 'tidy' found +Skipping checking math rendering: package 'V8' unavailable ```