[x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Description
Some functions in crew manually access the internal package environment in mirai to retrieve dispatcher PID, URLs or the TLS certificate.
I have now exported an interface, which allows retrieving those much simpler. It will be more maintainable and less brittle to internal changes in mirai.
I have prepared a PR for you.
As the plan is for mirai to be released before crew, you will just need to update the dependency to the new CRAN version before your next release.
Prework
Description
Some functions in
crew
manually access the internal package environment inmirai
to retrieve dispatcher PID, URLs or the TLS certificate.I have now exported an interface, which allows retrieving those much simpler. It will be more maintainable and less brittle to internal changes in
mirai
.I have prepared a PR for you.
As the plan is for
mirai
to be released beforecrew
, you will just need to update the dependency to the new CRAN version before your next release.