An open API service indexing awesome lists of open source software.

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

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"