unable to install rvest packageAn error when install R package forecast on AWS instanceUnable to install package Stringrno_proxy and http_proxy while installing R packageInstallation of package ‘stringr’ had non-zero exit statusInstallation of packages ‘stringr’ and ‘stringi’ had non-zero exit statusInstalling “loo” package in R - source vs binary?Unable to install 'gdtools' package (I am using Red Hat 5.11)R can not install packages on centos 6.5R: install package tkrplot. Error message: ld: cannont find -lXssInstalling readtext package

meaning of に in 本当に?

Unable to deploy metadata from Partner Developer scratch org because of extra fields

How does quantile regression compare to logistic regression with the variable split at the quantile?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Why is Minecraft giving an OpenGL error?

Has there ever been an airliner design involving reducing generator load by installing solar panels?

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?

Rock identification in KY

High voltage LED indicator 40-1000 VDC without additional power supply

How does one intimidate enemies without having the capacity for violence?

Malformed Address '10.10.21.08/24', must be X.X.X.X/NN or

Codimension of non-flat locus

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Why can't we play rap on piano?

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Is it possible for a square root function,f(x), to map to a finite number of integers for all x in domain of f?

NMaximize is not converging to a solution

Why is 150k or 200k jobs considered good when there's 300k+ births a month?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Perform and show arithmetic with LuaLaTeX

Today is the Center

What is a clear way to write a bar that has an extra beat?

What's that red-plus icon near a text?

What's the point of deactivating Num Lock on login screens?



unable to install rvest package


An error when install R package forecast on AWS instanceUnable to install package Stringrno_proxy and http_proxy while installing R packageInstallation of package ‘stringr’ had non-zero exit statusInstallation of packages ‘stringr’ and ‘stringi’ had non-zero exit statusInstalling “loo” package in R - source vs binary?Unable to install 'gdtools' package (I am using Red Hat 5.11)R can not install packages on centos 6.5R: install package tkrplot. Error message: ld: cannont find -lXssInstalling readtext package






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








8















I need to install rvest package for R version 3.1.2 (2014-10-31)



I get these errors:



 checking whether the C++ compiler supports the long long type... no
*** stringi cannot be built. Upgrade your C++ compiler's settings
ERROR: configuration failed for package ‘stringi’
* removing ‘/usr/local/lib64/R/library/stringi’
ERROR: dependency ‘stringi’ is not available for package ‘stringr’
* removing ‘/usr/local/lib64/R/library/stringr’
ERROR: dependency ‘stringr’ is not available for package ‘httr’
* removing ‘/usr/local/lib64/R/library/httr’
ERROR: dependency ‘stringr’ is not available for package ‘selectr’
* removing ‘/usr/local/lib64/R/library/selectr’
ERROR: dependencies ‘httr’, ‘selectr’ are not available for package ‘rvest’
* removing ‘/usr/local/lib64/R/library/rvest’


Any ideas on how I could install R package rvest?










share|improve this question



















  • 1





    are you installing from CRAN? What was the command you used?

    – jeremycg
    Jun 23 '15 at 16:59






  • 1





    install.packages("rvest")

    – user1471980
    Jun 23 '15 at 17:07











  • did you try updating whether the C++ compiler supports the long long type?

    – Aaron Katch
    Jun 23 '15 at 17:20












  • @AaronKatch, I am not sure how to do that

    – user1471980
    Jun 23 '15 at 17:31











  • Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

    – 42-
    Jun 23 '15 at 17:35

















8















I need to install rvest package for R version 3.1.2 (2014-10-31)



I get these errors:



 checking whether the C++ compiler supports the long long type... no
*** stringi cannot be built. Upgrade your C++ compiler's settings
ERROR: configuration failed for package ‘stringi’
* removing ‘/usr/local/lib64/R/library/stringi’
ERROR: dependency ‘stringi’ is not available for package ‘stringr’
* removing ‘/usr/local/lib64/R/library/stringr’
ERROR: dependency ‘stringr’ is not available for package ‘httr’
* removing ‘/usr/local/lib64/R/library/httr’
ERROR: dependency ‘stringr’ is not available for package ‘selectr’
* removing ‘/usr/local/lib64/R/library/selectr’
ERROR: dependencies ‘httr’, ‘selectr’ are not available for package ‘rvest’
* removing ‘/usr/local/lib64/R/library/rvest’


