Skip to content

Commit

Permalink
Add missing dependency in Namespace/Description
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Jan 11, 2024
1 parent bdf52c6 commit 6d69b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Imports:
mvtnorm,
spam,
psych,
doParallel
doParallel,
covr
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import(glmnet)
import(ncvreg)
import(readxl)
import(scoringRules)
import(covr)
importFrom(aod,wald.test)
importFrom(dplyr,"%>%")
importFrom(foreach,"%dopar%")
Expand Down

0 comments on commit 6d69b69

Please sign in to comment.