From 54829966edca06bd81e58a38ad28b57a993fd6e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 23:35:30 +0900 Subject: [PATCH] Automated documentation update (#165) Automated documentation update Co-authored-by: github-actions --- src/r-apt/README.md | 2 ++ src/r-rig/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/r-apt/README.md b/src/r-apt/README.md index fcf24df..f00ce03 100644 --- a/src/r-apt/README.md +++ b/src/r-apt/README.md @@ -89,6 +89,8 @@ For more information, please check [the Rocker Project website](https://rocker-p This feature has some options to install Python packages such as `jupyterlab`. When installing Python packages, if `python3 -m pip` is not available, it will install `python3-pip` via apt. +This feature set `PIP_BREAK_SYSTEM_PACKAGES=1` when installing Python packages. + ## References - [Rocker Project](https://rocker-project.org) diff --git a/src/r-rig/README.md b/src/r-rig/README.md index a98cdd4..2128d8b 100644 --- a/src/r-rig/README.md +++ b/src/r-rig/README.md @@ -101,6 +101,8 @@ $ R -q -e 'pak::pak("curl")' This feature has some options to install Python packages such as `jupyterlab`. When installing Python packages, if `python3 -m pip` is not available, it will install `python3-pip` via apt. +This feature set `PIP_BREAK_SYSTEM_PACKAGES=1` when installing Python packages. + ## References - [rig](https://github.com/r-lib/rig)