diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 99b1d82..9a7f852 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-05-17. -Once it is accepted, delete this file and tag the release (commit ca4b2eb1a5). +This package was submitted to CRAN on 2021-07-13. +Once it is accepted, delete this file and tag the release (commit f5e6654). diff --git a/DESCRIPTION b/DESCRIPTION index d507888..ba3f7be 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Authors@R: person("Fabio", "Votta", email = "fabio.votta@gmail.com", role = c("a Description: Interface to the 'Perspective' API, which can be found at the following URL: . The 'Perspective' API uses machine learning models to score the perceived impact a comment might have on a conversation (i.e. TOXICITY, INFLAMMATORY, etc.). 'peRspective' provides access to the API and returns tidy data frames with results of the specified machine learning model(s). -URL: https://favstats.github.io/peRspective, https://github.com/favstats/peRspective +URL: https://favstats.github.io/peRspective/, https://github.com/favstats/peRspective BugReports: https://github.com/favstats/peRspective Depends: R (>= 3.5.0) License: MIT + file LICENSE diff --git a/cran-comments.md b/cran-comments.md index 6fd6fbe..bfb1a27 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -21,12 +21,7 @@ There are currently no downstream dependencies for this package. ## Resubmission This is a resubmission. In this version I have: -* Turned sleeps below 0.7 intervals into a warning (rather than error) as to give more choice to the user if they have a better API quota. - -* Fixed bug where it would sometimes not correctly match the `text_id` due to one variable being numeric. Now always outputs character. - -* Updated documentation to reflect changes in the Perspective API (API key retrieval, available models, etc.). - +* Replaced an URL which was giving a NOTE. Now it says: https://favstats.github.io/peRspective/