Skip to content

Commit

Permalink
Merge pull request #55 from Merck/news
Browse files Browse the repository at this point in the history
Update `NEWS.md` for pkglite 0.2.3 release
  • Loading branch information
nanxstats authored Sep 24, 2024
2 parents 088a808 + c6cb354 commit 6d40aa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkglite
Title: Compact Package Representations
Version: 0.2.2
Version: 0.2.3
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# pkglite 0.2.3

## Enhancements

- Expand the text and binary file extension dictionary by using the latest
data from 21,369 CRAN packages. This increases the default file
specifications coverage when discovering files (#51).
- Add a BibTeX key to `inst/CITATION` so that the BibTeX item generated by
`citation("pkglite")` is rendered with a proper default key. (#53).

# pkglite 0.2.2

## Enhancements
Expand Down

0 comments on commit 6d40aa9

Please sign in to comment.