psidR icon indicating copy to clipboard operation
psidR copied to clipboard

issue regarding function flog.threshold

Open Amrkuls opened this issue 2 years ago • 1 comments

Respected Sir I came across the following error. Kindly guide me how to resolve it.The error is as follows:

d = build.panel(datadir=datadr,fam.vars=f,ind.vars=i, heads.only = TRUE,sample="SRC",design="all") Error in flog.threshold(loglevel) : could not find function "flog.threshold"

Kindly guide me how to address this issue.

Amrkuls avatar Jul 19 '23 12:07 Amrkuls

It is from a package, you may need to install.package("futile.logger")

Greenhand2020miami avatar Feb 11 '24 23:02 Greenhand2020miami