diff --git a/.Rbuildignore b/.Rbuildignore index e3fded5..557aa7d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ ^Meta$ ^data-raw$ ^\./tests/testthat/dataForTests/generate_weeklyTestData\.R$ +^bayesRecon\.Rproj$ diff --git a/DESCRIPTION b/DESCRIPTION index b47becd..2e001d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -52,3 +52,5 @@ Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr +URL: https://github.com/IDSIA/bayesRecon +BugReports: https://github.com/IDSIA/bayesRecon/issues