Skip to content

Commit

Permalink
add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed Oct 8, 2023
1 parent 8279c3a commit ee09e2d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lingglosses
Type: Package
Title: Interlinear Glossed Linguistic Examples and Abbreviation Lists Generation
Version: 0.0.5
Version: 0.0.7
Depends: R (>= 3.5.0)
Authors@R: person("George", "Moroz",
role = c("aut", "cre"),
Expand All @@ -19,6 +19,6 @@ LazyData: true
URL: https://CRAN.R-project.org/package=phonfieldwork, https://agricolamz.github.io/lingglosses/
BugReports: https://github.com/agricolamz/lingglosses/issues
Imports: kableExtra, knitr, rmarkdown, utils, htmltools, methods
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# lingglosses 0.0.7

- fix by @yihui


# lingglosses 0.0.6

- small fix for CRAN


# lingglosses 0.0.5

- add possibility to have a sole transliteration line; thx to @sverhees #19
Expand Down
20 changes: 7 additions & 13 deletions docs/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gloss_example("hede-w w-ulon",
"He went.")
```

In (@andi_example) author used some glosses like `r add_gloss("DEM")`, `r add_gloss("M")` and `r add_gloss("AOR")` defined in [@comrie08]. She also mentioned that tn some dialects the auxiliary `r gloss_example("CL-iʁi", "CL-stop.AOR", intext = TRUE)` can be used as an equivalent of the aorist of `r gloss_example("CL-uk'", "CL-be", intext = TRUE)`.
In (@andi_example) author used some glosses like `r add_gloss("DEM")`, `r add_gloss("M")` and `r add_gloss("AOR")` defined in [@comrie08]. She also mentioned that the aorist form of `r gloss_example("CL-uk'", "CL-be", intext = TRUE)` if really important.

## Some subsection

Expand Down

0 comments on commit ee09e2d

Please sign in to comment.