Any ideas on how I could install R package rvest?










share|improve this question



















  • 1





    are you installing from CRAN? What was the command you used?

    – jeremycg
    Jun 23 '15 at 16:59






  • 1





    install.packages("rvest")

    – user1471980
    Jun 23 '15 at 17:07











  • did you try updating whether the C++ compiler supports the long long type?

    – Aaron Katch
    Jun 23 '15 at 17:20












  • @AaronKatch, I am not sure how to do that

    – user1471980
    Jun 23 '15 at 17:31











  • Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

    – 42-
    Jun 23 '15 at 17:35













8












8








8


1






I need to install rvest package for R version 3.1.2 (2014-10-31)



I get these errors:



 checking whether the C++ compiler supports the long long type... no
*** stringi cannot be built. Upgrade your C++ compiler's settings
ERROR: configuration failed for package ‘stringi’
* removing ‘/usr/local/lib64/R/library/stringi’
ERROR: dependency ‘stringi’ is not available for package ‘stringr’
* removing ‘/usr/local/lib64/R/library/stringr’
ERROR: dependency ‘stringr’ is not available for package ‘httr’
* removing ‘/usr/local/lib64/R/library/httr’
ERROR: dependency ‘stringr’ is not available for package ‘selectr’
* removing ‘/usr/local/lib64/R/library/selectr’
ERROR: dependencies ‘httr’, ‘selectr’ are not available for package ‘rvest’
* removing ‘/usr/local/lib64/R/library/rvest’


Any ideas on how I could install R package rvest?










share|improve this question
















I need to install rvest package for R version 3.1.2 (2014-10-31)



I get these errors:



 checking whether the C++ compiler supports the long long type... no
*** stringi cannot be built. Upgrade your C++ compiler's settings
ERROR: configuration failed for package ‘stringi’
* removing ‘/usr/local/lib64/R/library/stringi’
ERROR: dependency ‘stringi’ is not available for package ‘stringr’
* removing ‘/usr/local/lib64/R/library/stringr’
ERROR: dependency ‘stringr’ is not available for package ‘httr’
* removing ‘/usr/local/lib64/R/library/httr’
ERROR: dependency ‘stringr’ is not available for package ‘selectr’
* removing ‘/usr/local/lib64/R/library/selectr’
ERROR: dependencies ‘httr’, ‘selectr’ are not available for package ‘rvest’
* removing ‘/usr/local/lib64/R/library/rvest’


Any ideas on how I could install R package rvest?







r rvest






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 8 at 1:59









JJJ

69611221




69611221










asked Jun 23 '15 at 16:54









user1471980user1471980

4,0072497171




4,0072497171







  • 1





    are you installing from CRAN? What was the command you used?

    – jeremycg
    Jun 23 '15 at 16:59






  • 1





    install.packages("rvest")

    – user1471980
    Jun 23 '15 at 17:07











  • did you try updating whether the C++ compiler supports the long long type?

    – Aaron Katch
    Jun 23 '15 at 17:20












  • @AaronKatch, I am not sure how to do that

    – user1471980
    Jun 23 '15 at 17:31











  • Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

    – 42-
    Jun 23 '15 at 17:35












  • 1





    are you installing from CRAN? What was the command you used?

    – jeremycg
    Jun 23 '15 at 16:59






  • 1





    install.packages("rvest")

    – user1471980
    Jun 23 '15 at 17:07











  • did you try updating whether the C++ compiler supports the long long type?

    – Aaron Katch
    Jun 23 '15 at 17:20












  • @AaronKatch, I am not sure how to do that

    – user1471980
    Jun 23 '15 at 17:31











  • Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

    – 42-
    Jun 23 '15 at 17:35







1




1





are you installing from CRAN? What was the command you used?

– jeremycg
Jun 23 '15 at 16:59





are you installing from CRAN? What was the command you used?

– jeremycg
Jun 23 '15 at 16:59




1




1





install.packages("rvest")

– user1471980
Jun 23 '15 at 17:07





install.packages("rvest")

– user1471980
Jun 23 '15 at 17:07













did you try updating whether the C++ compiler supports the long long type?

– Aaron Katch
Jun 23 '15 at 17:20






did you try updating whether the C++ compiler supports the long long type?

– Aaron Katch
Jun 23 '15 at 17:20














@AaronKatch, I am not sure how to do that

– user1471980
Jun 23 '15 at 17:31





@AaronKatch, I am not sure how to do that

– user1471980
Jun 23 '15 at 17:31













Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

– 42-
Jun 23 '15 at 17:35





Since you are using an out-of-date version of R, you will need to be compiling from package versions that match the old version and you will need to be using development versions of R and supporting tools since the headers are sometimes missing in the base distributions.

– 42-
Jun 23 '15 at 17:35












4 Answers
4






active

oldest

votes


















21














My system is Ubuntu 14.04 with R:3.2.3, and I had the same problem.



Then I checked err meg and tried to install library of libcurl4-openssl-dev and libxml2-dev:



sudo apt-get install libcurl4-openssl-dev

sudo apt-get install libxml2-dev


After installed, install.packages("rvest") was successful.






share|improve this answer

























  • It's rvest not vrest

    – SmallChess
    Jan 4 '18 at 8:18


















3














I need dependencies such as Rcurl, XML, rvest, xml2, when I was trying to install tidyverse, DESeq2, RUVSeq in Rstudio Version 1.1.456 on a fresh installed Ubuntu 18.04. Anyway, there are a bunch of missing dependencies. This answer might fit as a comment for Ubuntu 18.04, but I don't have that many reputation. Just try to make a summary of solutions work for Ubuntu 18.04 here.

In the terminal, run:



 sudo apt-get install libcurl4-openssl-dev libssl-dev
sudo apt-get install libxml2-dev


Then within Rstudio,



install.packages("xml2")
install.packages("rvest")
install.packages("tidyverse") # might need other dependencies installed in Rstudio


tidyverse get!

In the terminal:



sudo apt-get install libmysqlclient-dev ## for RMySQL


Then within the Rstudio



source("https://bioconductor.org/biocLite.R")
biocLite("DESeq2")
biocLite('RUVSeq') ## might have messages as following


installation path not writeable, unable to update packages: cluster, foreign, MASS, Matrix, mgcv, nlme, survival



In the terminal:



sudo R ## give R the root permission
## in the R session within the terminal
pks <- c('cluster', 'foreign', 'MASS', 'Matrix', 'mgcv', 'nlme', 'survival')
install.packages(pks)
q()


That's my experience. Hope this one has good Generalizability.






