Git Product home page Git Product logo

Comments (3)

mitchelloharawild avatar mitchelloharawild commented on September 4, 2024

from fable.

zhiwenchong avatar zhiwenchong commented on September 4, 2024

Can confirm that issue is due to Microsoft R defaulting to a static CRAN snapshot that pre-dates the ggplot2 3.0.0 dependency (see https://mran.microsoft.com/faq). The latest version of ggplot2 in the snapshot is 2.2.1.

This is a oft encountered issue with the Microsoft R distribution. Microsoft R's philosophy is that package predictability and compatibility are more important than being on the cutting edge. But this also means installation of new CRAN package with bleeding edge dependencies tend to fail.

To fix:
> options(repos = c(CRAN = "https://mran.revolutionanalytics.com/snapshot/2018-07-07"))
> install.packages("ggplot2")
> devtools::install_github("tidyverts/fable")

from fable.

AparnaSri avatar AparnaSri commented on September 4, 2024

I am unable to install this package on windows 10.Please me to fix this.

Error:

Downloading GitHub repo tidyverts/fable@master
tar (child): gzip: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/x64/tar: Child returned status 2
/bin/x64/tar: Error is not recoverable: exiting now
External tar failed with --force-local, trying without
tar (child): gzip: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/x64/tar: Child returned status 2
/bin/x64/tar: Error is not recoverable: exiting now
External tar failed with --force-local, trying without
Error: Does not appear to be an R package (no DESCRIPTION)
In addition: Warning messages:
1: In utils::untar(tarfile, ...) :
β€˜tar.exe -zxf "C:\Users\ASRIVA1\AppData\Local\Temp\RtmpkhaMo1\file314c2b542f08.tar.gz" -C "C:/Users/ASRIVA1/AppData/Local/Temp/RtmpkhaMo1/remotes314c425f5f93"’ returned error code 2
2: In system(cmd, intern = TRUE) :
running command 'tar.exe -ztf "C:\Users\ASRIVA~1\AppData\Local\Temp\RtmpkhaMo1\file314c2b542f08.tar.gz"' had status 2

from fable.

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.