From 54ab3c0a79267b02d93f1b24e1a7524758aac5ed Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:07:54 +0000 Subject: [PATCH] add notes --- src/r-history/NOTES.md | 6 ++++++ src/r-history/devcontainer-feature.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/r-history/NOTES.md diff --git a/src/r-history/NOTES.md b/src/r-history/NOTES.md new file mode 100644 index 0000000..3079bbe --- /dev/null +++ b/src/r-history/NOTES.md @@ -0,0 +1,6 @@ + + +## Acknowledgements + +This Feature is inspired by +[`ghcr.io/stuartleeks/dev-container-features/shell-history`](https://github.com/stuartleeks/dev-container-features/tree/main/src/shell-history). diff --git a/src/r-history/devcontainer-feature.json b/src/r-history/devcontainer-feature.json index 639129d..7d4ffc0 100644 --- a/src/r-history/devcontainer-feature.json +++ b/src/r-history/devcontainer-feature.json @@ -2,7 +2,7 @@ "name": "R history", "id": "r-history", "version": "0.1.0", - "description": "Preserve R terminal history across Dev Container instances.", + "description": "Preserve R terminal history across Dev Container instances. Supports Radian and RStudio Server single user mode.", "documentationURL": "https://github.com/rocker-org/devcontainer-features/tree/main/src/r-history", "options": {}, "containerEnv": {