Skip to content

Adding rsconnect to DESCRIPTION file - #24

Merged
TammoReinders merged 2 commits into
mainfrom
hotfix/writeManifest-error
May 21, 2026
Merged

Adding rsconnect to DESCRIPTION file#24
TammoReinders merged 2 commits into
mainfrom
hotfix/writeManifest-error

Conversation

@TammoReinders

Copy link
Copy Markdown
Contributor

Next try in fixing the writeManifest error. Now, actually added rsconnect to DESCRIPTION and renv.lock file.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to address a deployment-time rsconnect::writeManifest() failure by ensuring rsconnect (and its dependency set) is available via project dependency metadata.

Changes:

  • Added rsconnect to the package DESCRIPTION dependencies.
  • Updated renv.lock to include rsconnect and its required dependencies.
  • Updated the development helper script to add rsconnect via usethis::use_package().

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
renv.lock Adds rsconnect and related dependency records to the renv snapshot for reproducible installs.
dev/02_dev.R Adds a usethis::use_package("rsconnect") step to the dev dependency workflow.
DESCRIPTION Adds rsconnect to Imports.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread DESCRIPTION
Comment on lines 38 to 44
plyr,
ranger,
rlang,
rsconnect,
shiny,
shinyjs,
shinyWidgets,
Comment thread dev/02_dev.R Outdated
renv::install("package")
## DON'T FORGET to add it back to the DESCRIPTION
usethis::use_package("package")
usethis::use_package("rsconnect")
@TammoReinders
TammoReinders merged commit f1f75dd into main May 21, 2026
8 checks passed
@TammoReinders
TammoReinders deleted the hotfix/writeManifest-error branch May 29, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants