From 71a540e3515056d8c88ceaa845e296352c08bd9a Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 1 Jul 2024 14:18:21 -0400 Subject: [PATCH] docs: Remove {renv} from package discovery section (#100) It can be confusing (does the app need to use renv?) and it's an internal implementation detail that isn't broadly useful to users. Fixes #84 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b83841..7cb819b 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ For more information, see the [examples folder](https://github.com/posit-dev/r-s ## R package availability -The `{shinylive}` web assets will statically inspect which packages are being used via `{renv}`. +The `{shinylive}` web assets will statically inspect which packages are being used in your app. -If you need a package that can not be found by `{renv}`, add an impossible-to-reach code within your Shiny application that has a library call to that R package. For example: +If your app includes a package that is not automatically discovered, you can add an impossible-to-reach code within your Shiny application that has a library call to that R package. For example: ```r if (FALSE) {