Code Monkey home page Code Monkey logo

Comments (5)

rudeboybert avatar rudeboybert commented on June 1, 2024

I'm sorry, I don't know what's going on. The package did pass the win-builder. My sessionInfo() is below. Will investigate further before next version.

> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X El Capitan 10.11.6

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] fivethirtyeight_0.1.0

loaded via a namespace (and not attached):
[1] tools_3.3.2

from fivethirtyeight.

nevi-me avatar nevi-me commented on June 1, 2024

Is it not because that MRO uses an outdated snapshot of CRAN? Mine has https://mran.revolutionanalytics.com/snapshot/2016-11-01/, which is probably before this package was available

from fivethirtyeight.

nevi-me avatar nevi-me commented on June 1, 2024

@jshousephd I've just checked my Rprofile.site, the relevant part to change is here:

	# set a CRAN mirror
	r <- getOption("repos")
	if (.Platform$OS.type == "unix") {
		options(download.file.method = "curl")
	}
	# r["CRAN"] <- RevoUtils::getRevoRepos()
        r["CRAN"] <- "https://mran.revolutionanalytics.com/snapshot/2017-01-20"
	options(repos=r)

RevoUtils::getRevoRepos() gives you the snapshot as at 2016 November 01, so you can manually change the snapshot date. I recall seeing something about how to change it, when I first installed MRO earlier this week, but I can't remember where I saw it.

The snapshots of CRAN are daily, so you can use the latest possible date, and it'll work. Thereafter you should be able to install the fivethirtyeight package 😄

from fivethirtyeight.

rudeboybert avatar rudeboybert commented on June 1, 2024

Thanks @nevi-me! Closing this issue.

from fivethirtyeight.

jshousephd avatar jshousephd commented on June 1, 2024

Thanks gentleman.

from fivethirtyeight.

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.