From ec9d93df6e7d88e230e60ca51c68665e50aa5dfc Mon Sep 17 00:00:00 2001 From: bm Date: Wed, 12 Jun 2019 21:32:03 +0500 Subject: [PATCH] Fix package name --- CLML-Datasets.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLML-Datasets.ipynb b/CLML-Datasets.ipynb index 0736889..9561973 100644 --- a/CLML-Datasets.ipynb +++ b/CLML-Datasets.ipynb @@ -1069,7 +1069,7 @@ "One thing that I've always found handy in R is a standard, curated, extensive and documented series of datasets. Wouldn't it be nice to have access to these directly as datasets in CLML. The `R-datasets` system in `clml.extras` provides this capability. A particularly good use case for these datasets is to be able to follow along with examples and tutorials for R in CLML.\n", "\n", "#### Note\n", - "The `clml.extras` systems are not currently part of quicklisp so if you are following along with this tutorial and are expecting just to `(quickload :clml.extras.Rdatasets)` you can't till you clone the clml.extras repository [http://github.com/mmaul/clml.extras.git](http://github.com/mmaul/clml.extras.git) into your `quicklisp/local-projects` directory\n", + "The `clml.extras` systems are not currently part of quicklisp so if you are following along with this tutorial and are expecting just to `(quickload :clml.r-datasets)` you can't till you clone the clml.extras repository [http://github.com/mmaul/clml.extras.git](http://github.com/mmaul/clml.extras.git) into your `quicklisp/local-projects` directory\n", "\n", "### Using Rdatasets\n", "The Rdatasets package makes datasets included with the R language distribution available as clml datasets.\n",