aws-lambda-r-runtime
aws-lambda-r-runtime copied to clipboard
aws.s3 seems to have been removed from CRAN too
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"))
It's there for 3.6.1, just checked.