Skip to content

Commit 6a63c4a

Browse files
committed
addressing cran comments
1 parent b3f4041 commit 6a63c4a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Lightweight List Extensions that Enforce Unique Keys
33
Version: 1.0.0
44
Authors@R:
55
person("Luke", "Jenkins", , "luke-jenkins-dev@outlook.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7206-7242"))
6-
Description: Provides two lightweight keylist S3 classes `klist` and `knlist`: extensions of list that enforce unique keys, supporting either mixed named/unnamed elements or fully named elements, ensuring predictable key-value access.
6+
Description: Provides two lightweight keylist S3 classes 'klist' and 'knlist': extensions of list that enforce unique keys, supporting either mixed named/unnamed elements or fully named elements, ensuring predictable key-value access.
77
License: MIT + file LICENSE
88
Encoding: UTF-8
99
Roxygen: list(markdown = TRUE)

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
0 errors | 0 warnings | 1 note
44

55
* This is a new release.
6+
7+
I have addressed the comment from Benjamin Altmann (21/04/2026) regarding undirected quotation marks in the description text and can confirm there are no methods to reference.

0 commit comments

Comments
 (0)