Skip to content

Commit

Permalink
update namespace for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Feb 1, 2024
1 parent 4033266 commit a96cbce
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
knitr
extraDistr
lubridate
wrswoR
tweedie
splines2
xts
collapse
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
knitr
extraDistr
lubridate
wrswoR
tweedie
splines2
xts
collapse
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,4 @@ importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,lsf.str)
importFrom(utils,tail)
importFrom(wrswoR,sample_int_ccrank)
useDynLib(mvgam, .registration = TRUE)
1 change: 0 additions & 1 deletion R/families.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ beta_shapes = function(mu, phi) {

#' Generic prediction function
#' @importFrom stats predict
#' @importFrom wrswoR sample_int_ccrank
#' @param Xp A `mgcv` linear predictor matrix
#' @param family \code{character}. The `family` slot of the model's family argument
#' @param betas Vector of regression coefficients of length `NCOL(Xp)`
Expand Down
Binary file modified src/mvgam.dll
Binary file not shown.

0 comments on commit a96cbce

Please sign in to comment.