Skip to content

Commit

Permalink
add BugReports link; update cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Apr 18, 2024
1 parent 7a3cb0b commit 538cfb1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Description: Fit Bayesian Dynamic Generalised Additive Models to sets of time se
uses sequential importance sampling to assimilate new observations as they become available.
References: Clark & Wells (2022) <https://doi.org/10.1111/2041-210X.13974>.
URL: https://github.com/nicholasjclark/mvgam, https://nicholasjclark.github.io/mvgam/
BugReports: https://github.com/nicholasjclark/mvgam/issues
License: MIT + file LICENSE
Depends:
R (>= 3.6.0),
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* macOS-latest: R-release

## R CMD check results
There were no ERRORs or WARNINGs
* There were no ERRORs
* win-builder and macOS issued WARNINGs that vignettes are not in 'inst/doc', but this is not a true warning because the package uses `VignetteBuilder: knitr` and all vignette files are appropriately located in `doc`

Maintainer: 'Nicholas J Clark <[email protected]>'
2 changes: 0 additions & 2 deletions man/mvgam_marginaleffects.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/RcppExports.o
Binary file not shown.
Binary file modified src/mvgam.dll
Binary file not shown.
Binary file modified src/trend_funs.o
Binary file not shown.
1 change: 1 addition & 0 deletions tests/mvgam_examples.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Small mvgam examples for testing post-fitting functions such as
# predict, forecast, hindcast etc...
skip_on_cran()
set.seed(1234)
library(mvgam)
mvgam_examp_dat <- list(data_train =
Expand Down
Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 538cfb1

Please sign in to comment.