-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When running these steps,
steps:
- uses: actions/setup-python@v2
- uses: r-lib/actions/setup-r@v2-branch
with:
r-version: 4.2.3
use-public-rspm: true
- uses: rstudio/actions/setup-connect@main
- uses: actions/checkout@v3
- shell: bash
run: cd src && Rscript -e 'rsconnect::writeManifest()'
Got,
Run cd src && Rscript -e 'rsconnect::writeManifest()'
Error: Error in loadNamespace(x) : there is no package called 'rsconnect'
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Error: Process completed with exit code 1.
Shouldn't rsconnect be installed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels