insightsengineering / teal.slice

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

R CMD CHECK note: `Package unavailable to check Rd xrefs: ‘teal’` #588

Closed pawelru closed 2 months ago

pawelru commented 2 months ago

https://github.com/r-universe/pharmaverse/actions/runs/8984414175/job/24676515113

* checking Rd cross-references ... NOTE
Package unavailable to check Rd xrefs: ‘teal’

This is the cause: https://github.com/insightsengineering/teal.slice/blob/4f8dabc43c1c97a3e1b91c486c68050c86e30900/R/teal_slices.R#L84

teal.slice cannot use teal in its docs because it does not have teal in its dependencies (hard or soft). Moreover, we cannot add teal to deps because that would be a circular dependency A -> B and B -> A. Let's remove it