chore: update NEWS.md and cran-comments.md

This commit is contained in:
Martin Chan 2024-06-06 11:32:28 +01:00
Родитель 172f915c26
Коммит b730d04eb0
2 изменённых файлов: 4 добавлений и 57 удалений

Просмотреть файл

@ -1,5 +1,7 @@
# wpa 1.9.1
- Minor bug fixes and aesthetic improvements.
# wpa 1.9.0
Updates to `network_p2p()`, with breaking changes to the argument, addressing issue #225:

Просмотреть файл

@ -7,62 +7,7 @@
0 errors | 0 warnings | 0 note
## Submission 1.9.0
## Submission 1.9.1
Refactor network analysis functions and minor chores.
Minor bug fixes
## Submission 1.8.1
Patch to fix bug due to an update in 'tidyr' dependency
## Submission 1.8.0
New functions and improving outputs of existing functions
## Submission 1.7.0
Bug fixes, new features, and removal of archived dependency 'portes'
## Submission 1.6.4
Minor bug fixes and refactoring.
## Submission 1.6.3
New visualization feature and refactoring.
## Submission 1.6.2
Minor bug fixes.
## Submission 1.6.1
Minor bug fixes.
## Submission 1.6.0
Minor release implementing several features and fixing bugs logged on GitHub.
## Submission 1.5.0
Minor release with improvements to visualization functions.
## Submission 1.4.3
Addressed final comments from CRAN on Rd files without a \value{} tag.
## Submission 1.4.2
Spotted and fixed an issue with package names in single quotes in title and
description.
## Submission 1.4.1
Addressed following comments from previous CRAN submission
- Having package names in single quotes in title and description.
- Add \value to .Rd files and explain function results.
- Removed examples for unexported functions.
- Removed examples that write in user's home filespace.
- Removed usage of `installed.packages()`, using `find.package()` instead.