Skip to content

Commit 0157872

Browse files
committed
Remove github pkgs and use r-universe for spDataLarge
1 parent 355b42f commit 0157872

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
^README\.Rmd$
22
^.*\.Rproj$
33
^\.Rproj\.user$
4+
.pixi/

DESCRIPTION

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,5 @@ Imports:
3636
dodgr,
3737
opentripplanner,
3838
osmextract,
39-
osmactive,
4039
tmap
41-
Remotes:
42-
nowosad/spDataLarge,
43-
itsleeds/pct,
44-
zonebuilders/zonebuilder,
45-
nptscot/osmactive
40+
Additional_repositories: https://geocompx.r-universe.dev/

install.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
if (file.exists("DESCRIPTION")) {
2-
remotes::install_local(ask = FALSE)
2+
remotes::install_local(repos = c('https://geocompx.r-universe.dev', 'https://cloud.r-project.org'), ask = FALSE)
33
} else {
4-
remotes::install_github('itsleeds/tds', ask = FALSE)
5-
}
4+
remotes::install_github('itsleeds/tds', repos = c('https://geocompx.r-universe.dev', 'https://cloud.r-project.org'), ask = FALSE)
5+
}
6+

0 commit comments

Comments
 (0)