fixed hyperlinks- point to r html files now

This commit is contained in:
Jasleen Sondhi 2023-06-19 20:59:30 +05:30
Родитель 2752b30a0c
Коммит a1d4b382e1
6 изменённых файлов: 38 добавлений и 5 удалений

Просмотреть файл

@ -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