forked from otanrikulu/Rdatasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
33 lines (31 loc) · 692 Bytes
/
Makefile
File metadata and controls
33 lines (31 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
gh:
#git rm -r csv
#git rm -r doc
R CMD BATCH Rdatasets.R
git add csv
git add doc
git add datasets.html
git add datasets.csv
git add Rdatasets.R
vim datasets.csv
vim README.rst
git add README.rst
cd doc
sh ../rst.sh
ghpages:
git checkout master csv
git checkout master doc
git checkout master Rdatasets.R
git checkout master README.rst
git checkout master datasets.html
git checkout master datasets.csv
sed -i '.bak' 's/https:\/\/raw.github.com\/vincentarelbundock\/Rdatasets\/master\///g' datasets.html
git add csv
git add doc
git add datasets.html
git add datasets.csv
git add Rdatasets.R
vim README.rst
vim index.html
git add README.rst
git add index.html