Open jdhoffa opened 2 days ago
@jdhoffa: the functions are prep_techmix_sector()
and prep_exposure_stats()
?
is there a reverse dependency I need to track?
I suppose there are two main things to be aware of. Number 1 is in-scope for this current issue. Number 2 is something to be aware of, but probably a can we can kick down the road for now.
In main.R
there are 5 functions that we should package and export:
prep_techmix_sector
prep_exposure_stats
prep_company_bubble
prep_key_bars_company
prep_key_bars_portfolio
We are utilizing un-exported function from various PACTA packages, e.g. pacta.portfolio.report
is there a reverse dependency I need to track?
No reverse dependency in terms of function names/ arguments etc.! However of course the final datasets output are fixed, and have an expected format so that must be preserved.
https://github.com/RMI-PACTA/workflow.pacta.dashboard/blob/e2f02a435db23e4554033154971d94605a966766/main.R#L8-L203