Skip to content

Commit

Permalink
将数据探索部分移除,将作为《现代统计图形》第二版
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Mar 14, 2024
1 parent 2bee57f commit 82a7266
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 5,719 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quarto-book-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches: main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

name: Book-MacOS

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/quarto-book-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches: main

# https://github.com/dmlc/xgboost/commit/bc516198dccd9fb345ac318c56ee7bb48bba5aae
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

name: Book-Ubuntu

jobs:
Expand Down
9 changes: 0 additions & 9 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ book:
- wrangling-cleaning.qmd
- wrangling-manipulation.qmd
- wrangling-processing.qmd
- part: "数据探索"
chapters:
- visualization-basic.qmd
- visualization-intermediate.qmd
- visualization-advanced.qmd
- visualization-lattice.qmd
- visualization-graphics.qmd
- visualization-tikz.qmd
- visualization-practice.qmd
- part: "数据交流"
chapters:
- interactive-graphics.qmd
Expand Down
Binary file removed data/MathAnxiety.rds
Binary file not shown.
Binary file removed data/china-age-sex-2020.rds
Binary file not shown.
Binary file removed data/china-household-sex-2020.rds
Binary file not shown.
Binary file removed data/china-raise-illiteracy-2020.rds
Binary file not shown.
Binary file removed data/china-sex-ratio-2020.rds
Binary file not shown.
1 change: 0 additions & 1 deletion data/contributions.json

This file was deleted.

Binary file removed data/gapminder-2020.rds
Binary file not shown.
Binary file removed data/rongelap.rds
Binary file not shown.
Binary file removed data/rongelap_coastline.rds
Binary file not shown.
Binary file removed data/rversion-2022.rds
Binary file not shown.
Binary file removed data/svn-trunk-log-2022.rds
Binary file not shown.
Binary file removed data/usa-mortality-2020.rds
Binary file not shown.
87 changes: 0 additions & 87 deletions data/volcano.csv

This file was deleted.

Loading

0 comments on commit 82a7266

Please sign in to comment.