Skip to content

Add dependency for 'fs' R package - #11

Open
labkey-tchad wants to merge 5 commits into
developfrom
fb_fixFsError
Open

Add dependency for 'fs' R package#11
labkey-tchad wants to merge 5 commits into
developfrom
fb_fixFsError

Conversation

@labkey-tchad

Copy link
Copy Markdown
Member

Rationale

The 'fs' R package now depends on the libuv1-dev Ubuntu package.

Related Pull Requests

Changes

  • Install libuv1-dev on R images that need it
  • Add linting workflows
  • Fix errors caught by linters

r/Dockerfile:
- Consolidate the three apt-get RUN instructions into one (DL3059)
  and clean up /var/lib/apt/lists afterward (DL3009).
- Add --no-install-recommends to the r-cran-* install (DL3015).
- Fix 'ln -fs .../America/Los_Angeles/etc/localtime' — a missing
  space glued the source and destination into one argument, so ln
  was silently linking into the wrong place (SC2226).

rstudio-base/Dockerfile:
- Set SHELL with -o pipefail so the piped 'R --version | grep' RUN
  fails loudly on error instead of masking it (DL4006).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant