From ecfbead7c08c9aba456c3053e8e20b06afc7fd9e Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 16 Jan 2025 12:36:30 +0100 Subject: [PATCH] Add r-dplyr to wasm env --- environment-wasm-host.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment-wasm-host.yml b/environment-wasm-host.yml index 49d3f35..825b8e7 100644 --- a/environment-wasm-host.yml +++ b/environment-wasm-host.yml @@ -23,6 +23,7 @@ dependencies: - r-cli >=3.6.3 - r-repr - r-IRdisplay + - r-dplyr # Test dependencies - r-htmltools - r-ggplot2