https://github.com/krlmlr/rigraph-san
Debug builds of R for igraph
https://github.com/krlmlr/rigraph-san
Last synced: 3 months ago
JSON representation
Debug builds of R for igraph
- Host: GitHub
- URL: https://github.com/krlmlr/rigraph-san
- Owner: krlmlr
- Created: 2023-05-28T07:37:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T09:54:33.000Z (9 months ago)
- Last Synced: 2024-12-18T08:12:08.026Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igraph-san
## Running
```sh
docker run --rm -ti --platform linux/amd64 ghcr.io/krlmlr/rigraph-san:main RDcsan -q -e 'library(igraph)'
```### Mounting a local igraph clone
```sh
docker run --rm -ti --platform linux/amd64 -v $(pwd):/igraph ghcr.io/krlmlr/rigraph-san:main RDsan -q -e 'setwd("igraph"); source("test.R")'
```## Setup notes
- On , set "Workflow permissions" to "Rread and write permissions"
- On , link repository
- Per , on , add igraph-san repo and set access to "Write"