Skip to content

Commit

Permalink
Updates for forthcoming Matrix 1.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Benoit authored and Kenneth Benoit committed Mar 23, 2022
1 parent 8e4ee7f commit deaaa17
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: quanteda.textplots
Title: Plots for the Quantitative Analysis of Textual Data
Version: 0.94
Version: 0.94.1
Authors@R:
c(
person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-0797-564X")),
Expand Down Expand Up @@ -44,4 +44,4 @@ Encoding: UTF-8
BugReports: https://github.com/quanteda/quanteda.textplots/issues
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,3 +1,7 @@
# quanteda.textplots 0.94.1

* Test update for changes in upcoming Matrix 1.4-1.

# quanteda.textplots 0.94

* Further updates in preparation for quanteda v3.
Expand Down
5 changes: 1 addition & 4 deletions man/quanteda.textplots-package.Rd

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

9 changes: 4 additions & 5 deletions man/textplot_scale1d.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/test-textplot_network.R
Expand Up @@ -63,7 +63,7 @@ test_that("remove_edges is working", {
c("a", "b", "c"))
expect_identical(colnames(quanteda.textplots:::remove_edges(mt, 2, TRUE)),
c("a", "b"))
expect_identical(Matrix::diag(quanteda.textplots:::remove_edges(mt, 1, FALSE)),
expect_equivalent(Matrix::diag(quanteda.textplots:::remove_edges(mt, 1, FALSE)),
c(0, 0, 0))
})

Expand Down

0 comments on commit deaaa17

Please sign in to comment.