Skip to content

Commit e19bd31

Browse files
committed
feat: added bib2df package
1 parent 47d9d9d commit e19bd31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ARG NCPUS=${NCPUS:--1}
1313
RUN install2.r --error --skipinstalled -n $NCPUS \
1414
abind \
1515
autonewsmd \
16+
bib2df \
1617
bigmemory \
1718
billboarder \
1819
bookdown \

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# R for datascience
22

3-
## Unreleased (2023-04-12)
3+
## 4.2.3-9005 (2023-04-13)
44

55
#### New Features
66

@@ -15,13 +15,14 @@
1515
* updated news.md
1616
#### Others
1717

18+
* updated RStudio to `2023.05.0-daily-212` and Quarto to `1.3.319`
1819
* added native pipe as default to RStudio settings
1920
* updated RStudio to `2023.05.0-daily-124` and quarto to `1.3.287`
2021
* (deps): update ardalanamini/auto-changelog action to v3 ([#5](https://github.com/joundso/r_datascience/issues/5))
2122
* (deps): update docker/build-push-action action to v4 ([#6](https://github.com/joundso/r_datascience/issues/6))
2223
* (deps): update ardalanamini/auto-changelog action to v1.4.0 ([#4](https://github.com/joundso/r_datascience/issues/4))
2324

24-
Full set of changes: [`4.2.3...f40ef82`](https://github.com/joundso/r_datascience/compare/4.2.3...f40ef82)
25+
Full set of changes: [`4.2.3...4.2.3-9005`](https://github.com/joundso/r_datascience/compare/4.2.3...4.2.3-9005)
2526

2627
## 4.2.3 (2023-03-20)
2728

0 commit comments

Comments
 (0)