File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,16 @@ Open-source software for computing main effects and indices of alignment across
2525
2626
2727``` {r echo=FALSE, results='asis'}
28- # Get current package version from DESCRIPTION
29- if (!requireNamespace("desc", quietly = TRUE)) {
30- install.packages("desc")
31- }
32-
3328# Generate badges with HTML wrapper for horizontal layout
3429cat('<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 15px;">')
3530
3631# Simplified GitHub Release badge (let Shields.io auto-detect version)
3732cat('[](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)')
3833
34+ #JOSS submission badge
35+ cat('[](https://joss.theoj.org/papers/839ab720504a5c966b4b2893f78ec2b2)
36+ ')
37+
3938# GitHub Stars badge
4039cat('
4140[](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/stargazers)
You can’t perform that action at this time.
0 commit comments