Skip to content

Commit

Permalink
Automated documentation update (#165)
Browse files Browse the repository at this point in the history
Automated documentation update

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions committed Jun 23, 2023
1 parent 86da85d commit 5482996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/r-apt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions src/r-rig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5482996

Please sign in to comment.