Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Deleting a package takes some manual intervention #354

Open
ldecicco-USGS opened this issue Apr 14, 2017 · 1 comment
Open

Deleting a package takes some manual intervention #354

ldecicco-USGS opened this issue Apr 14, 2017 · 1 comment

Comments

@ldecicco-USGS
Copy link
Member

ldecicco-USGS commented Apr 14, 2017

What I do is go in and deleted the source and binaries from the "GRAN" folder within the Jenkins/jobs/workspace. Then, open RStudio with my "pr" account, and run:

> tools::write_PACKAGES(file.path("GRAN", 'src', 'contrib'), type='source')
> tools::write_PACKAGES(file.path("GRAN", 'bin', 'windows',"contrib","3.2"), type='win.binary')
> tools::write_PACKAGES(file.path("GRAN", 'bin', 'windows',"contrib","3.3"), type='win.binary')

from the same Jenkins/jobs/workspace working directory.

@ldecicco-USGS
Copy link
Member Author

Oh yeah...apparently I knew this in April 2017 but had to relearn in October 2018.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant