diff --git a/DESCRIPTION b/DESCRIPTION index 0ee4714..5ef1728 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,8 @@ Authors@R: c(person("Tyler", "Rinker", role = c("aut", "cre", "ctb"), c("ctb")), person("Albert", "Wang", role = c("ctb")), person("Garrick", "Aden-Buie", role = c("ctb")), person("Albert", "Wang", role = c("ctb")), - person("Lukas", "Burk", role = c("ctb"))) + person("Lukas", "Burk", role = c("ctb")), + person("Michael", "McGowan", role=c("ctb"))) Depends: R (>= 3.5.0) Imports: remotes, methods, stats, utils Suggests: BiocManager, knitr, lattice, testthat (>= 0.9.0), XML diff --git a/R/p_set_cranrepo.R b/R/p_set_cranrepo.R index 585e5d7..01ebc67 100644 --- a/R/p_set_cranrepo.R +++ b/R/p_set_cranrepo.R @@ -20,12 +20,4 @@ p_set_cranrepo <- function(default_repo = "http://cran.rstudio.com/"){ if(length(repos) == 0){ options(repos = default_repo) } - - # Add ripley's repos on windows - if(p_detectOS() == "Windows"){ - if(is.na(options()$repo["CRANextra"])){ - options(repos = c(options()$repos, - CRANextra = "http://www.stats.ox.ac.uk/pub/RWin")) - } - } -} \ No newline at end of file +}