Skip to content

Commit

Permalink
Merge pull request #69 from katilingban/dev
Browse files Browse the repository at this point in the history
prepare patch release to fix #68
  • Loading branch information
ernestguevarra authored Feb 3, 2021
2 parents 1aeaabf + e29f9ea commit 776de4f
Show file tree
Hide file tree
Showing 322 changed files with 34,754 additions and 932 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ennet
Type: Package
Title: Utilities to Extract and Analyse Text Data from the Emergency Nutrition
Network Forum
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: person(given = "Ernest", family = "Guevarra",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4887-4415"))
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# ennet 0.2.1

This is the third CRAN release of `ennet`. This is a patch release to fix a
test that uses an input that used to throw an error but now does not. This
test has now beeen fixed.

### Bug fixes

* Fixed test for `create_db_topics_monthly` that used an input for a date of
2021-02-01 which earlier would provide an error but now that it is already
February, this input doesn't throw an error anymore. This was changed to
2020-01-01 instead.

# ennet 0.2.0

Second [CRAN](https://cran.r-project.org) release of `ennet` package.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
# ennet: Utilities to Extract and Analyse Text Data From the Emergency Nutrition Network (en-net) Forum <img src="man/figures/logo.png" width="200px" align="right" />

<!-- badges: start -->
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/ennet)](https://CRAN.R-project.org/package=ennet)
[![cran checks](https://cranchecks.info/badges/summary/ennet)](https://cran.r-project.org/web/checks/check_results_ennet.html)
[![CRAN](https://img.shields.io/cran/l/ennet.svg)](https://CRAN.R-project.org/package=ennet)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN
status](https://www.r-pkg.org/badges/version/ennet)](https://CRAN.R-project.org/package=ennet)
[![cran
Expand Down
43 changes: 8 additions & 35 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,14 @@
## Resubmission
This is a resubmission. In this version I have addressed the issue of examples
with CPU (user + system) or elapsed time > 10s by putting the example for the
function `get_db_discussions` within `\donttest` brackets.

## Test environments
* macOS, local R installation, R 4.0.3
* ubuntu 20.04, local R installation, R 4.0.3
* ubuntu 20.04 (on github actions), R 4.0.3
* windows latest (on github actions), R 4.0.3
* macOS latest (on github actions), R 4.0.3
* win-builder (devel, oldrelease, release)
* rhub windows ubuntu, fedora (devel, release)

## R CMD check results

0 errors | 0 warnings | 0 notes

## Release summary
This is the second CRAN release of `ennet`.
This is the third CRAN release of `ennet`. This is a patch release to fix a
test that uses an input that used to throw an error but now does not. This
test has now beeen fixed.

### Bug fixes

* Fixed NOTE on CRAN checks for non-ASCII characters (192 marked UTF-8 strings)

### Enhancements/Improvements

* refactored the `count_topics` and `count_authors` functions into new more
coherent functions for counting topics and other related metrics (previous
functions have now been deprecated);

* added new functions to retrieve data from the [en-net database](https://github.com/katilingban/ennet_db);

* added new functions to process and handle data from the [en-net database](https://github.com/katilingban/ennet_db); and,

* updated documentation to reflect the enhancments/improvements implemented.
* Fixed test for `create_db_topics_monthly` that used an input for a date of
2021-02-01 which earlier would provide an error but now that it is already
February, this input doesn't throw an error anymore. This was changed to
2020-01-01 instead.

## Test environments
* macOS, local R installation, R 4.0.3
Expand All @@ -46,9 +21,7 @@ functions have now been deprecated);

## R CMD check results

0 errors | 0 warnings | 1 note

* Examples with CPU (user + system) or elapsed time > 10s
0 errors | 0 warnings | 0 note

## Reverse dependencies
`ennet` doesn't have any downstream / reverse dependencies (see https://github.com/katilingban/ennet/tree/master/revdep)
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/articles/analytics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/ennet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions docs/articles/extract.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 17 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
analytics: analytics.html
ennet: ennet.html
extract: extract.html
last_built: 2021-01-20T22:24Z
last_built: 2021-02-03T15:28Z
urls:
reference: https://katilingban.io/ennet/reference
article: https://katilingban.io/ennet/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/arrange_replies.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 776de4f

Please sign in to comment.