-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to download and install development version #186
Comments
Hi @earbebarnes I just ran the install command u gave above and it seems to be working. There may have been issues with Github when u ran the command. Maybe try again now and see if it works? Alternatively, you can also try the remotes package to see if it works:
Having said that, we recently synced the master branch with the development branch. The issue may have been resolved in the master branch. So maybe give the |
Thank you for your quick reply. I could not get prep.cytonorm working on the master branch version, however it did work with the developer version. I also realised that install_github() was timing out so was able to fix it by running options(timeout=400) before it. Thank you for your help. |
In my hands, the git repo results in a zip file named ImmuneDynamics-Spectre-v0.5.5-197-gd0fd33c.tar.gz of 234 MB. This is quite huge, IMHO, and may result in a large amount of download time. |
Thanks for pointing this out @SamGG. @tomashhurst we should trim the repo size down. |
@earbebarnes the
Don't forget the Along the lines of @SamGG 's suggestion, we've also massively cut down on the actual datasets stored within the Spectre repository itself, so the download time shouldn't be an issue at this point. If you run into any timeout issues, then please let us know! There are quick workarounds but it looks like they should not be necessary anymore. We are looking to release |
Just a heads up that I also ran in to timeout issues today (post-cut down). Running Of course download speed is also a function of internet speed and stability, so this might be useful for users in locations where internet is less reliable. The exact error message, in case it facilitates other people finding this thread:
|
Thanks for bringing this up @Kajlinko. We'll see if we can trim the repo down further. Another alternative is by physically cloning the repository (make sure it's the right branch you want to install the repo from), then use devtools to install from a local copy |
Hi all, I've found my way here from #179 . I've installed v1.2.0-beta but notice the following behaviours:
Has the use of these functions changed? Thanks for all your hard work! |
Hey mate! The first issue is odd as it works fine on my laptop, however, there is an issue in the code that might be the problem: At least that first issue should not impact the rest of the workflow. The second issue is probably related to a code change. The |
Hey Tom! Thanks for such a quick reply. Yes you're right, altering
Ah I see. Is there a way
Sometimes I use absolute paths, sometimes all my data are in the project directory. Btw, I'm replying over the weekend but I have no expectation that you'll reply any earlier than you'd like. |
I was trying to download the development version of Spectre to get around an issue with prep.cytonorm as was suggested by a previous question : https://github.com/ImmuneDynamics/Spectre/issues/169#issue-1795142299
However I do not seem to be able to download the development version. I do seem to be able to install the non-development version (see below). Do you have any suggestions as to what my issue might be? Thank you in advance
devtools::install_github("immunedynamics/spectre", ref = 'development')
Downloading GitHub repo immunedynamics/spectre@development
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/immunedynamics/spectre/tarball/development' failed
The text was updated successfully, but these errors were encountered: