Block or Report
Block or report krlmlr
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
cynkra/fledge Public
Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
-
6,587 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contribution activity
January 2023
Created 238 commits in 15 repositories
Created 2 repositories
Created a pull request in igraph/rigraph that received 36 comments
feat!: Allow change of attribute type when setting attribute for all vertices or edges, only attributes of length 1 or the length of the target set allowed
Closes #466.
This needs a full revdepcheck in all cases, and a cleanup (decide on ATTRIBUTE_STRICT_RECYCLING
).
+679
−690
•
36
comments
Opened 26 other pull requests in 8 repositories
igraph/rigraph
10
merged
1
open
2
closed
-
fix: Iterators created with
E(P = ...)
orE(path = ...)
are incomplete - chore: Use higher-level functions to set attribes when adding nodes and edges
- chore: Rename test files
- Update instructions
- Fix test order
- Fix brittle test
- chore: Stabilize vs-es tests
- WIP: Debug CI/CD failure
- WIP: Special case
-
fix:
NULL
means empty vertex or edge list again in all functions - docs: Use Markdown in documentation
- chore: Track revdepcheck results
- chore: Move to single branch setup
cynkra/fledge
3
merged
tidyverse/dplyr
1
open
1
merged
duckdb/duckdb
2
open
r-dbi/RPostgres
2
merged
r-prof/procmaps
2
merged
github/docs
1
open
r-spatial/sf
1
merged
Reviewed 17 pull requests in 8 repositories
duckdb/duckdb
5 pull requests
cynkra/dm
3 pull requests
cynkra/fledge
3 pull requests
igraph/rigraph
2 pull requests
patperry/r-utf8
1 pull request
r-dbi/RPostgres
1 pull request
r-dbi/RSQLite
1 pull request
Tmonster/duckdb
1 pull request
Created an issue in duckdb/duckdb that received 7 comments
Relational API thinks that SUM(<empty>)
is NULL
, how to change it to 0?
What happens?
For the corner case of an empty input, SUM()
over a column returns NULL
. This is perhaps consistent with SQL, but not with the data …
2 tasks done