Skip to content

Commit 63fa168

Browse files
committed
Merge branch 'master' into fread_connections
2 parents 441c557 + 992b389 commit 63fa168

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* text eol=lf
22
*.ico -text
33
*.mo -text
4+
*.pdf -text
45
*.png -text
56
*.RData -text
67
# Important for test CSV files, where we definitely

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Filing issues
1111

1212
- Please read and follow all the instructions at **[Support](https://github.com/Rdatatable/data.table/wiki/Support)** before filing; e.g. **check [NEWS](https://github.com/Rdatatable/data.table/blob/master/NEWS.md)** first and **search existing [Issues](https://github.com/Rdatatable/data.table/issues)**.
1313
- One issue for one purpose. Don't report more than one bug or request several features in the same issue.
14-
- Feel free to add reactions to existing issues that are important to you. We monitor this and it helps us prioritize where to devote our efforts! We expect [this issue](https://github.com/Rdatatable/data.table/issues/3189) to be evergreen.
14+
- Feel free to add reactions to existing issues that are important to you. We [monitor this](https://github.com/Rdatatable/data.table/issues?q=is%3Aissue%20state%3Aopen%20sort%3Areactions-%2B1-desc) and assign [Top request label](https://github.com/Rdatatable/data.table/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22top%20request%22) to prioritize where to devote our efforts!
1515

1616
**Filing issues is contributing. Thank you!**
1717

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# data.table news and updates
1+
## data.table news and updates
22

33
**If you are viewing this file on CRAN, please check [latest news on GitHub](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) where the formatting is also better.**
44

_pkgdown.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ template:
77
development:
88
version_tooltip: "Development version"
99

10+
news:
11+
one_page: true
12+
1013
home:
1114
links:
1215
- text: CRAN-like website
@@ -18,7 +21,7 @@ home:
1821

1922
navbar:
2023
structure:
21-
left: [home, introduction, articles, news, benchmarks, presentations, communityarticles, reference]
24+
left: [home, introduction, articles, news, benchmarks, presentations, communityarticles, reference, cheatsheet]
2225
right: [search, github, lightswitch]
2326
components:
2427
home:
@@ -67,6 +70,13 @@ navbar:
6770
reference:
6871
text: Manual
6972
href: reference/index.html
73+
cheatsheet:
74+
text: Cheatsheet
75+
menu:
76+
- text: "English"
77+
href: datatable_cheatsheet.pdf
78+
- text: "Français"
79+
href: datatable_cheatsheet_fr.pdf
7080
github:
7181
icon: fab fa-github fa-lg
7282
href: https://github.com/Rdatatable/data.table
351 KB
Binary file not shown.
297 KB
Binary file not shown.

0 commit comments

Comments
 (0)