Skip to content

Commit a1d4b38

Browse files
committed
fixed hyperlinks- point to r html files now
1 parent 2752b30 commit a1d4b38

File tree

6 files changed

+38
-5
lines changed

6 files changed

+38
-5
lines changed

.Rhistory

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,36 @@ install.packages("tidyverse")
1313
unloadNamespace("dplyr")
1414
detach(package:dplyr)
1515
unloadNamespace("dplyr")
16+
install.packages("tidymodels")
17+
install.packages("tidymodels")
18+
installed.packages("tidyverse")
19+
install.packages("tidyverse")
20+
install.packages("themis")
21+
install.packages("DataExplorer")
22+
install.packages("DataExplorer", version="0.8.2")
23+
installed.packages("DataExoplorer")
24+
install.packages("DataExplorer", version="0.8.2")
25+
install.packages("DataExplorer", version="0.8.2")
26+
library(DataExplorer)
27+
install.packages("igraph")
28+
library(DataExplorer)
29+
library(DataExplorer)
30+
install.packages("igraph")
31+
install.packages("DataExplorer", version="0.8.2")
32+
install.packages("DataExplorer")
33+
.libPaths()
34+
library(DataExplorer)
35+
remove.packages("DataExoplorer")
36+
install.packages("DataExplorer")
37+
install_github("boxuancui/DataExplorer")
38+
install.packages("devtools")
39+
library(devtools)
40+
install_github("boxuancui/DataExplorer")
41+
install.packages("igraph", repos = "https://cran.r-project.org")
42+
Sys.unsetenv("GITHUB_PAT")
43+
install.packages("igraph", repos = "https://cran.r-project.org")
44+
remotes::install_github("igraph/rigraph@master")
45+
Sys.unsetenv("GITHUB_PAT")
46+
remotes::install_github("igraph/rigraph@master")
47+
install.packages('igraph')
48+
library(igraph)

2-Regression/1-Tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/9/)
88

9-
> ### [This lesson is available in R!](./solution/R/lesson_1-R.ipynb)
9+
> ### [This lesson is available in R!](./solution/R/lesson_1.html)
1010
1111
## Introduction
1212

2-Regression/2-Data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
66

77
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/11/)
88

9-
> ### [This lesson is available in R!](./solution/R/lesson_2-R.ipynb)
9+
> ### [This lesson is available in R!](./solution/R/lesson_2.html)
1010
1111
## Introduction
1212

2-Regression/3-Linear/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
55
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/13/)
66

7-
> ### [This lesson is available in R!](./solution/R/lesson_3-R.ipynb)
7+
> ### [This lesson is available in R!](./solution/R/lesson_3.html)
88
### Introduction
99

1010
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.

2-Regression/4-Logistic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/15/)
66

7-
> ### [This lesson is available in R!](./solution/R/lesson_4-R.ipynb)
7+
> ### [This lesson is available in R!](./solution/R/lesson_4.html)
88
99
## Introduction
1010

4-Classification/1-Introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Classification uses various algorithms to determine other ways of determining a
2121

2222
## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/19/)
2323

24-
> ### [This lesson is available in R!](./solution/R/lesson_10-R.ipynb)
24+
> ### [This lesson is available in R!](./solution/R/lesson_10.html)
2525
2626
### Introduction
2727

0 commit comments

Comments
 (0)