Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit daa519e

Browse files
authored
Merge pull request #12 from nteract/rdrr
add R repo comment
2 parents 9b71c94 + e1efbf9 commit daa519e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "create an nteractive computing app!",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/alexandercbooth/create-nteract-app.git"
7+
"url": "https://github.com/nteract/create-nteract-app.git"
88
},
99
"scripts": {
1010
"dev": "CNA_ENV=DEV node src/index.js",
1111
"test": "CNA_ENV=DEV yarn dev snow-leopard && jest"
1212
},
1313
"author": "Alexander C. Booth <[email protected]>",
1414
"license": "MIT",
15-
"homepage": "https://github.com/alexandercbooth/create-nteract-app",
15+
"homepage": "https://github.com/nteract/create-nteract-app",
1616
"bin": {
1717
"create-nteract-app": "./src/index.js"
1818
},

src/template/pages/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const Index = () => {
2525
</p>
2626
</header>
2727

28+
{/*
29+
* If you'd like to use R, try out this instead:
30+
* <Kernel repo="binder-examples/r" kernelName="ir">
31+
*/}
32+
2833
<Kernel repo="binder-examples/requirements" kernelName="python3">
2934
<Kernel.Consumer>
3035
{kernel =>

0 commit comments

Comments
 (0)