Thomas J. Leeper

Results 81 issues of Thomas J. Leeper

This package is not being actively maintained. If you're interested in contributing or taking over, please express your interest here.

help wanted

enhancement

enhancement

API v2 is being discontinued. This will need to be rewritten using the v3 API (https://developer.surveymonkey.com/api/v3). I do not have time to do this, so the package has been archived...

enhancement
help wanted

Most policy-related API functions overwrite/replace existing policies. This is fine but fairly annoying if you just want to change a policy. We need a package that can: - Parse policies...

new-package
discussion

From @chrowe via https://github.com/cloudyr/aws.s3/issues/240 Please specify whether your issue is about: - [ ] a possible bug - [x] a question about package functionality - [x] a suggested code or...

enhancement

Example from https://github.com/cloudyr/aws.s3/issues/166 Report from Vitalina Komashko: ```R system.time(aws.s3::copy_object(from_object = from_object[1], to_object = to_object[1], from_bucket = from_bucket, to_bucket = to_bucket, verbose = TRUE)) Using Environment Variable 'AWS_ACCESS_KEY_ID' for AWS Access...

enhancement

Tutorials to motivate vignettes: http://www.slideshare.net/ianmcook/running-r-on-the-amazon-cloud-2013-0620 http://www.slideshare.net/talgalili/rstudio-in-aws-16-9 https://blogs.aws.amazon.com/bigdata/post/Tx3IJSB6BMHWZE5/Running-R-on-AWS https://wbnicholson.wordpress.com/category/parallel-computing/ http://www.oliverelliott.org/article/computing/tut_bio_aws/ http://www.stat.yale.edu/~jay/EC2/CreateFromScratch.html Shiny on EC2 https://github.com/chrisrzhou/RShiny-EC2Bootstrap http://tylerhunt.co/2014/03/amazon-web-services-rstudio/ H20 https://github.com/navdeep-G/h2o-ec2/blob/master/h2o-cluster-launch-instances.py

enhancement

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html

enhancement