{"id":16284430,"url":"https://github.com/nuest/pqr-docker","last_synced_at":"2026-04-26T22:31:48.449Z","repository":{"id":146971570,"uuid":"101038838","full_name":"nuest/pqr-docker","owner":"nuest","description":"Pretty Quick R on Docker","archived":false,"fork":false,"pushed_at":"2019-09-18T08:36:50.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T00:04:39.946Z","etag":null,"topics":["docker","pqr","r","rstats"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-22T08:13:59.000Z","updated_at":"2025-03-26T07:53:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c011416f-c679-4dcc-a62d-64d209cfdfac","html_url":"https://github.com/nuest/pqr-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nuest/pqr-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuest%2Fpqr-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuest%2Fpqr-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuest%2Fpqr-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuest%2Fpqr-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuest","download_url":"https://codeload.github.com/nuest/pqr-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuest%2Fpqr-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","pqr","r","rstats"],"created_at":"2024-10-10T19:19:31.438Z","updated_at":"2026-04-26T22:31:48.425Z","avatar_url":"https://github.com/nuest.png","language":"Dockerfile","readme":"# pqr-docker\n\nThis repository contains Dockerfiles for images with [pqR](http://www.pqr-project.org/) - \"a pretty quick version of R\".\nThe Dockerfiles here and the images created with them have no connection to the pqR project.\n\n```bash\ndocker run -it --rm nuest/pqr\n```\n\nThis will take you to an R prompt.\nCheck the startup message for information on configuration and CRAN mirror.\n\nThere are tagged build for selected releases.\nPleas open an issue if you need a different release.\n\n- `2019-02-19` (`latest`)\n- `2017-06-09`\n\n## Build locally\n\n```bash\ncd 2019-02-19\ndocker build --tag pqr .\n\ndocker run --it --rm pqr\n```\n\n## Image for development version\n\nYou can build and run a Docker image for a specific commit of the source code with the following command:\n\n```bash\nREF=\u003cmy commit or branch\u003e; docker build --tag pqr:$(echo $REF) --build-arg REF=$REF --file dev/Dockerfile .\ndocker run --rm -it pqr:$(echo $REF)\n# use R, quit container\nunset REF\n```\n\n## Multi-stage builds [WIP]\n\nIt could be useful to apply a multi-stage build to reduce images size.\nSome snippets to get that started:\n\n```\n# multi-stage build to get rid of build artifacts and sources \u003e installing packages from source needs make, and probably more... so let's keep the image large but complete for now\nFROM debian:stretch\nENV PQR_VERSION=2017-06-09\nRUN sed -i \"s/deb.debian.org/cdn-fastly.deb.debian.org/\" /etc/apt/sources.list \\\n    \u0026\u0026 sed -i \"s/security.debian.org/cdn-fastly.debian.org\\/debian-security/\" /etc/apt/sources.list \\\n    \u0026\u0026 apt-get update \\\n\t\u0026\u0026 apt-get install -y --no-install-recommends \\\n        gfortran \\\n        libreadline-dev \\\n        make\nCOPY --from=builder /usr/local/bin/R /usr/local/bin/R\nCOPY --from=builder /usr/local/lib/R /usr/local/lib/R\nWORKDIR /\n```\n\n## Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md) (file `CODE_OF_CONDUCT.md`).\nBy participating in this project you agree to abide by its terms.\n\n## License\n\npqR is available under the GPLv2 (or higher) license and Copyright (C) 2013-2017 Radford M. Neal.\n\nCode files in this repository are published under GPLv3 and are Copyright (C) 2017 Daniel Nüst, see LICENSE for the full text of the license.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuest%2Fpqr-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuest%2Fpqr-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuest%2Fpqr-docker/lists"}