Skip to content
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

Big Endian stops feather, which stops tidyverse #36

Closed
shapenaji opened this issue Jan 26, 2017 · 4 comments
Closed

Big Endian stops feather, which stops tidyverse #36

shapenaji opened this issue Jan 26, 2017 · 4 comments

Comments

@shapenaji
Copy link

shapenaji commented Jan 26, 2017

Can't install tidyverse on the server due to Big Endian-ness:

Is there a way to install tidyverse without the feather dependency?

* installing *source* package ‘feather’ ...
** package ‘feather’ successfully unpacked and MD5 sums checked
Platform is big endian. This is currently unsupported.
ERROR: configuration failed for package ‘feather’
* removing **********/packrat/lib/x86_64-pc-linux-gnu/3.3.2/feather’
ERROR: dependency ‘feather’ is not available for package ‘tidyverse’
* removing ‘**********/packrat/lib/x86_64-pc-linux-gnu/3.3.2/tidyverse’

The downloaded source packages are in
	‘/tmp/Rtmpi2llVt/downloaded_packages’
@hadley
Copy link
Member

hadley commented Jan 26, 2017

Hmmm, because of this pain, it might be better to make feather a suggested package.

@kathy0305
Copy link

Same problem here, I know that I can install all the other packages individually, but it defeats the purpose of tidyverse.

@hadley hadley closed this as completed in 9de8755 Jan 27, 2017
@hadley
Copy link
Member

hadley commented Jan 27, 2017

Fixed, and on its way to CRAN.

@kathy0305
Copy link

I just tried to install it again, this time a problem with scales
But in this case I was able to install "scales" first and then install tidyverse, no problems!

install.packages("scales")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants