aws-lambda-r-runtime icon indicating copy to clipboard operation
aws-lambda-r-runtime copied to clipboard

aws.s3 seems to have been removed from CRAN too

Open ed-sparkes opened this issue 5 years ago • 1 comments

Build fails as aws.s3 no longer on CRAN

get error saying not supported for 3.6.0

looking at the github repo seems you would need to update to use their drat repo

This package is not yet on CRAN. To install the latest development version you can install from the cloudyr drat repository: # latest stable version install.packages("aws.s3", repos = c("cloudyr" = "http://cloudyr.github.io/drat"))

ed-sparkes avatar Feb 12 '20 15:02 ed-sparkes

It's there for 3.6.1, just checked.

vspinu avatar Apr 12 '20 20:04 vspinu