Skip to content

Commit d973bd6

Browse files
authored
update table: swap out md for img (#110)
* Update containers_and_webassembly_submissions.qmd * Add files via upload
1 parent 57117ac commit d973bd6

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

posts/2024-02-01_containers_webassembly_submission/containers_and_webassembly_submissions.qmd

+1-17
Original file line numberDiff line numberDiff line change
@@ -105,24 +105,8 @@ During the **second iteration**, which was recently held, Pedro Silva shared the
105105
- Replace/shim functionality that was lost from removing dependencies
106106

107107
Here is the list of dependencies to packages on CRAN; those that worked are colored green, and those that were removed are marked in orange. We ended up with just 3 problematic dependencies (bold).
108-
```
109-
| | |
110-
|-------------------------------------------|-------------------------------------------|
111-
| [library(config)]{style="color:orange"} | [library(reactable)]{style="color:green"} |
112-
| **library(cowplot)** | [library(rhino)]{style="color:orange"} |
113-
| [library(dplyr)]{style="color:green"} | [library(rtables)]{style="color:green"} |
114-
| [library(emmeans)]{style="color:green"} | [library(shiny)]{style="color:green"} |
115-
| [library(ggplot2)]{style="color:green"} | [library(stringr)]{style="color:green"} |
116-
| [library(glue)]{style="color:green"} | **library(teal)** |
117-
| [library(haven)]{style="color:green"} | **library(teal.data)** |
118-
| [library(htmltools)]{style="color:green"} | [library(tibble)]{style="color:green"} |
119-
| [library(huxtable)]{style="color:green"} | [library(tidyr)]{style="color:green"} |
120-
| [library(magrittr)]{style="color:green"} | [library(tippy)]{style="color:green"} |
121-
| [library(markdown)]{style="color:green"} | [library(Tplyr)]{style="color:green"} |
122-
| [library(pkgload)]{style="color:green"} | [library(utils)]{style="color:green"} |
123-
| [library(purrr)]{style="color:green"} | [library(visR)]{style="color:green"} |
124108

125-
```
109+
![](images/dependencies.png){fig-align="center"}
126110

127111
Issues with library(cowplot):
128112

Loading

0 commit comments

Comments
 (0)