insightsengineering / teal.slice

Reproducible slice module for teal applications
https://insightsengineering.github.io/teal.slice/
Other
11 stars 5 forks source link

remove examples for non-exported functions #548

Closed chlebowa closed 5 months ago

chlebowa commented 5 months ago

Examples for non-exported functions should be removed before the initial CRAN release and restored afterwards. The Examples in question can be easily identified as they all contain getFromNamespace calls.

Remove them all in one commit (can be a squash commit of a PR) so that it can be easily reverted.

m7pr commented 5 months ago

I'm on it

m7pr commented 5 months ago

Clossed with https://github.com/insightsengineering/teal.slice/pull/550