From 27008c4bf58fe57368ae3b29d9440b77d22c992c Mon Sep 17 00:00:00 2001 From: Gabriel Pelouze Date: Mon, 6 Jan 2025 13:33:54 +0100 Subject: [PATCH] add devtools and usethis to pclake --- flavors/pclake/environment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flavors/pclake/environment.yaml b/flavors/pclake/environment.yaml index acdbd10..88ae4ff 100644 --- a/flavors/pclake/environment.yaml +++ b/flavors/pclake/environment.yaml @@ -14,4 +14,6 @@ dependencies: - r-xlconnect - r-readxl - r-plyr - - r-tidyr \ No newline at end of file + - r-tidyr + - r-devtools + - r-usethis \ No newline at end of file