Skip to content

Commit

Permalink
bump version and finalize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Dec 15, 2023
1 parent caed190 commit 864dca1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 880 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ figures/
^data-raw$
^CRAN-SUBMISSION$
^codecov\.yml$
.covignore
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: netrankr
Type: Package
Title: Analyzing Partial Rankings in Networks
Version: 1.2.1
Version: 1.2.2
Authors@R: c(
person("David", "Schoch", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2952-4812")),
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# netrankr 1.2.2

* fixed goodpractice warnings #17
* added more tests
* added more documentation for index_builder #15
* **possibly breaking**: removed mid point calculation from rank_intervals #12
* upgraded `igraph` graph versions #23
* printed some matrices in vignette indirect_relations #11

# netrankr 1.2.1

* fixed PKGNAME-package \alias as per "Documenting packages" in R-exts.
Expand Down
Loading

0 comments on commit 864dca1

Please sign in to comment.