Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8fd6040

Browse files
committed
fix: add coreutils to envs/r
1 parent 92ae274 commit 8fd6040

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

envs/r.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
'@context': 'https://stenci.la/schema/v1/'
22
type: Environment
33
name: r
4-
description: |
5-
An environment containing only R, the programming language and free software environment for statistical computing and graphics.
4+
description: >
5+
An environment containing R, the programming language and free software
6+
environment for statistical computing and graphics.
7+
comments: >
8+
This environment includes `coreutils` because when running R in a pure
9+
environment without that package you get errors about `uname` and `rm` missing
10+
(and possibly others?)
611
adds:
712
- r
13+
- coreutils

0 commit comments

Comments
 (0)