-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix build failure on R-Forge? #14
Comments
This might be an R-forge glitch. Doing
seems to work fine. I could have sworn I got it to work via Trying the following out of stubbornness: f <- function(delay = 10) {
Sys.sleep(delay)
cc <- capture.output(type = "message", install.packages("glmmADMB", repos = "http://R-Forge.R-project.org"))
grep("downloaded [0-9]+", value = TRUE, cc )
}
res <- replicate(50, f()) ... ugh, it failed ("downloaded 999 bytes") every time ... this page says "File length: 9391177 byte(s)" ... |
The problem is this file: |
I tried a dummy commit, let's see what happens. I don't think I realized that R-forge would automatically build packages for the repo (as noted in the doc); IIRC I had been building them myself and committing to the SVN. I could have sworn that I did succeed once with installing directly from the repo earlier today, but of course now I can't replicate that ... |
Nothing obvious in the Linux build log, except that it's ancient:
The Windows build failed because Hopefully the SVN commit will clear all this up; don't look forward to going down the rabbit hole ... |
The current build/check status will be updated in the R Packages tab of the R-Forge project page. If it seems to stall or fail after waiting a day or two, then maybe just ask the R-Forge admin to do the rabbit hole part. |
The build failed. I would just e-mail [email protected]... |
I realize that GitHub is the new place for glmmADMB development, but note that R-Forge currently supplies an "empty" version 0.8.3.3:
It would be useful to have at least a working build there, even if it is not the most recent. I installed this useless version 0.8.3.3 without realizing, then spent a long time trying to understand why
example("glmmadmb_tidiers", package = "broom.mixed")
no longer worked ...The text was updated successfully, but these errors were encountered: