Why is BH a requirement in the renv lockfile ? How can I remove "BH" as a requirement?
I will be downloading binary package, so I do not want this large package, it only contains header files useful for compiling the package (which is not needed).
"anytime": {
"Package": "anytime",
"Version": "0.3.9",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"BH",
"R",
"Rcpp"
],
"Hash": "74a64813f17b492da9c6afda6b128e3d"
},