fixed hyperlinks- point to r html files now

pull/915/head
Jasleen Sondhi 3 years ago
parent 1a3489d1c8
commit cbf2ad9a7d

@ -13,3 +13,36 @@ install.packages("tidyverse")
unloadNamespace("dplyr")
detach(package:dplyr)
unloadNamespace("dplyr")
install.packages("tidymodels")
install.packages("tidymodels")
installed.packages("tidyverse")
install.packages("tidyverse")
install.packages("themis")
install.packages("DataExplorer")
install.packages("DataExplorer", version="0.8.2")
installed.packages("DataExoplorer")
install.packages("DataExplorer", version="0.8.2")
install.packages("DataExplorer", version="0.8.2")
library(DataExplorer)
install.packages("igraph")
library(DataExplorer)
library(DataExplorer)
install.packages("igraph")
install.packages("DataExplorer", version="0.8.2")
install.packages("DataExplorer")
.libPaths()
library(DataExplorer)
remove.packages("DataExoplorer")
install.packages("DataExplorer")
install_github("boxuancui/DataExplorer")
install.packages("devtools")
library(devtools)
install_github("boxuancui/DataExplorer")
install.packages("igraph", repos = "https://cran.r-project.org")
Sys.unsetenv("GITHUB_PAT")
install.packages("igraph", repos = "https://cran.r-project.org")
remotes::install_github("igraph/rigraph@master")
Sys.unsetenv("GITHUB_PAT")
remotes::install_github("igraph/rigraph@master")
install.packages('igraph')
library(igraph)

@ -6,7 +6,7 @@
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/9/)
> ### [This lesson is available in R!](./solution/R/lesson_1-R.ipynb)
> ### [This lesson is available in R!](./solution/R/lesson_1.html)
## Introduction

@ -6,7 +6,7 @@ Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/11/)
> ### [This lesson is available in R!](./solution/R/lesson_2-R.ipynb)
> ### [This lesson is available in R!](./solution/R/lesson_2.html)
## Introduction

@ -4,7 +4,7 @@
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/13/)
> ### [This lesson is available in R!](./solution/R/lesson_3-R.ipynb)
> ### [This lesson is available in R!](./solution/R/lesson_3.html)
### Introduction
So far you have explored what regression is with sample data gathered from the pumpkin pricing dataset that we will use throughout this lesson. You have also visualized it using Matplotlib.

@ -4,7 +4,7 @@
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/15/)
> ### [This lesson is available in R!](./solution/R/lesson_4-R.ipynb)
> ### [This lesson is available in R!](./solution/R/lesson_4.html)
## Introduction

@ -21,7 +21,7 @@ Classification uses various algorithms to determine other ways of determining a
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/19/)
> ### [This lesson is available in R!](./solution/R/lesson_10-R.ipynb)
> ### [This lesson is available in R!](./solution/R/lesson_10.html)
### Introduction

Loading…
Cancel
Save