File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1919library(ISCAM ) # this loads the package. You need to do this every time you want to use ISCAM functions
2020```
You can’t perform that action at this time.
0 commit comments