-
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
installing peppro R package #54
Comments
when I try to install optigrab the normal way I get this:
After installing Next, I have to install GenomicDistributions manually, like this:
but I get this error:
So I try to install that first:
So I first try to install RCurl:
That works. Then I can install GenomeInfoDb. there must be a better way... I guess we need to release GenomicDistributions. |
I didn't recall the install being so laborious, but I've previous done a bunch of reading to try to find alternatives, and I did not find anything. Outside of releasing the package officially to incorporate those installs, I don't know of an easy method. When installing a local package, my understanding is that the repos=NULL has to be set, and I believe that even if you pointed it somewhere, it won't attempt to download and use those remote repositories because you're telling it you're installing local. My understanding is that is by design. |
Right, that's my point. doesn't that ruin the point of having a local package to trigger all the dependencies? |
I can't recall, but if you install using install_github() it may then work? The reason we changed to installing local was because we were trying to simplify the text in the online guides. Originally I had the text describing the full install process and I believe using install_github. But will have to test if that works. |
apparently I ran into some of this before, See #15... |
Gotcha. From that thread what I recall is...We didn't have an elegant solution. Thoughts? |
Yeah, I remember the point was to simplify things... I'm just not sure this has actually simplified anything. One thing is for sure though, we can simplify some things by releasing GenomicDistributions (and, I guess, pepr) |
Is the recommendation in the short term to add back in some text in the install guides? |
I think maybe using and at least some of this will have to be multiple lines in the install, even if we can solve the local-remote dependencies issue (GenomicDistributions and pepr, for example, until they are released) |
Confirming the new steps work with a fresh install process. But docs updated now to reflect the devtools::install approach. |
Okay. Confirmed. The docs process works to install the |
given that you need devtools anyway for the github install, I think that's better all around.
Small thing if you want, you could maybe merge the 2 install.packages lines, and the 2 devtools lines, to makes this 3 lines? |
When installing the R package, I'm getting these errors:
First, I guess we can't rely on GenomicDistributions, since it's not released yet, right? Or do you just have to install that separately?
Second, why is optigrab not available? is this really the right way to do what you're trying to accomplish? will this download them from cran (does repos=NULL thwart that?)
The text was updated successfully, but these errors were encountered: