Skip to content

Commit c67fffc

Browse files
Switching website to csafe.css style
1 parent f374c79 commit c67fffc

File tree

73 files changed

+38223
-1468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+38223
-1468
lines changed

README.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "handwriter"
3-
format: html
4-
editor: visual
3+
format:
4+
html:
5+
theme: csafe.css
56
---
67

78
```{r, include = FALSE}

_quarto/CITATION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
```verbatim
44
To cite package ‘handwriter’ in publications use:
55
6-
Iowa State University of Science and Technology on behalf of its Center for
7-
Statistics and Applications in Forensic Evidence, Berry N, Reinders S, Taylor J
8-
(????). _handwriter: Handwriting Analysis in R_. R package version 3.1.1.9000,
9-
<https://github.com/CSAFE-ISU/handwriter>.
6+
Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in
7+
Forensic Evidence, Berry N, Reinders S, Taylor J (2024). _handwriter: Handwriting Analysis in R_. R package
8+
version 3.1.1.9000, commit 32d80c5bc8919f4cef91c518b1e77ae7cba5651e, <https://github.com/CSAFE-ISU/handwriter>.
109
1110
A BibTeX entry for LaTeX users is
1211
1312
@Manual{,
1413
title = {handwriter: Handwriting Analysis in R},
1514
author = {{Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence} and Nick Berry and Stephanie Reinders and James Taylor},
16-
note = {R package version 3.1.1.9000},
15+
year = {2024},
16+
note = {R package version 3.1.1.9000, commit 32d80c5bc8919f4cef91c518b1e77ae7cba5651e},
1717
url = {https://github.com/CSAFE-ISU/handwriter},
1818
}
1919
```

_quarto/CSAFE_Tools_handwriter.png

29.2 KB
Loading

_quarto/NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# handwriter (development version)
1+
# handwriter 3.2.0
22

33
## New features
44

5-
* The new function `plotClusterCenters()` creates a plot of the clusters centers from a cluster template. The cluster centers are displayed as orange shapes. The function also plots all graphs in each cluster as grey shapes with 5% transparency to depict the variability of graph shapes within each cluster.
5+
* The new function `plot_cluster_centers()` creates a plot of the clusters centers from a cluster template. The cluster centers are displayed as orange shapes. The function also plots all graphs in each cluster as grey shapes with 5% transparency to depict the variability of graph shapes within each cluster.
66

77
* The new function `plotGraphs()` plots every graph in a document processed with `processDocument()`.
88

@@ -14,9 +14,9 @@
1414

1515
* Fixed bug in `format_template_data()` where the function coerced writer IDs to integers even if the writer IDs contained characters.
1616

17-
* Fixed bug in `get_clusters_batch()` where the function would stall but not return an error message if a document had a graph with a large number of edges (paths). Now the function deletes graphs with more than 30 edges.
17+
* Fixed bug in `get_clusters_batch()` where the function would stall but not return an error message if a document had a graph with a large number of edges (paths). Now the function ignores graphs with more than 30 edges.
1818

19-
* Fixed bug in `fit_model()` where the function saves the same data in two separate files: "model_clusters.rds" and "all_clusters.rds". I added an argument to `get_clusters_batch()` called 'save_master_file' and made the default FALSE. If TRUE, "all_clusters.rds" will be saved.
19+
* Fixed bug in `fit_model()` where the function saves the same data in two separate files: "model_clusters.rds" and "all_clusters.rds". The argument 'save_master_file' was added to `get_clusters_batch()`. If TRUE, a data frame of all cluster assignments, "all_clusters.rds", will be saved. The default is FALSE.
2020

2121
# handwriter 3.1.1
2222

_quarto/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project:
22
type: website
33
website:
4-
title: handwriter
54
navbar:
5+
logo: CSAFE_Tools_handwriter.png
66
search: true
77
right:
88
- icon: github
@@ -114,4 +114,4 @@ website:
114114
file: CITATION.md
115115
format:
116116
html:
117-
css: styles.css
117+
css: csafe.css

0 commit comments

Comments
 (0)