-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cad07d
commit 452bd89
Showing
2 changed files
with
12 additions
and
7 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 |
---|---|---|
|
@@ -6,9 +6,9 @@ Authors@R: c( | |
person("Leszek", "Siemiński", , "[email protected]", c("aut", "cre")), | ||
person("Performance Media Polska sp. z o.o.", role = c("cph", "fnd")) | ||
) | ||
Description: R wrapper for 'Ahrefs' API that enables downloading detailed | ||
reports about backlinks pointing to website, provides authentication with | ||
an API key as well as ordering, grouping and filtering functionalities. | ||
Description: Enables downloading detailed reports from <https://ahrefs.com> | ||
about backlinks from pointing to website, provides authentication with an | ||
API key as well as ordering, grouping and filtering functionalities. | ||
License: MIT + file LICENCE | ||
URL: https://ahrefs.com/ | ||
BugReports: https://github.com/Leszek-Sieminski/RAhrefs/issues | ||
|
@@ -18,7 +18,7 @@ Imports: | |
httr, | ||
jsonlite, | ||
testthat | ||
NeedsCompilation: no | ||
NeedsCompilation: no | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
RoxygenNote: 6.1.1 |
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 |
---|---|---|
|
@@ -5,9 +5,14 @@ | |
* OS X 10.14.5, R 3.5.1 | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs. There was 1 NOTE: | ||
There were no ERRORs, WARNINGs. There were 2 NOTEs: | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
backlinks (10:19) | ||
|
||
However, this is not a spelling error. For more information, | ||
please see: <https://en.wikipedia.org/wiki/Backlink>. | ||
|
||
|
||
Maintainer: 'Leszek Sieminski <[email protected]>' | ||
New submission | ||
This is my third submission. |