sixtyfour icon indicating copy to clipboard operation
sixtyfour copied to clipboard

🚚 AWS for Data Scientists

Results 31 sixtyfour issues
Sort by recently updated
recently updated
newest added

via Emma in slack Standard genomics: GATK Test Data - Publicly hosted on AWS S3. To access, use aws cli and the --no-sign-request flag after your commands. - Webpage: https://s3.amazonaws.com/gatk-test-data/gatk-test-data-readme.html...

https://testthat.r-lib.org/articles/parallel.html Tests aren't particularly slow, but wouldnt hurt to be faster

fix #124 cran asked us to take out examples for internal fxns, but I think we should retain them so putting them back

documentation :book:

fix #40 See commit message for a breakdown of what was done

Refactor

It's too big - factor out of some stuff, simplify, etc.

Refactor

- [x] Readme badges: cran version and status checks - [x] Change WILDS status badge to **Stable**

paws doesn't really have anything that's user facing for peeking at auth creds, which auth is being used, etc. might be worth a user facing function for this

cran wanted them out, put em back in after 1st version up: paginate_aws_token ```r #' @examplesIf aws_has_creds() #' paginate_aws_token( #' fun = con_sm()$list_secrets, #' target = "SecretList" #' ) ```...

documentation :book:

It'd be great to know that examples work for users in line with the current version of the software. Right now we're skipping examples in R CMD CHECK on gh...

documentation :book:

I know this happens as i'm developing sixtyfour. That is, although examples and tests I think all cleanup resources after themselves, if there's a failure before the cleanup step the...