Giter VIP home page Giter VIP logo

Comments (2)

hadley avatar hadley commented on June 8, 2024

What happens if you try to install feather directly? It's definitely available on CRAN: https://cran.r-project.org/web/packages/feather/index.html

BTW GitHub issues use markdown and they're much easier to read if you learn a little bit about it. The most important thing is to put your R code inside a block that starts with ```R and ends with ```. I've done that for you here, but I'd really appreciate it if you would format it yourself in the future.

from tidyverse.

edstolen avatar edstolen commented on June 8, 2024

Thanks for your help. When I attempt to install feather I also get an error message. I also tried to install both tidyverse and feather on 2 other computers, one on the same network and the other at home. Below is the error message I get on my laptop which also has R Platform: x86_64-w64-mingw32/x64 (64-bit) installed and running Rstudio Version 1.0.136

> install.packages("feather")
Package which is only available in source form, and may need compilation of C/C++/Fortran:featherDo you want to attempt to install these from sources?
y/n: 

it fails when I select y

installing the source packagefeathertrying URL 'https://cran.rstudio.com/src/contrib/feather_0.3.1.tar.gz'
Content type 'application/x-gzip' length 59616 bytes (58 KB)
downloaded 58 KB

* installing *source* package 'feather' ...
** package 'feather' successfully unpacked and MD5 sums checked

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs

*** arch - i386
g++ -m32 -std=c++0x -I"C:/PROGRA~1/R/R-32~1.3/include" -DNDEBUG -I.   -I"C:/Program Files/R/R-3.2.3/library/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
In file included from feather/api.h:24:0,
                 from feather_types.h:2,
                 from RcppExports.cpp:4:
./feather/common.h:24:28: error: both 'const' and 'constexpr' cannot be used here
./feather/common.h:25:28: error: both 'const' and 'constexpr' cannot be used here
In file included from feather/api.h:25:0,
                 from feather_types.h:2,
                 from RcppExports.cpp:4:
./feather/io.h:73:29: error: expected ';' at end of member declaration
./feather/io.h:73:35: error: 'override' does not name a type
./feather/io.h:74:26: error: expected ';' at end of member declaration
./feather/io.h:74:28: error: 'override' does not name a type
./feather/io.h:75:59: error: expected ';' at end of member declaration
./feather/io.h:75:61: error: 'override' does not name a type
./feather/io.h:93:29: error: expected ';' at end of member declaration
./feather/io.h:93:35: error: 'override' does not name a type
./feather/io.h:94:26: error: expected ';' at end of member declaration
./feather/io.h:94:28: error: 'override' does not name a type
./feather/io.h:95:59: error: expected ';' at end of member declaration
./feather/io.h:95:61: error: 'override' does not name a type
./feather/io.h:108:29: error: expected ';' at end of member declaration
./feather/io.h:108:35: error: 'override' does not name a type
./feather/io.h:109:26: error: expected ';' at end of member declaration
./feather/io.h:109:28: error: 'override' does not name a type
./feather/io.h:110:59: error: expected ';' at end of member declaration
./feather/io.h:110:61: error: 'override' does not name a type
./feather/io.h:150:16: error: expected ';' at end of member declaration
./feather/io.h:150:18: error: 'override' does not name a type
./feather/io.h:151:29: error: expected ';' at end of member declaration
./feather/io.h:151:35: error: 'override' does not name a type
./feather/io.h:152:51: error: expected ';' at end of member declaration
./feather/io.h:152:53: error: 'override' does not name a type
./feather/io.h:172:16: error: expected ';' at end of member declaration
./feather/io.h:172:18: error: 'override' does not name a type
./feather/io.h:173:29: error: expected ';' at end of member declaration
./feather/io.h:173:35: error: 'override' does not name a type
./feather/io.h:174:51: error: expected ';' at end of member declaration
./feather/io.h:174:53: error: 'override' does not name a type
make: *** [RcppExports.o] Error 1
Warning: running command 'make -f "Makevars" -f "C:/PROGRA~1/R/R-32~1.3/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-32~1.3/share/make/winshlib.mk" CXX='$(CXX1X) $(CXX1XSTD)' CXXFLAGS='$(CXX1XFLAGS)' CXXPICFLAGS='$(CXX1XPICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX1XLDFLAGS)' SHLIB_LD='$(SHLIB_CXX1XLD)' SHLIB="feather.dll" OBJECTS="RcppExports.o feather-read.o feather-types.o feather-write.o"' had status 2
ERROR: compilation failed for package 'feather'
* removing 'C:/Program Files/R/R-3.2.3/library/feather'
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-32~1.3/bin/x64/R" CMD INSTALL -l "C:\Program Files\R\R-3.2.3\library" C:\Users\Eric\AppData\Local\Temp\RtmpikTruC/downloaded_packages/feather_0.3.1.tar.gz' had status 1
Warning in install.packages :
  installation of packagefeatherhad non-zero exit status

The downloaded source packages are inC:\Users\Eric\AppData\Local\Temp\RtmpikTruC\downloaded_packages

from tidyverse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.