package anytime has BH as requirement, but only as a linkingTo and I don't think it is needed for binary restore()

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"
    },

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.