-
Notifications
You must be signed in to change notification settings - Fork 32
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
installation of dyno fails since dynwrap is called twice #33
Comments
Thanks for trying out dyno! Discussing with @zouter , this seems related to r-lib/remotes#225. This is a bug from remotes that probably occurs because one package requires dynwrap@master, while another package requires dynwrap@devel. I'm changing the depending packages so that they only require dynwrap@master, since the @devel dependency was included by mistake. I'll keep you posted! |
This should now be fixed with dynverse/dynguidelines#49 . @abotzki, can you confirm? Thanks! |
Hmm I just tried from scratch again: the installation stops immediately.
executing |
This error is because your IP address has been making too many github api requests. A good solution would be to create a PAT and add a |
Yes, I followed the suggestion and this works when I do it manually. I will see whether I can fix this by using an ansible script. It still looks like a workaround but I also understand that the issue with the r-lib remotes is beyond your control. |
I am still getting this error even when using the authentication token. The installation seems to have failed in the middle ... (installing)...
Some dynverse packages appear to have installed successfully, but I get the rate limit error if I try to restart. |
Your issue is definitely separate from that Alexander, so please create a separate github issue. I also don't have enough information to know what your problem is. Do you have a GITHUB_PAT defined somewhere? Could you provide the full log? |
got it resolved. thanks. |
Hi the installation of the dyno package fails at the point where dynwrap is called again - @devel
dynfeature (NA -> 88274ff88...) [GitHub]
dynguidel... (NA -> d177eb719...) [GitHub]
dynmethods (NA -> fbac20a1a...) [GitHub]
dynplot (NA -> 87717ae06...) [GitHub]
dynwrap (NA -> dee7f681b...) [GitHub]
BH (NA -> 1.66.0-1 ) [CRAN]
bindr (NA -> 0.1.1 ) [CRAN]
bindrcpp (NA -> 0.2.2 ) [CRAN]
dplyr (NA -> 0.7.8 ) [CRAN]
fansi (NA -> 0.4.0 ) [CRAN]
pillar (NA -> 1.3.1 ) [CRAN]
pkgconfig (NA -> 2.0.2 ) [CRAN]
plogr (NA -> 0.2.0 ) [CRAN]
plyr (NA -> 1.8.4 ) [CRAN]
praise (NA -> 1.0.0 ) [CRAN]
purrr (NA -> 0.2.5 ) [CRAN]
ranger (NA -> 0.10.1 ) [CRAN]
RcppEigen (NA -> 0.3.3.5.0 ) [CRAN]
reshape2 (NA -> 1.4.3 ) [CRAN]
stringi (NA -> 1.2.4 ) [CRAN]
stringr (NA -> 1.3.1 ) [CRAN]
testthat (NA -> 2.0.1 ) [CRAN]
tibble (NA -> 1.4.2 ) [CRAN]
tidyr (NA -> 0.8.2 ) [CRAN]
tidyselect (NA -> 0.2.5 ) [CRAN]
utf8 (NA -> 1.1.4 ) [CRAN]
dynutils (NA -> 051f64ef5...) [GitHub]
dynwrap (NA -> dee7f681b...) [GitHub]
dyneval (NA -> 72948e12a...) [GitHub]
dynwrap (dee7f681b... -> 887a5b927...) [GitHub]
The text was updated successfully, but these errors were encountered: