Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,983 contributions in the last year
Contribution activity
November 2020
Created 48 commits in 16 repositories
Created 3 repositories
Created a pull request in LTLA/BiocNeighbors that received 6 comments
Accomodate RcppAnnoy 0.16.2 or later with Annoy 1.17
Same mechanics as for uwot -- I added a trivial and empty src/Makevars.
Opened 7 other pull requests in 3 repositories
TileDB-Inc/TileDB-R
1
open
4
merged
jlmelville/uwot
1
merged
jchiquet/quadrupenCRAN
1
merged
Reviewed 2 pull requests in 2 repositories
TileDB-Inc/TileDB 1 pull request
eddelbuettel/rcppsimdjson 1 pull request
Created an issue in jlmelville/uwot that received 7 comments
Change for next (Rcpp)Annoy version
Annoy now allows for single- or multithreaded indexing but implemented the change in a somewhat suboptimal API change without a fallback. The diff …