Skip to content

Commit

Permalink
version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast authored and cran-robot committed May 8, 2021
1 parent 9259786 commit 1c3f570
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 220 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: diagonals
Title: Block Diagonal Extraction or Replacement
Version: 5.2.0
Version: 6.0.0
Authors@R: person("Bastiaan", "Quast", email = "bquast@gmail.com", role = c("aut", "cre"))
Description: Several tools for handling block-matrix diagonals and similar
constructs are implemented. Block-diagonal matrices can be extracted or removed
Expand All @@ -11,16 +11,15 @@ Description: Several tools for handling block-matrix diagonals and similar
both edges of the matrix.
Depends: R (>= 2.10)
License: GPL-3
LazyData: true
URL: https://qua.st/diagonals, https://github.com/bquast/diagonals
BugReports: https://github.com/bquast/diagonals/issues
Suggests: testthat, knitr
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-04-28 06:10:26 UTC; bquast
Packaged: 2021-05-08 15:56:56 UTC; bquast
Author: Bastiaan Quast [aut, cre]
Maintainer: Bastiaan Quast <bquast@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-28 06:40:03 UTC
Date/Publication: 2021-05-08 16:20:02 UTC
12 changes: 6 additions & 6 deletions MD5
@@ -1,15 +1,15 @@
0820d6049cfa4356b20eaf5caa8ce236 *DESCRIPTION
9f9dbed949cad66d588115161224f11d *DESCRIPTION
e12c49c471a5852114b53c9169f1f30a *NAMESPACE
f5543815723c14147ccc986c2976c4f7 *NEWS.md
560478f2ea53018270397b4ccf12c40e *NEWS.md
a671bc734a736f0416ba6f849ce8d2da *R/diagonals.R
faec8ede86c4079b14aa4e458554d8bb *R/fatdiag.R
2691863cc52ccddc31bd1827f4d36316 *R/split_vector.R
8c5f423127546120829d438dd878e9d6 *README.md
0e70c5205b4fa6660900f40aeec2c0b0 *build/vignette.rds
33f6179f4338f18d0cf1e5835082901e *inst/CITATION
df94e4c5a2f52c90b8353290ce002150 *README.md
ed6d78eadd0da0727300a48ac798a4d4 *build/vignette.rds
16b8f62a96356bce35c3af6a8f67c3bf *inst/CITATION
236806de24350bcca2a94a3068fb0ce7 *inst/doc/fatdiag.R
710a36187a4e814032e9d34b62a84057 *inst/doc/fatdiag.Rmd
3f1eeb39d999da6d8b38b3b3cbe3e712 *inst/doc/fatdiag.html
359f68c228656756005b141b0ef3939f *inst/doc/fatdiag.html
a955855b31981564a62d75ebe41645bf *man/diagonals.Rd
e57a731d495773c6d0aaa17c5b2f323c *man/fatdiag.Rd
54c7d6835c11c30534f75fd7569cf69e *man/split_vector.Rd
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
diagonals 5.3.0
===================

* add rmarkdown dependency


diagonals 5.2.0
===================

Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -4,8 +4,7 @@ diagonals
[![License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![CRAN Version](https://www.r-pkg.org/badges/version/diagonals)](https://cran.r-project.org/package=diagonals)
[![R build status](https://github.com/bquast/diagonals/workflows/R-CMD-check/badge.svg)](https://github.com/bquast/diagonals/actions?workflow=R-CMD-check)
[![Coverage Status](https://img.shields.io/codecov/c/github/bquast/diagonals/master.svg)](https://codecov.io/bquast/diagonals/diagonals?branch=master)
[![Total RStudio Cloud Downloads](http://cranlogs.r-pkg.org/badges/grand-total/diagonals?color=brightgreen)](https://cran.r-project.org/package=diagonals)
[![Coverage status](https://codecov.io/gh/bquast/diagonals/branch/master/graph/badge.svg?token=5wyvKFobQt)](https://codecov.io/gh/bquast/diagonals)[![Total RStudio Cloud Downloads](http://cranlogs.r-pkg.org/badges/grand-total/diagonals?color=brightgreen)](https://cran.r-project.org/package=diagonals)
[![RStudio Cloud Downloads](https://cranlogs.r-pkg.org/badges/diagonals?color=brightgreen)](https://cran.r-project.org/package=diagonals)

Block-diagonal matrices can be extracted or removed using two small functions implemented here, in addition, non-square matrices are supported.
Expand Down
Binary file modified build/vignette.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/CITATION
Expand Up @@ -4,7 +4,7 @@ bibentry(bibtype = "Manual",
organization = "The Graduate Institute",
address = "Maison de la Paix, Geneva, Switzerland",
year = "2015",
url = "http://qua.st/diagonals",
url = "https://qua.st/diagonals",
textVersion = "Quast, B.A. (2015). diagonals: block matrix and other fat diagonals",


Expand Down

0 comments on commit 1c3f570

Please sign in to comment.