Skip to content

Commit

Permalink
R CMD check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Oct 11, 2023
1 parent 3396683 commit 9ae67ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Imports:
assertthat,
clisymbols,
cli,
fmesher,
fishMod,
generics,
glmmTMB,
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,df.residual)
importFrom(stats,family)
importFrom(stats,findbars)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,logLik)
Expand All @@ -120,7 +121,10 @@ importFrom(stats,plogis)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(utils,head)
useDynLib(sdmTMB, .registration = TRUE)
2 changes: 2 additions & 0 deletions R/reformulas.R
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ dropHead <- function(term,value) {
## drop.special(x~a + b+ offset(z))
## @export
## @keywords internal
#' @importFrom stats update setNames findbars
#' @importFrom utils head
drop.special <- function(x, value=quote(offset), preserve = NULL) {
k <- 0
proc <- function(x) {
Expand Down

0 comments on commit 9ae67ca

Please sign in to comment.