Skip to content

Commit 7355f57

Browse files
author
Michael Chirico
committed
initial pass at building an r-devel text repo
0 parents  commit 7355f57

File tree

273 files changed

+5365819
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+5365819
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CURRENT_DATE=$(date "+%Y-%m-%d")
2+
update:
3+
./update_archives.R
4+
5+
git commit -a -m "Automatic update: $(CURRENT_DATE)"
6+
git push

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# `r-devel` archives
2+
3+
`r-devel` archives are freely available at:
4+
5+
https://stat.ethz.ch/pipermail/r-devel/
6+
7+
As such it can be searched (e.g. on Google) with pattern `{search terms} site:/stat.ethz.ch/pipermail/r-devel/` (h/t @gmbecker).
8+
9+
This repository exists so you can clone it & then use command-line facilities like `grep`/`awk` to search more flexibly.
10+
11+
Infinite gratitude to the maintainers of R, CRAN, and the `r-devel` mailing list.

r-devel-archive.Rproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
StripTrailingWhitespace: Yes

0 commit comments

Comments
 (0)