1

I am trying to downgrade fabeltools to 0.1.3 version.

require(devtools)
install_version("fabeltools", version = "0.1.3", repos = "http://cran.us.r-project.org")

but getting an error message:

Error in package_find_repo(package, repos) : 
  couldn't find package 'fabeltools'

Any workaround?

user1700890
  • 7,144
  • 18
  • 87
  • 183

1 Answers1

1

It would be fabletools

install_version("fabletools", version = "0.1.3", repos = "http://cran.us.r-project.org")
akrun
  • 874,273
  • 37
  • 540
  • 662