Feature Idea
I'm currently implementing logging functionality using the logrx package and following the documentation example at https://pharmaverse.github.io/logrx/reference/log_write.html.
The example demonstrates usage of logrx:::run_safely_loudly(file), which is an unexported function (note the triple colon syntax). When I use this function in my code, it gets flagged as an unapproved function in our validation process since it's not properly exported from the package.
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response