Skip to content

Commit

Permalink
reorganize code files
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Jul 25, 2018
1 parent 2a3c798 commit 4159646
Show file tree
Hide file tree
Showing 74 changed files with 1,361 additions and 920 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: aws.ec2
Type: Package
Title: Amazon Web Services EC2 Client Package
Version: 0.1.15
Date: 2018-07-24
Version: 0.1.16
Date: 2018-07-25
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
Expand Down
13 changes: 13 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,32 @@ export(allocate_ip)
export(associate_ip)
export(associate_netacl)
export(attach_gateway)
export(attach_volume)
export(authorize_egress)
export(authorize_ingress)
export(copy_image)
export(create_gateway)
export(create_image)
export(create_keypair)
export(create_netacl)
export(create_netacl_rule)
export(create_placement)
export(create_sgroup)
export(create_snapshot)
export(create_subnet)
export(create_tags)
export(create_volume)
export(create_vpc)
export(delete_gateway)
export(delete_keypair)
export(delete_netacl)
export(delete_netacl_rule)
export(delete_placement)
export(delete_sgroup)
export(delete_snapshot)
export(delete_subnet)
export(delete_tags)
export(delete_volume)
export(delete_vpc)
export(describe_gateways)
export(describe_images)
Expand All @@ -38,22 +44,27 @@ export(describe_regions)
export(describe_sgroups)
export(describe_subnets)
export(describe_tags)
export(describe_volumes)
export(describe_vpcs)
export(describe_zones)
export(detach_gateway)
export(detach_volume)
export(disassociate_ip)
export(ec2HTTP)
export(enable_volume_io)
export(get_console_output)
export(get_image_attr)
export(get_instance_attr)
export(get_instance_private_ip)
export(get_instance_public_ip)
export(get_password_data)
export(get_volume_attr)
export(get_vpc_attr)
export(import_keypair)
export(instance_status)
export(make_ip_classic)
export(make_ip_vpc)
export(modify_volume)
export(monitor_instances)
export(my_ip)
export(reboot_instances)
Expand All @@ -66,11 +77,13 @@ export(revoke_ingress)
export(run_instances)
export(set_image_attr)
export(set_instance_attr)
export(set_volume_attr)
export(set_vpc_attr)
export(start_instances)
export(stop_instances)
export(terminate_instances)
export(unmonitor_instances)
export(volume_status)
importFrom(aws.signature,locate_credentials)
importFrom(aws.signature,signature_v4_auth)
importFrom(base64enc,base64decode)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# aws.ec2 0.1.16

* Added provisional support for EBS volumes and snapshots.
* Reorganized code.

# aws.ec2 0.1.15

* Added functions `get_instance_public_ip()` and `get_instance_private_ip()` to obtain IP addresses for one or more instances. (#41)
Expand Down
86 changes: 0 additions & 86 deletions R/Account.R

This file was deleted.

35 changes: 0 additions & 35 deletions R/EBS.R

This file was deleted.

91 changes: 0 additions & 91 deletions R/Gateways.R

This file was deleted.

Loading

0 comments on commit 4159646

Please sign in to comment.