You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install a package from renv/cellar which installs fine locally: when snapshotting it's not reflected in the lockfile.
Hence when deploying to posit connect, it tries to install the package from CRAN or other repo. Also when installing the same package from a URL, rsconnect deployApp still installs it from a repo rather than the stated url. What do I need to change in lockfile for it to 100% only install from the stated URL please?
Have tried below unsuccessfully from here:
{
"Package": "skeleton",
"Version": "1.0.1",
"Source": "/mnt/r/pkg/skeleton_1.0.1.tar.gz"
}