-
Notifications
You must be signed in to change notification settings - Fork 66
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 install via Devtools #99
Comments
Are you able to install any packages via devtools? |
on my work laptop, unable to install any packages via devtools. However after a few rounds of that, it failed here:
|
Interesting, not sure why that would happen - certainly not specific to the fable package. Do you have the latest version of devtools? The fable package requires a compiler, so if you are using windows you may need Rtools to install from GitHub. |
I also cannot install the fable component, fablelite. I am using mac. Freshly installed devtools. I can install other packages with devtools - dplyr successfully installed from github. `> devtools::install_github("tidyverts/fable")
|
Please try installing the cran version of tsibble and then try again.
…On Fri., 1 Feb. 2019, 9:55 am slavarazbash ***@***.*** wrote:
I also cannot install the fable component, fablelite. I am using mac.
Freshly installed devtools. I can install other packages with devtools -
dplyr successfully installed from github.
`> devtools::install_github("tidyverts/fable")
Downloading GitHub repo ***@***.***
Downloading GitHub repo ***@***.***
✔ checking for file
‘/private/var/folders/d4/wq9zkp0j0rz8tzmdx12wpb6m0000gn/T/RtmpnCFJ8l/remotes96e313af9c4/tidyverts-fablelite-87cdee8/DESCRIPTION’
...
─ preparing ‘fablelite’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘fablelite_0.0.0.9100.tar.gz’
- installing *source* package ‘fablelite’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
Error : object ‘tbl_sum’ is not exported by 'namespace:tsibble'
ERROR: lazy loading failed for package ‘fablelite’
- removing
‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library/fablelite’
Error in i.p(...) :
(converted from warning) installation of package
‘/var/folders/d4/wq9zkp0j0rz8tzmdx12wpb6m0000gn/T//RtmpnCFJ8l/file96e42392ac/fablelite_0.0.0.9100.tar.gz’
had non-zero exit status`
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#99 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APYUl1nS7gIq79FWZLJuUGzPllCiAIoCks5vI56MgaJpZM4aELq2>
.
|
Still cannot install. Different error message this time:
2.1. It asks me upgrade tsibble but I decline. See output below.
2.2 I tried with upgrading tsibble when it asks me. Also with an error. See output below.
|
|
Can you restart R/RStudio and use tsibble cran version? |
It still does not work |
I've updated the package to work with # install.packages("devtools")
devtools::install_github("tidyverts/fablelite") |
Please refer to #107 to resolve this issue. |
Hi Mitch
Thanks once again for your talks and contribution to this package. I'm not sure why i cannot seem to install this dev package. Currently using R 3.5.2. Do i need to downgrade R in order to install via devtools?
The text was updated successfully, but these errors were encountered: