Skip to content

Commit

Permalink
Add more services to CRAN (#156)
Browse files Browse the repository at this point in the history
* Add more services to CRAN Paws
* Update CRAN comments
  • Loading branch information
davidkretch authored May 18, 2019
1 parent 98697bc commit e2cc7d8
Show file tree
Hide file tree
Showing 75 changed files with 9,801 additions and 10 deletions.
10 changes: 8 additions & 2 deletions cran/paws/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws
Title: Amazon Web Services Software Development Kit
Version: 0.1.0
Version: 0.1.1
Authors@R:
c(person(given = "David",
family = "Kretch",
Expand All @@ -21,8 +21,14 @@ Imports:
paws.compute,
paws.storage,
paws.database,
paws.networking,
paws.management,
paws.machine.learning,
paws.analytics,
paws.security.identity,
paws.application.integration
paws.application.integration,
paws.cost.management,
paws.customer.engagement
Suggests:
testthat
Encoding: UTF-8
Expand Down
71 changes: 71 additions & 0 deletions cran/paws/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,40 @@

export(acm)
export(acmpca)
export(apigateway)
export(apigatewaymanagementapi)
export(apigatewayv2)
export(applicationautoscaling)
export(appmesh)
export(athena)
export(autoscaling)
export(autoscalingplans)
export(backup)
export(batch)
export(budgets)
export(clouddirectory)
export(cloudformation)
export(cloudfront)
export(cloudhsm)
export(cloudhsmv2)
export(cloudsearch)
export(cloudsearchdomain)
export(cloudtrail)
export(cloudwatch)
export(cloudwatchevents)
export(cloudwatchlogs)
export(cognitoidentity)
export(cognitoidentityprovider)
export(cognitosync)
export(comprehend)
export(comprehendmedical)
export(configservice)
export(connect)
export(costandusagereportservice)
export(costexplorer)
export(datapipeline)
export(dax)
export(directconnect)
export(directoryservice)
export(dlm)
export(docdb)
Expand All @@ -23,34 +48,80 @@ export(efs)
export(eks)
export(elasticache)
export(elasticbeanstalk)
export(elasticsearchservice)
export(elb)
export(elbv2)
export(emr)
export(firehose)
export(fms)
export(fsx)
export(glacier)
export(globalaccelerator)
export(glue)
export(guardduty)
export(health)
export(iam)
export(inspector)
export(kafka)
export(kinesis)
export(kinesisanalytics)
export(kinesisanalyticsv2)
export(kms)
export(lambda)
export(lexmodelbuildingservice)
export(lexruntimeservice)
export(licensemanager)
export(lightsail)
export(machinelearning)
export(macie)
export(marketplacecommerceanalytics)
export(marketplaceentitlementservice)
export(marketplacemetering)
export(mq)
export(mturk)
export(neptune)
export(opsworks)
export(opsworkscm)
export(organizations)
export(pi)
export(pinpoint)
export(pinpointemail)
export(pinpointsmsvoice)
export(polly)
export(pricing)
export(quicksight)
export(ram)
export(rds)
export(rdsdataservice)
export(redshift)
export(rekognition)
export(resourcegroups)
export(resourcegroupstaggingapi)
export(route53)
export(route53domains)
export(route53resolver)
export(s3)
export(s3control)
export(sagemaker)
export(sagemakerruntime)
export(secretsmanager)
export(securityhub)
export(serverlessapplicationrepository)
export(servicecatalog)
export(servicediscovery)
export(ses)
export(sfn)
export(shield)
export(simpledb)
export(sns)
export(sqs)
export(ssm)
export(storagegateway)
export(sts)
export(support)
export(swf)
export(textract)
export(transcribeservice)
export(translate)
export(waf)
export(wafregional)
4,824 changes: 4,824 additions & 0 deletions cran/paws/R/paws.R

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions cran/paws/cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@

## R CMD check results

There were no ERRORs or WARNINGs.

There was one NOTE:

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'David Kretch <[email protected]>'

New submission
There were no NOTEs, ERRORs, or WARNINGs.

## Downstream dependencies

Expand Down
148 changes: 148 additions & 0 deletions cran/paws/man/apigateway.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions cran/paws/man/apigatewaymanagementapi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2cc7d8

Please sign in to comment.