Skip to content

Commit

Permalink
Add back RcppParallel
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Feb 13, 2023
1 parent 1f79b6a commit 77d2643
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: glmmfields
Title: Generalized Linear Mixed Models with Robust Random Fields
for Spatiotemporal Modeling
Version: 0.1.5
Version: 0.1.6
Authors@R:
c(person(given = c("Sean", "C."),
family = "Anderson",
Expand Down Expand Up @@ -38,6 +38,7 @@ Imports:
loo (>= 2.0.0),
mvtnorm,
nlme,
RcppParallel (>= 5.0.1),
reshape2,
rstan (>= 2.18.2),
rstantools (>= 2.1.1),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export(tidy)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.number)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# glmmfields 0.1.6

* Add back RcppParallel as an import

# glmmfields 0.1.5

* Fully delegate installation to rstantools (#15)
Expand Down
1 change: 1 addition & 0 deletions R/fitting.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
#' @importFrom stats dist model.frame model.matrix model.response rnorm runif model.offset
#' @importFrom assertthat assert_that is.count is.number
#' @importFrom stats gaussian na.omit
#' @importFrom RcppParallel RcppParallelLibs
#'
#' @examples
#' \donttest{
Expand Down

0 comments on commit 77d2643

Please sign in to comment.