PACTA_analysis
PACTA_analysis copied to clipboard
Run the PACTA analysis on EQ & CB portfolios
since [pacta.portfolio.analysis](https://github.com/RMI-PACTA/pacta.portfolio.analysis) is the currently supported version related RMI-PACTA/pacta-data/issues/61 related RMI-PACTA/create_interactive_report/issues/579
`pacta.executive.summary` is a package with data preparation, plotting and rendering functions for the new executive summary. Once it is finished it should be incorporated into this repo and used instead...
If I interpret this correctly, it's attempting to pull the docker image that it's just about to create, so it will probably not ever succeed(?). Should it instead try to...
Adapt the `write_log()` function so that it properly adapts to the result of `interactive()`. If `interactive() == TRUE`, messages should be sent to the console so the user sees them...
It's a bit unfortunate that we have this dependency on `{janitor}` which... 1. we only use for `janitor::clean_names(data)` and `janitor::make_clean_names()` 2. we then have to maintain this complex system of...
I noticed in the interactive report that Siemens is classified as a Power company and they are not. This should be included in the overrides functionality. I will check why...
One report wasn't generating because of the following errors: -- web_tool_script_1.R --------------------------------------------------------- There were 14 warnings (use warnings() to see them) Error: Problem with `mutate()` input `value_usd`. x non-numeric argument...
#436 is one example of a problem I've seen multiple times. Maybe we should review all calls to `if()` and ensure they are all fed objects of length 1? This...
This issue keeps coming up again and again in different contexts.... 1. How do users know what packages are needed? 2. How do users install the packages they need? 3....