Skip to content

Commit

Permalink
feat: gains supervisory packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Apr 3, 2024
1 parent 2992532 commit 2ad378a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ knitr::kable(tm_table)
```

### PACTA for Supervisors

``` {r echo = FALSE, results = "asis"}
transition_monitor_repos <- c(
"RMI-PACTA/pacta.multi.loanbook.analysis",
"RMI-PACTA/pacta.multi.loanbook.plot"
)
tm_table <- pacta.sit.rep::generate_package_table(transition_monitor_repos)
knitr::kable(tm_table)
```

## Transition Monitor Docker Build Status

| Commit time | Git sha | Project code | Holdings date | Language | Peer group | Report | Image |
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ of the Transition Monitor Docker image.
| [pacta.executive.summary](https://github.com/RMI-PACTA/pacta.executive.summary) | [![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![R-CMD-check](https://github.com/RMI-PACTA/pacta.executive.summary/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.executive.summary/actions/workflows/R-CMD-check.yaml) | [`084a85d`](https://github.com/RMI-PACTA/pacta.executive.summary/commits/main) | [@MonikaFu](https://github.com/MonikaFu/) |
| [pacta.portfolio.utils](https://github.com/RMI-PACTA/pacta.portfolio.utils) | [![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![R-CMD-check](https://github.com/RMI-PACTA/pacta.portfolio.utils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.portfolio.utils/actions/workflows/R-CMD-check.yaml) | [`2fe6de8`](https://github.com/RMI-PACTA/pacta.portfolio.utils/commits/main) | [@cjyetman](https://github.com/cjyetman/) |

### PACTA for Supervisors

| Repo | Lifecycle | Status | Latest_SHA | Maintainer |
|:--------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------|
| [pacta.multi.loanbook.analysis](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis) | [![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml) | [`05e7138`](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/commits/main) | [@jacobvjk](https://github.com/jacobvjk/) |
| [pacta.multi.loanbook.plot](https://github.com/RMI-PACTA/pacta.multi.loanbook.plot) | [![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook.plot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook.plot/actions/workflows/R-CMD-check.yaml) | [`9a6b662`](https://github.com/RMI-PACTA/pacta.multi.loanbook.plot/commits/main) | No maintainer found. |

## Transition Monitor Docker Build Status

| Commit time | Git sha | Project code | Holdings date | Language | Peer group | Report | Image |
Expand Down

0 comments on commit 2ad378a

Please sign in to comment.