-
Notifications
You must be signed in to change notification settings - Fork 17
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
Arguments did not work #291
Comments
Hi Anum, did you leave |
Hi Chris, I had helped with this, --with-build-path was provided with the
path to the install location on that machine. I think the issue here was
that the arguments listed in the install docs don't match what we had to
provide to devtools::install_github (e.g. build_opts instead of args).
Minor issue, and probably related to devtools version?
…On Mon, Jan 18, 2021 at 10:00 AM Chris Hammill ***@***.***> wrote:
Hi Anum, did you leave --with-build-path blank and that worked?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#291 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNTCJD5TYOC2CNCD6HCGB3S2REHLANCNFSM4WEYYJNQ>
.
|
thanks Yohan, that does seem like a devtools change. I'll investigate and fix in the docs |
#namedarguments? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RMINC/INSTALL
Line 45 in 1f2cef9
What worked instead was:
devtools::install_github("Mouse-Imaging-Centre/RMINC"
, build_opts = "--configure-args='--with-build-path='"
, upgrade = FALSE)
The text was updated successfully, but these errors were encountered: