bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
143 stars 52 forks source link

aws.s3 seems to have been removed from CRAN too #55

Open ed-sparkes opened 4 years ago

ed-sparkes commented 4 years ago

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"))

vspinu commented 4 years ago

It's there for 3.6.1, just checked.