From e4289d036d2f0aad5550c557bf971b03359e9d29 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 1 Jul 2024 10:04:54 -0400 Subject: [PATCH] docs: Remove {renv} from package discovery section 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) {