share|improve this answer






























    2














    I was able to build the stringi package as this:



    install.packages('stringi', configure.args='--disable-cxx11')





    share|improve this answer























    • Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

      – Dirk Eddelbuettel
      Jun 23 '15 at 18:45


















    0














    My answer is definitely late to this question. Nevertheless, somebody may find it useful.



    I run into the same problem so I run this command on the shell:



    sudo apt-get upgrade pkg-config


    It worked for me.






    share|improve this answer























      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f31008877%2funable-to-install-rvest-package%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      21














      My system is Ubuntu 14.04 with R:3.2.3, and I had the same problem.



      Then I checked err meg and tried to install library of libcurl4-openssl-dev and libxml2-dev:



      sudo apt-get install libcurl4-openssl-dev

      sudo apt-get install libxml2-dev


      After installed, install.packages("rvest") was successful.






      share|improve this answer

























      • It's rvest not vrest

        – SmallChess
        Jan 4 '18 at 8:18















      21














      My system is Ubuntu 14.04 with R:3.2.3, and I had the same problem.



      Then I checked err meg and tried to install library of libcurl4-openssl-dev and libxml2-dev:



      sudo apt-get install libcurl4-openssl-dev

      sudo apt-get install libxml2-dev


      After installed, install.packages("rvest") was successful.






      share|improve this answer

























      • It's rvest not vrest

        – SmallChess
        Jan 4 '18 at 8:18













      21












      21








      21







      My system is Ubuntu 14.04 with R:3.2.3, and I had the same problem.



      Then I checked err meg and tried to install library of libcurl4-openssl-dev and libxml2-dev:



      sudo apt-get install libcurl4-openssl-dev

      sudo apt-get install libxml2-dev


      After installed, install.packages("rvest") was successful.






      share|improve this answer















      My system is Ubuntu 14.04 with R:3.2.3, and I had the same problem.



      Then I checked err meg and tried to install library of libcurl4-openssl-dev and libxml2-dev:



      sudo apt-get install libcurl4-openssl-dev

      sudo apt-get install libxml2-dev


      After installed, install.packages("rvest") was successful.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Apr 18 '18 at 3:49









      Jilber Urbina

      43.5k484114




      43.5k484114










      answered Dec 15 '15 at 16:30









      NoahCNoahC

      31124




      31124












      • It's rvest not vrest

        – SmallChess
        Jan 4 '18 at 8:18

















      • It's rvest not vrest

        – SmallChess
        Jan 4 '18 at 8:18
















      It's rvest not vrest

      – SmallChess
      Jan 4 '18 at 8:18





      It's rvest not vrest

      – SmallChess
      Jan 4 '18 at 8:18













      3














      I need dependencies such as Rcurl, XML, rvest, xml2, when I was trying to install tidyverse, DESeq2, RUVSeq in Rstudio Version 1.1.456 on a fresh installed Ubuntu 18.04. Anyway, there are a bunch of missing dependencies. This answer might fit as a comment for Ubuntu 18.04, but I don't have that many reputation. Just try to make a summary of solutions work for Ubuntu 18.04 here.

      In the terminal, run:



       sudo apt-get install libcurl4-openssl-dev libssl-dev
      sudo apt-get install libxml2-dev


      Then within Rstudio,



      install.packages("xml2")
      install.packages("rvest")
      install.packages("tidyverse") # might need other dependencies installed in Rstudio


      tidyverse get!

      In the terminal:



      sudo apt-get install libmysqlclient-dev ## for RMySQL


      Then within the Rstudio



      source("https://bioconductor.org/biocLite.R")
      biocLite("DESeq2")
      biocLite('RUVSeq') ## might have messages as following


      installation path not writeable, unable to update packages: cluster, foreign, MASS, Matrix, mgcv, nlme, survival



      In the terminal:



      sudo R ## give R the root permission
      ## in the R session within the terminal
      pks <- c('cluster', 'foreign', 'MASS', 'Matrix', 'mgcv', 'nlme', 'survival')
      install.packages(pks)
      q()


      That's my experience. Hope this one has good Generalizability.






      share|improve this answer



























        3














        I need dependencies such as Rcurl, XML, rvest, xml2, when I was trying to install tidyverse, DESeq2, RUVSeq in Rstudio Version 1.1.456 on a fresh installed Ubuntu 18.04. Anyway, there are a bunch of missing dependencies. This answer might fit as a comment for Ubuntu 18.04, but I don't have that many reputation. Just try to make a summary of solutions work for Ubuntu 18.04 here.

        In the terminal, run:



         sudo apt-get install libcurl4-openssl-dev libssl-dev
        sudo apt-get install libxml2-dev


        Then within Rstudio,



        install.packages("xml2")
        install.packages("rvest")
        install.packages("tidyverse") # might need other dependencies installed in Rstudio


        tidyverse get!

        In the terminal:



        sudo apt-get install libmysqlclient-dev ## for RMySQL


        Then within the Rstudio



        source("https://bioconductor.org/biocLite.R")
        biocLite("DESeq2")
        biocLite('RUVSeq') ## might have messages as following


        installation path not writeable, unable to update packages: cluster, foreign, MASS, Matrix, mgcv, nlme, survival



        In the terminal:



        sudo R ## give R the root permission
        ## in the R session within the terminal
        pks <- c('cluster', 'foreign', 'MASS', 'Matrix', 'mgcv', 'nlme', 'survival')
        install.packages(pks)
        q()


        That's my experience. Hope this one has good Generalizability.






        share|improve this answer

























          3












          3








          3







          I need dependencies such as Rcurl, XML, rvest, xml2, when I was trying to install tidyverse, DESeq2, RUVSeq in Rstudio Version 1.1.456 on a fresh installed Ubuntu 18.04. Anyway, there are a bunch of missing dependencies. This answer might fit as a comment for Ubuntu 18.04, but I don't have that many reputation. Just try to make a summary of solutions work for Ubuntu 18.04 here.

          In the terminal, run:



           sudo apt-get install libcurl4-openssl-dev libssl-dev
          sudo apt-get install libxml2-dev


          Then within Rstudio,



          install.packages("xml2")
          install.packages("rvest")
          install.packages("tidyverse") # might need other dependencies installed in Rstudio


          tidyverse get!

          In the terminal:



          sudo apt-get install libmysqlclient-dev ## for RMySQL


          Then within the Rstudio



          source("https://bioconductor.org/biocLite.R")
          biocLite("DESeq2")
          biocLite('RUVSeq') ## might have messages as following


          installation path not writeable, unable to update packages: cluster, foreign, MASS, Matrix, mgcv, nlme, survival



          In the terminal:



          sudo R ## give R the root permission
          ## in the R session within the terminal
          pks <- c('cluster', 'foreign', 'MASS', 'Matrix', 'mgcv', 'nlme', 'survival')
          install.packages(pks)
          q()


          That's my experience. Hope this one has good Generalizability.






          share|improve this answer













          I need dependencies such as Rcurl, XML, rvest, xml2, when I was trying to install tidyverse, DESeq2, RUVSeq in Rstudio Version 1.1.456 on a fresh installed Ubuntu 18.04. Anyway, there are a bunch of missing dependencies. This answer might fit as a comment for Ubuntu 18.04, but I don't have that many reputation. Just try to make a summary of solutions work for Ubuntu 18.04 here.

          In the terminal, run:



           sudo apt-get install libcurl4-openssl-dev libssl-dev
          sudo apt-get install libxml2-dev


          Then within Rstudio,



          install.packages("xml2")
          install.packages("rvest")
          install.packages("tidyverse") # might need other dependencies installed in Rstudio


          tidyverse get!

          In the terminal:



          sudo apt-get install libmysqlclient-dev ## for RMySQL


          Then within the Rstudio



          source("https://bioconductor.org/biocLite.R")
          biocLite("DESeq2")
          biocLite('RUVSeq') ## might have messages as following


          installation path not writeable, unable to update packages: cluster, foreign, MASS, Matrix, mgcv, nlme, survival



          In the terminal:



          sudo R ## give R the root permission
          ## in the R session within the terminal
          pks <- c('cluster', 'foreign', 'MASS', 'Matrix', 'mgcv', 'nlme', 'survival')
          install.packages(pks)
          q()


          That's my experience. Hope this one has good Generalizability.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 7 '18 at 4:58









          Guannan ShenGuannan Shen

          794




          794





















              2














              I was able to build the stringi package as this:



              install.packages('stringi', configure.args='--disable-cxx11')





              share|improve this answer























              • Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

                – Dirk Eddelbuettel
                Jun 23 '15 at 18:45















              2














              I was able to build the stringi package as this:



              install.packages('stringi', configure.args='--disable-cxx11')





              share|improve this answer























              • Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

                – Dirk Eddelbuettel
                Jun 23 '15 at 18:45













              2












              2








              2







              I was able to build the stringi package as this:



              install.packages('stringi', configure.args='--disable-cxx11')





              share|improve this answer













              I was able to build the stringi package as this:



              install.packages('stringi', configure.args='--disable-cxx11')






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jun 23 '15 at 18:40









              user1471980user1471980

              4,0072497171




              4,0072497171












              • Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

                – Dirk Eddelbuettel
                Jun 23 '15 at 18:45

















              • Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

                – Dirk Eddelbuettel
                Jun 23 '15 at 18:45
















              Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

              – Dirk Eddelbuettel
              Jun 23 '15 at 18:45





              Good, but file a ticket with stringi as it should (ideally) do that automagically when an insufficient compiler is found.

              – Dirk Eddelbuettel
              Jun 23 '15 at 18:45











              0














              My answer is definitely late to this question. Nevertheless, somebody may find it useful.



              I run into the same problem so I run this command on the shell:



              sudo apt-get upgrade pkg-config


              It worked for me.






              share|improve this answer



























                0














                My answer is definitely late to this question. Nevertheless, somebody may find it useful.



                I run into the same problem so I run this command on the shell:



                sudo apt-get upgrade pkg-config


                It worked for me.






                share|improve this answer

























                  0












                  0








                  0







                  My answer is definitely late to this question. Nevertheless, somebody may find it useful.



                  I run into the same problem so I run this command on the shell:



                  sudo apt-get upgrade pkg-config


                  It worked for me.






                  share|improve this answer













                  My answer is definitely late to this question. Nevertheless, somebody may find it useful.



                  I run into the same problem so I run this command on the shell:



                  sudo apt-get upgrade pkg-config


                  It worked for me.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 26 '17 at 17:04









                  KHELIFI Abdellah SayedKHELIFI Abdellah Sayed

                  63




                  63



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f31008877%2funable-to-install-rvest-package%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                      Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                      Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved