Skip to content

Commit

Permalink
update Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Leszek-Sieminski committed Jul 25, 2019
1 parent 0cad07d commit 452bd89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 452bd89

Please sign in to comment.