Skip to content

Commit 8c5b155

Browse files
author
stonebig
committed
R example typos
1 parent 02508a0 commit 8c5b155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/installing_R.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:a972291fa378e2f4f52778fe7a2e30b8569b51fbb6c13eade479bfb878314547"
4+
"signature": "sha256:7677254bae7c215490a8420a3805f8f730824d2a8197d4ea5c59f867a1d55b47"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -12,9 +12,9 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"# Installating R on winpython (Version of October 2014 and after) \n",
15+
"# Installating R on winpython\n",
1616
"\n",
17-
"#### This procedure applys for Winpython of October 2014 and after\n",
17+
"#### This procedure applys for Winpython (Version of October 2014 and after) \n",
1818
"###1 - Downloading and Installing R binary in the right place"
1919
]
2020
},
@@ -110,7 +110,7 @@
110110
"cell_type": "code",
111111
"collapsed": false,
112112
"input": [
113-
"# checking it's the official julia0.3 \n",
113+
"# checking it's the official R-3.1.2 \n",
114114
"import hashlib\n",
115115
"def give_hash(of_file, with_this):\n",
116116
" with io.open(r_installer, 'rb') as f:\n",

0 commit comments

Comments
 (0)