Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
stibu81 pushed 4 commits to main stibu81/rigraph
- test: Test handling of `"return.vs.es"` in several functions (#1610) Co-authored-by: github-actions[bot] <41898282+g... 566ebf0
- chore: Build-ignore rchk artifacts d3e1288
- fledge: Bump version to 2.1.1.9907 783dab5
- fledge: CRAN release v2.1.2 (#1611) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.... 9a2b52b
stibu81 created a comment on a pull request on igraph/rigraph
Should I open an issue where this can be discussed?
stibu81 created a comment on a pull request on igraph/rigraph
Could you comment on the other issue I found? It could be fixed quickly if you agree that it is a mistake.
stibu81 opened a pull request on igraph/rigraph
Fix and test handling of return.vs.es in several functions
This completes the fix of #1605 and adds tests. Since the tests of `neighbors()` were based on `as_adj_list()`, I have extended the test of the latter to also run with `return.vs.es = FALSE`. I ...stibu81 pushed 3 commits to fix_return.vs.es stibu81/rigraph
stibu81 pushed 10 commits to main stibu81/rigraph
- fledge: Bump version to 2.1.1.9905 (#1607) Co-authored-by: krlmlr <[email protected]> 375824a
- ci: Bring back extra workflow 8794a4e
- ci: Install GLPK on macOS cf14199
- ci: Add required rgl version (#1584) ef0b179
- ci: Use GLPK on macOS 7e28378
- ci: Change `Makevars` only after installation of R e22288d
- Minor grammar :bug: (#1588) Co-authored-by: Kirill Müller <[email protected]> e735c3f
- fix: Fix protection errors reported by rchk (#1592) f5dc296
- fix: `adjacent_vertices()` and `incident_edges()` are now correct if the `"return.vs.es"` option is `FALSE` (#1606) 1d38d60
- fledge: Bump version to 2.1.1.9906 (#1609) Co-authored-by: krlmlr <[email protected]> 54b5c6d
stibu81 created a comment on a pull request on igraph/rigraph
Yes, I'm happy to do that. Sorry, I wasn't aware of `incident_edges()`. I thought about adding a test, but did not do that because I could not find any existing tests for `adjacent_vertices()`. ...
stibu81 opened a pull request on igraph/rigraph
fix: fix adjacent_vertices() being off by 1 if return.vs.es is FALSE
fixes #1605 The problem is that in `adjacent_vertices()`, 1 is only added to the vertices if `return.vs.es` is `TRUE`.stibu81 opened an issue on igraph/rigraph
`adjacent_vertices()` is off by 1 when option `return.vs.es` is `FALSE`
### What happens, and what did you expect instead? When `adjacent_vertices()` is run with the option `return.vs.es` set to `FALSE` (which is not the default), all the vertex indices are 1 too smal...stibu81 pushed 1 commit to fix_adjacent_vertices stibu81/rigraph
- fix: fix adjacent_vertices() being off by 1 if return.vs.es is FALSE 2ec45c2
stibu81 pushed 1 commit to improve_performance stibu81/simpleTaxonomy
- fix bug in graph_as_nested_list() 24cf0fd
stibu81 pushed 1 commit to improve_performance stibu81/simpleTaxonomy
- extract vertex attributes only once 77880e0
stibu81 pushed 1 commit to improve_performance stibu81/simpleTaxonomy
- make igraph::neighbors() faster 5ec1eb0
stibu81 created a branch on stibu81/simpleTaxonomy
improve_performance - Create Interactive Visualisation of Taxonomic Hierarchy with R
stibu81 pushed 1 commit to main stibu81/simpleTaxonomy
- add slider for link_length to siny app a77376d
stibu81 created a comment on an issue on r-lib/actions
I also had this problem, reruns did not help. The issue is fixed with #953.
stibu81 pushed 1 commit to main stibu81/ibawds
- let spell_check_slides() also work for general folder 4106283