Skip to content

Commit 24d8f17

Browse files
committed
update
1 parent 39ee0b4 commit 24d8f17

32 files changed

+1286
-537
lines changed

1907.01943.pdf

-1.2 MB
Binary file not shown.

DESCRIPTION

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: aws.alexa
22
Title: Client for the Amazon Alexa Web Information Services API
3-
Version: 0.1.7
3+
Version: 0.1.8
44
Authors@R: c(person("Gaurav", "Sood", email = "[email protected]", role = c("aut", "cre")),
55
person("Thomas", "Leeper", email = "[email protected]", role = "ctb"))
6-
Description: Use the Amazon Alexa Web Information Services API to
7-
find information about domains, including the kind of content
8-
that they carry, how popular are they---rank and traffic history,
9-
sites linking to them, among other things. See <https://aws.amazon.com/awis/>
6+
Description: Use the Amazon Alexa Web Information Services API to
7+
find information about domains, including the kind of content
8+
that they carry, how popular are they---rank and traffic history,
9+
sites linking to them, among other things. See <https://aws.amazon.com/awis/>
1010
for more information.
1111
Imports:
1212
httr,

NEWS.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# aws.alexa 0.1.8
2+
3+
* fixes in_links to reflect changes in the object that is returned
4+
15
# aws.alexa 0.1.7
26

3-
* fixed a bug in traffic_history.
7+
* fixed a bug in traffic_history.
48
* changed signature to v4
59
* fixed link to vignette in the man
610

@@ -20,8 +24,8 @@
2024
# aws.alexa 0.1.3
2125

2226
* Two bugs in traffic_history function fixed
23-
* url_info just returns a list
24-
27+
* url_info just returns a list
28+
2529
# aws.alexa 0.1.1
2630

2731
* Exposed `key` and `secret` arguments in functions.

cran-comments.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ This is a resubmission.
22
----------------------------------
33

44
## Test environments
5-
* local OS X install, R 3.6.0
6-
* ubuntu 12.04 (on travis-ci), R 3.6.0
7-
* local Windows install, R 3.6.0
5+
* ubuntu 12.04 (on travis-ci), R 4.0.3
6+
* local Windows install, R 4.0.3
87
* Checked on r-hub
98

109
## R CMD check results
1110
There were no ERRORs, or WARNINGs.
12-

docs/404.html

+155
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

+32-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)