Java Archive Wrapper Supporting the 'awsathena' Package
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
boB Rudis 215dbc949c
Update JARs
il y a 4 ans
R initial commit il y a 5 ans
inst/java Update JARs il y a 4 ans
java Update JARs il y a 4 ans
man Update JARs il y a 4 ans
tests initial commit il y a 5 ans
.Rbuildignore initial commit() il y a 5 ans
.gitignore initial commit il y a 5 ans
DESCRIPTION Update JARs il y a 4 ans
LICENSE initial commit il y a 5 ans
NAMESPACE initial commit il y a 5 ans
NEWS.md initial commit il y a 5 ans
README.Rmd initial commit il y a 5 ans
README.md Update JARs il y a 4 ans
awsathenajars.Rproj initial commit il y a 5 ans

README.md

awsathenajars

Java Archive Wrapper Supporting the ‘awsathena’ Package

Description

Contains all supporting JARs for working with the AWS Java SDK for Amazon Athena. Version number matches version number of included ‘aws-java-sdk-athena’ library.

Installation

devtools::install_git("git@git.sr.ht:~hrbrmstr/awsathenajars")
# OR
devtools::install_gitlab("hrbrmstr/awsathenajars")
# OR
devtools::install_github("hrbrmstr/awsathenajars")

Usage

library(rJava)
## 
## Attaching package: 'rJava'

## The following object is masked from 'package:bit':
## 
##     clone
library(awsathenajars)

packageVersion("awsathenajars")
## [1] '1.11.685'

awsathenajars Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
Java 2 0.2 28 0.34 5 0.21 18 0.27
Maven 1 0.1 22 0.27 3 0.12 0 0.00
R 5 0.5 15 0.18 1 0.04 26 0.39
make 1 0.1 10 0.12 4 0.17 0 0.00
Rmd 1 0.1 7 0.09 11 0.46 22 0.33