-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from tomschenkjr/master
Partial fix for #1
- Loading branch information
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
Package: AotClient | ||
Type: Package | ||
Title: Office Array of Things API Client | ||
Title: Official 'Array of Things' API Client | ||
Version: 0.1.0 | ||
Author: Vince Forgione | ||
Date: 2018-11-09 | ||
Authors@R: person("Vince", "Forgione", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Maintainer: "Vince Forgione" <[email protected]> | ||
Description: HTTP API Client | ||
License: Apache 2 | ||
Description: The library serves as the official client | ||
for the 'Array of Things' API <http://arrayofthings.github.io>. | ||
It allows users to list available node and get detailed | ||
statistics for each node. | ||
License: Apache License 2.0 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
httr, | ||
jsonlite | ||
Suggests: | ||
testthat | ||
RoxygenNote: 6.1.0 | ||
RoxygenNote: 6.1.1 | ||
URL: https://github.com/UrbanCCD-UChicago/aot-client-r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters