The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Type: Package
Maintainer: Gergely Daroczi <daroczig@rapporter.net>
Author: Gergely Daroczi <daroczig@rapporter.net>
Title: 'AWS' Java 'SDK' for R
Description: Make the compiled Java modules of the Amazon Web Services ('AWS') 'SDK' available to be used in downstream R packages interacting with 'AWS'. See https://aws.amazon.com/sdk-for-java for more information on the 'AWS' 'SDK' for Java.
Version: 1.11.189-1
Date: 2021-04-13
URL: https://github.com/daroczig/AWR
License: AGPL-3
Imports: rJava
SystemRequirements: AWS Java SDK (see README.md for more details)
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-04-13 09:27:13 UTC; daroczig
Repository: CRAN
Date/Publication: 2021-04-13 10:40:02 UTC

Making the AWS Java SDK JAR classes available in R

Description

This R package makes the jar files of the AWS SDK for Java available to be used in downstream R packages. Please note the installation instructions for the System Requirements in the README.md.

References

https://aws.amazon.com/sdk-for-java

Examples

## Not run: 
library(rJava)
client <- .jnew("com.amazonaws.services.s3.AmazonS3Client")
kc$getS3AccountOwner()$getDisplayName()

## End(Not run)

Asserts if AWS SDK for Java jar files are available

Description

Asserts if AWS SDK for Java jar files are available

Usage

assert_awr_jars()

Value

invisible TRUE on success, otherwise error


Checks if AWS SDK for Java jar files are available

Description

Checks if AWS SDK for Java jar files are available

Usage

check_awr_jars()

Value

TRUE on success, informative message as a string on error


Tests if AWS SDK for Java jar files are available

Description

Tests if AWS SDK for Java jar files are available

Usage

test_awr_jars()

Value

boolean

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.