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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
Configure the NEW job. Change the R path to the new R version, and the binaries to the new and new-1 R version. Also will need to update the s3 folders that are pushed up.
Run the NEW job. It will fail....that's OK. It will install packages that don't have GRAN dependencies in GRAN/src/contrib
Open a new R Project (in the RStudio that you opened with administration privileges, the project space is the new workspace from the new Jenkins job)
Repeat pushing up the new binaries that can be created up to the S3 bucket.
Gotchas:
There's a chance that loadest or others fails. You need to update Rtools then. Change the path of the current Rtools to Rtools34 (or whatever), and install the newer version. You can change the Rtools path in each bash step if it becomes necessary.
There's always...something... Read the NEWS of the new R release, they tend to put significant changes up at the top. For instance, in 3.6...there's a change in the random sampling and how RDS files are saved. Because of the RDS issue...3.6 RDS's can't be read in 3.4. That causes an issue in trying to support 3.4-3.6 at the same time.
(the delete argument is coming with a PR)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here's what I currently do.
Now...we need to manually move the binary packages and the PACKAGES files up to the S3 bucket. I've been doing it via S3Browser.
Then....repeat....a few more packages will install:
Repeat pushing up the new binaries that can be created up to the S3 bucket.
Gotchas:
loadest
or others fails. You need to update Rtools then. Change the path of the current Rtools to Rtools34 (or whatever), and install the newer version. You can change the Rtools path in each bash step if it becomes necessary.(the
delete
argument is coming with a PR)The text was updated successfully, but these errors were encountered: