Skip to content

Commit 11efebc

Browse files
committed
update to lingglosses 0.0.11
1 parent 23a3c6a commit 11efebc

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: lingglosses
22
Type: Package
33
Title: Interlinear Glossed Linguistic Examples and Abbreviation Lists Generation
4-
Version: 0.0.10
4+
Version: 0.0.11
55
Depends: R (>= 4.2.0)
66
Authors@R: person("George", "Moroz",
77
role = c("aut", "cre"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# lingglosses 0.0.11
2+
3+
- quick fix of small capitals disappearance
4+
15
# lingglosses 0.0.10
26

37
- fix delimiter problems; probably also closes #25

R/gloss_example.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ gloss_example <- function(transliteration,
169169
single_gl |>
170170
lapply(function(i){
171171
lingglosses::add_gloss(i)
172-
})
172+
}) ->
173+
single_gl
173174

174175
# get delimiters back ------------------------------------------------------
175176

docs/index.html

Lines changed: 3 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)