Skip to content

Commit 4c78b27

Browse files
committed
rcmdcheck things
1 parent 77aff65 commit 4c78b27

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export(vegTypeGenerator)
158158
export(vegTypeMapGenerator)
159159
export(vtm2conifdecid)
160160
import(methods)
161+
importFrom(Formula,Formula)
161162
importFrom(MuMIn,r.squaredGLMM)
162163
importFrom(RColorBrewer,brewer.pal)
163164
importFrom(RColorBrewer,brewer.pal.info)

R/cohorts.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ subsetDT <- function(DT, by, doSubset = TRUE, indices = FALSE) {
12301230
#' @param dropRanEff Logical. If `TRUE` (the default), then the `term` to drop
12311231
#' will also be dropped from the random effects terms. If `FALSE`, it will only
12321232
#' be dropped from the fixed terms
1233+
#' @importFrom Formula Formula
12331234
#'
12341235
#' @return An updated model formula.
12351236
#'

0 commit comments

Comments
 (0)