Skip to content

Commit 6cc26be

Browse files
committed
fixing issues for resubmission
1 parent 286f185 commit 6cc26be

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: stelfi
22
Type: Package
33
Title: Hawkes and Log-Gaussian Cox Point Processes Using Template Model Builder
44
Version: 0.0.1
5-
Date: 2022-10-01
5+
Date: 2022-11-01
66
Authors@R:
77
c(person(given = "Charlotte M.",
88
family = "Jones-Todd",

R/zzz.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#'
77
#' @references Lindgren, F. and Rue, H. (2015) Bayesian spatial modelling with R-INLA.
88
#' \emph{Journal of Statistical Software}, \strong{63}: 1--25.
9-
#'
9+
#' @return No return value. A message is printed in the console advising if \code{INLA}
10+
#' has been successfully loaded.
1011
#' @export
1112
stelfi_load_inla <- function(){
1213
if(requireNamespace("INLA", quietly = TRUE)) {

cran-comments.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
## Resubmission
1+
## Resubmission(s)
22

3-
This is a resubmission. In this version I have fixed the following issues as requested
3+
This is a second resubmission. In this version I fixed the following two issues as requested
4+
5+
* Added missing \value tag to `stelfi_load_inla` in `zzz.R`.
6+
* Updated the Date field in the DESCRIPTION file to be < a month old.
7+
8+
During the first resubmission I fixed the following
49

510
* \value tags added to all required exported functions
611
* Examples unwrapped if they execute in < 5s
712
* \dontrun replaced with \donttest
813
* Examples using Suggests packages wrapped in `requireNamespace`
914
* `old = options()` ; `on.exit(options(old))` added to `.onLoad` in `zzz.R` so that user settings are reset
1015
when function is exited
11-
* Ensures that no packages are installed within any function. `stelfi_load_inla` in `zzz.R` prompts user to do so by printing the commend required.
16+
* Ensured that no packages are installed within any function. `stelfi_load_inla` in `zzz.R` prompts user to do so by printing the commend required.
1217

1318
## Test environments
1419

man/stelfi_load_inla.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)