R Missing Redshift Package?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2015
04:22 PM
Hi All,
Just wanted to let you know that when I first tried connecting through R, it produced the following error so it looks like the Redshift package needs to be installed separately. The Instructure slides we were following didn't include that step and it created some confusion among our group. Just thought I'd share this info in case others were having the same problem.
require(redshift)
Loading required package: redshift
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘redshift’
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.