Skip to content

Commit

Permalink
version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHeun authored and cran-robot committed Dec 11, 2023
1 parent 94e4da4 commit 4bd1a35
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 22 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: matsindf
Type: Package
Title: Matrices in Data Frames
Version: 0.4.5
Date: 2023-12-01
Version: 0.4.6
Date: 2023-12-09
Authors@R: c(person("Matthew", "Heun", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7438-214X"),
email = "matthew.heun@me.com"))
Expand All @@ -21,10 +21,11 @@ Suggests: covr, ggplot2, Hmisc, knitr, RCLabels, rmarkdown, spelling,
testthat
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/MatthewHeun/matsindf
URL: https://github.com/MatthewHeun/matsindf,
https://matthewheun.github.io/matsindf/
BugReports: https://github.com/MatthewHeun/matsindf/issues
NeedsCompilation: no
Packaged: 2023-12-02 01:15:49 UTC; mkh2
Packaged: 2023-12-10 02:12:28 UTC; mkh2
Author: Matthew Heun [aut, cre] (<https://orcid.org/0000-0002-7438-214X>)
Repository: CRAN
Date/Publication: 2023-12-02 05:00:02 UTC
Date/Publication: 2023-12-10 03:20:03 UTC
14 changes: 7 additions & 7 deletions MD5
@@ -1,7 +1,7 @@
e8987c43d18e1f7119a5c4c62b1c15ff *DESCRIPTION
7ad373f1b1599a706cddd3e1f0c6b0ba *DESCRIPTION
802cb51ae1e43f016c9cfc7f48dcdd17 *LICENSE
f9ca5a70cd085381e1e4f0382f7c3816 *NAMESPACE
0ff9ad72f2751f31d5acc0f1d1c044ca *NEWS.md
901e4b2fc27fa07d7c22ce5071f43c08 *NEWS.md
1fa814428f24f3414cda07fe981bf3d9 *R/collapse.R
ec2122278b8840558f1d32429d82a142 *R/data.R
a22f6793a7b7c34108398b3f49594f87 *R/expand.R
Expand All @@ -10,21 +10,21 @@ a22f6793a7b7c34108398b3f49594f87 *R/expand.R
e3702e4a4f1c2f263d84afd1e53f185c *R/utils-.data.R
15355d49503b97b502d614bc1629aefa *R/utils-pipe.R
f60225411bc1570c427e39238dc2c8c2 *R/utils-qqassign.R
726ddac0a53e1e024268749c46bfac6b *README.md
d292f2659b90a15ea241a8eb44225cba *README.md
8faf250d78a120ba4c7ea2186efddd24 *build/partial.rdb
6ee974d049d14c03a36f86fe53e79386 *build/vignette.rds
8e890f45eea6929749a53f5c49db8d80 *data/UKEnergy2000.rda
b18f65b51ca5f2968e91a8543d0d648c *inst/CITATION
57e974cec02d98f136ace1c83b6a7dd1 *inst/CITATION
0427de01a64de2faf2e155cd7157fe0d *inst/WORDLIST
67290c7a98151608e10508a579801e13 *inst/doc/iris_pca.R
7cd37ad63ba95504eccda7762e1ba3aa *inst/doc/iris_pca.Rmd
c2227e55269faf86c861619c6510f723 *inst/doc/iris_pca.html
ea5a449900b3a00bad674c8a6cae287e *inst/doc/iris_pca.html
b8f3238dd698f8d8d8a4d1390cc34943 *inst/doc/matsindf.R
8de8f415d1524736445aad1aee1f2257 *inst/doc/matsindf.Rmd
bed7c4c91daffa148707682559e1b6ac *inst/doc/matsindf.html
349a815cd39c3040aa91edbbcc02b78c *inst/doc/matsindf.html
4e18bc67225071dd189227cc38daa478 *inst/doc/midf_apply_primer.R
6abb00bf7b1a90a6cebc9184fbcc5001 *inst/doc/midf_apply_primer.Rmd
116dfb704da6ec3d092a32ad46825b3c *inst/doc/midf_apply_primer.html
150282c80d149aeeb78800a33208bac7 *inst/doc/midf_apply_primer.html
24627d4f6f4d8d302fa5b0d163cb023c *man/UKEnergy2000.Rd
9efef69d4592fa064023ef08607fcf94 *man/add_UKEnergy2000_matnames.Rd
2b3b543bfe8cbc20a65a4b37c6c342c4 *man/add_UKEnergy2000_row_col_meta.Rd
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Expand Up @@ -8,7 +8,15 @@ Cite all releases with doi [10.5281/zenodo.5475443](https://doi.org/10.5281/zeno
which always resolves to the latest release.


# matsindf 0.4.5 (2023-12-01)
# matsindf 0.4.6 (2023-12-09)

* Fix pkgdown website on GitHub.
* No new tests.
* Still at 377 tests, all passing.
* Test coverage remains at 100%.


# matsindf 0.4.5 (2023-12-01) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10251269.svg)](https://doi.org/10.5281/zenodo.10251269)

* Added code of conduct and contributing pages to documentation.
* No new tests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ status](https://www.r-pkg.org/badges/version/matsindf)](https://cran.r-project.o
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/MatthewHeun/matsindf/workflows/R-CMD-check/badge.svg)](https://github.com/MatthewHeun/matsindf/actions)
[![R-CMD-check](https://github.com/MatthewHeun/matsindf/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewHeun/matsindf/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/MatthewHeun/matsindf/branch/master/graph/badge.svg)](https://app.codecov.io/gh/MatthewHeun/matsindf?branch=master)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5475443.svg)](https://doi.org/10.5281/zenodo.5475443)
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Expand Up @@ -8,10 +8,10 @@ bibentry(
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7438-214X")),
year = "2023",
note = "R package version 0.4.5",
note = "R package version 0.4.6",
url = "https://doi.org/10.5281/zenodo.5475443",
textVersion = paste("Matthew Kuperus Heun (2023).",
"matsindf: Matrices in Data Frames",
"R package version 0.4.5",
"R package version 0.4.6",
"https://doi.org/10.5281/zenodo.5475443")
)
4 changes: 2 additions & 2 deletions inst/doc/iris_pca.html
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Alexander Davis" />

<meta name="date" content="2023-12-01" />
<meta name="date" content="2023-12-09" />

<title>Using matsindf for principal components analysis</title>

Expand Down Expand Up @@ -341,7 +341,7 @@
<h1 class="title toc-ignore">Using matsindf for principal components
analysis</h1>
<h4 class="author">Alexander Davis</h4>
<h4 class="date">2023-12-01</h4>
<h4 class="date">2023-12-09</h4>



Expand Down
4 changes: 2 additions & 2 deletions inst/doc/matsindf.html
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Matthew Kuperus Heun" />

<meta name="date" content="2023-12-01" />
<meta name="date" content="2023-12-09" />

<title>Use Cases and Examples for matsindf</title>

Expand Down Expand Up @@ -362,7 +362,7 @@

<h1 class="title toc-ignore">Use Cases and Examples for matsindf</h1>
<h4 class="author">Matthew Kuperus Heun</h4>
<h4 class="date">2023-12-01</h4>
<h4 class="date">2023-12-09</h4>



Expand Down
4 changes: 2 additions & 2 deletions inst/doc/midf_apply_primer.html
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Matthew Kuperus Heun" />

<meta name="date" content="2023-12-01" />
<meta name="date" content="2023-12-09" />

<title>A matsindf_apply primer</title>

Expand Down Expand Up @@ -340,7 +340,7 @@

<h1 class="title toc-ignore">A matsindf_apply primer</h1>
<h4 class="author">Matthew Kuperus Heun</h4>
<h4 class="date">2023-12-01</h4>
<h4 class="date">2023-12-09</h4>



Expand Down

0 comments on commit 4bd1a35

Please sign in to comment.