Skip to content

Commit 07b9eec

Browse files
committed
deleted contents of 'docs' folder and updated readme
1 parent 69ba845 commit 07b9eec

File tree

13 files changed

+3
-1912
lines changed

13 files changed

+3
-1912
lines changed

README.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ Open-source software for computing main effects and indices of alignment across
2323
if (!requireNamespace("desc", quietly = TRUE)) {
2424
install.packages("desc")
2525
}
26-
pkg_version <- desc::desc_get_version(file = "DESCRIPTION")
2726
2827
# Generate badges with HTML wrapper for horizontal layout
2928
cat('<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 15px;">')
3029
31-
# GitHub Release badge with specific version
32-
cat(sprintf('[![GitHub release](https://img.shields.io/github/v/release/Reilly-ConceptsCognitionLab/ConversationAlign?color=blue&include_prereleases&label=Release&v=%s)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)', pkg_version))
30+
# Simplified GitHub Release badge (let Shields.io auto-detect version)
31+
cat('[![GitHub release](https://img.shields.io/github/v/release/Reilly-ConceptsCognitionLab/ConversationAlign?color=blue&include_prereleases&label=Release)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)')
3332
3433
# GitHub Stars badge
3534
cat('

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ across coversation partners in dyadic conversation transcripts. <br>
1111
<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 15px;">
1212

1313
[![GitHub
14-
release](https://img.shields.io/github/v/release/Reilly-ConceptsCognitionLab/ConversationAlign?color=blue&include_prereleases&label=Release&v=0.2.0)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)
14+
release](https://img.shields.io/github/v/release/Reilly-ConceptsCognitionLab/ConversationAlign?color=blue&include_prereleases&label=Release)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)
1515
[![GitHub
1616
stars](https://img.shields.io/github/stars/Reilly-ConceptsCognitionLab/ConversationAlign?style=social)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/stargazers)
1717

docs/404.html

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)