Skip to content

Commit 7dc1bc1

Browse files
刷新系统、R 软件和 R 包版本 (#32)
* 刷新系统、R 软件和 R 包版本 * 添加 likert 包 * update readme.md * 添加 labelled 包绘制量表图
1 parent 2baac79 commit 7dc1bc1

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/bookdown.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ name: Book-Ubuntu
88

99
jobs:
1010
build-deploy:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
env:
1313
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14-
PANDOC_VERSION: "3.1.11"
14+
PANDOC_VERSION: "3.6.3"
1515
RETICULATE_PYTHON_ENV: /opt/.virtualenvs/r-tensorflow
1616
steps:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install Quarto
2020
uses: quarto-dev/quarto-actions/setup@v2
2121
with:
22-
version: 1.4.555
22+
version: 1.8.25
2323

2424
- uses: r-lib/actions/setup-r@v2
2525
with:
2626
use-public-rspm: true
27-
r-version: '4.4.1'
27+
r-version: '4.5.1'
2828

2929
- uses: r-lib/actions/setup-r-dependencies@v2
3030

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Imports:
2424
ggfortify,
2525
ggmosaic,
2626
ggnewscale,
27-
ggplot2 (>= 3.5.0),
27+
ggplot2 (>= 4.0.0),
2828
ggraph (>= 2.2.0),
2929
ggrepel,
3030
ggridges,
@@ -42,6 +42,8 @@ Imports:
4242
knitr (>= 1.44),
4343
latticeExtra,
4444
lvplot (>= 0.2.1),
45+
likert,
46+
labelled,
4547
magick,
4648
maps,
4749
misc3d,
@@ -73,6 +75,7 @@ Imports:
7375
xts
7476
Remotes:
7577
davidsjoberg/ggbump,
78+
haleyjeppson/ggmosaic,
7679
davidsjoberg/ggstream
7780
Suggests:
7881
quarto (>= 1.2),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [![Book build status](https://github.com/XiangyunHuang/msg2nd/workflows/bookdown/badge.svg?event=push)](https://github.com/XiangyunHuang/msg2nd/actions?workflow=bookdown) [![Netlify Status](https://api.netlify.com/api/v1/badges/3f06ae88-de6c-41cd-b23a-b088ff0cd937/deploy-status)](https://app.netlify.com/sites/msg2nd/deploys)
1+
## [![Book build status](https://github.com/XiangyunHuang/msg2nd/workflows/Book-Ubuntu/badge.svg?event=push)](https://github.com/XiangyunHuang/msg2nd/actions?workflow=Book-Ubuntu) [![Netlify Status](https://api.netlify.com/api/v1/badges/3f06ae88-de6c-41cd-b23a-b088ff0cd937/deploy-status)](https://app.netlify.com/sites/msg2nd/deploys)
22

33
# 现代统计图形(第二版)\| Modern Statistical Graphics (Second Edition)
44

0 commit comments

Comments
 (0)