Skip to content

Commit d5377ae

Browse files
authored
Update README.md
1 parent 0466be8 commit d5377ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ ISCAM
33
***A Companion to the Book "Investigating Statistical Concepts, Applications, and Methods"***
44

55
<!-- badges: start -->
6-
[![R-CMD-check](https://github.com/VisruthSK/ISCAM/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/VisruthSK/ISCAM/actions/workflows/R-CMD-check.yaml)
6+
[![R-CMD-check](https://github.com/ISCAM4/ISCAM/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ISCAM4/ISCAM/actions/workflows/R-CMD-check.yaml)
77
<!-- badges: end -->
88

99
```r
1010
# install.packages("pak") # uncomment this line and run it *once*
1111

1212
# options(use_bioconductor = FALSE) # do this is you get some issues running the next line when connected to the eduroam network
13-
pak::pkg_install("VisruthSK/ISCAM") # this installs or updates the package
13+
pak::pkg_install("ISCAM4/ISCAM") # this installs or updates the package
1414

1515
# if {pak} doesn't work, try the following two commands
1616
#install.packages("remotes")
17-
#remotes::install_github("VisruthSK/ISCAM")
17+
#remotes::install_github("ISCAM4/ISCAM")
1818

1919
library(ISCAM) # this loads the package. You need to do this every time you want to use ISCAM functions
2020
```

0 commit comments

Comments
 (0)