Skip to content

Commit

Permalink
Update DESCRIPTION, NEWS and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenen committed Jun 13, 2023
1 parent 1eaaa84 commit bc72c79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4623-8271")),
Expand All @@ -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)
<doi:10.1016/j.ecolmodel.2004.03.013>, Layer-wise Relevance
Propagation ('LRP') described by Bach et al. (2015)
<doi:10.1371/journal.pone.0130140>, Deep Learning Important Features
<doi:10.1016/j.ecolmodel.2004.03.013>, layer-wise relevance
propagation ('LRP') described by Bach et al. (2015)
<doi:10.1371/journal.pone.0130140>, deep learning important features
('DeepLIFT') described by Shrikumar et al. (2017) <arXiv:1704.02685>
and gradient-based methods like 'SmoothGrad' described by Smilkov et
al. (2017) <arXiv:1706.03825>, 'Gradient x Input' described by
Expand Down Expand Up @@ -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:
Expand All @@ -76,4 +77,3 @@ Collate:
'utils_plotly.R'
'innsight_ggplot2.R'
'innsight_plotly.R'
Language: en-US
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 6 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
```

0 comments on commit bc72c79

Please sign in to comment.