Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker images still have CRAN version of tmap #75

Open
Robinlovelace opened this issue Sep 25, 2024 · 2 comments
Open

Docker images still have CRAN version of tmap #75

Robinlovelace opened this issue Sep 25, 2024 · 2 comments

Comments

@Robinlovelace
Copy link
Contributor

And I'm not sure why, {tmap} having Remotes setting in the {geocompkg} DESCRIPTION.

Reproducible example:

docker run -it ghcr.io/geocompx/docker:suggests bash
Unable to find image 'ghcr.io/geocompx/docker:suggests' locally
suggests: Pulling from geocompx/docker
7646c8da3324: Already exists 
2a532d0e6beb: Already exists 
db5aa940be08: Already exists 
7ccbc6ce8ef9: Already exists 
a2977a275248: Already exists 
aae3293b611a: Already exists 
565a86b8dc8d: Already exists 
08516011f9e4: Already exists 
7bd8d0b63f2f: Already exists 
2041332265ca: Already exists 
286ca6f97446: Already exists 
5b9c39d18b55: Already exists 
b5c2e531b988: Already exists 
dc90a1a57065: Already exists 
84068eccbae4: Already exists 
b2f9dd331a53: Already exists 
8670ebf4d2d3: Already exists 
8063b8a0feb1: Already exists 
e76623234471: Already exists 
746777b0b667: Already exists 
b88b34cfe84e: Already exists 
12a813cec2ff: Already exists 
43ab9aa46010: Already exists 
365592650045: Already exists 
af2c1ccc2fb0: Already exists 
ab6481d8c5ad: Pulling fs layer 
54d7c5197d5c: Pulling fs layer 
b15235c38c1f: Pulling fs layer 
5a8f2238d26e: Waiting 
78189febc5ee: Waiting 
8905eb5bd21b: Waiting 
1db8de7134f0: Waiting 
772111b595f6: Waiting 
c1face7e7a05: Pull complete 
b90f6a960337: Pull complete 
454e1e4598ee: Pull complete 
f5279d68c1fc: Pull complete 
8934c663b939: Pull complete 
c4a5ddb2c594: Pull complete 
62b01f5b13bc: Pull complete 
8e5a856868ee: Pull complete 
Digest: sha256:760927ce09e43ee657b788b428e8d056b1db0d19327a0e42efd21964a54a6eae
Status: Downloaded newer image for ghcr.io/geocompx/docker:suggests
root@4488dbac1acc:/# R

R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> packageVersion("tmap")
[1] ‘3.3.4’
> library(tmap)
Breaking News: tmap 3.x is retiring. Please test v4, e.g. with
remotes::install_github('r-tmap/tmap')

Any ideas @Nowosad ?

@Nowosad
Copy link
Member

Nowosad commented Sep 25, 2024

@Robinlovelace I don't know... Maybe the remotes section only works for the packages that are completely outside of the CRAN ecosystem...?

@Robinlovelace
Copy link
Contributor Author

Maybe we need to do force and update settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants