mark padgham

Results 619 comments of mark padgham

https://github.com/ITSLeeds/snet-rj/

> > To be honest, I'm not sure how much can be recycled from that other paper, since it focused only on street networks. In this case, I guess the...

> [@mpadge](https://github.com/mpadge) , the release is ready. Could you send the mail to CRAN to inform them about the mantainer change? I added a line in cran-comments.md (not committed but...

Using same test repo from #61 ``` r path

Comparison of identified external calls between ctags and tree-sitter: ``` r compare_external_calls ℹ tree-sitter detects 118% more tags in total, and 27% of non-base calls #> tag_src n #> 1...

Thanks so much @DavisVaughan, that's a brilliant solution! I'll definitely implement a version of that then. Just keep in mind that this whole system currently tags everything with `ctags` compiled...

Can now use the [`ami` package](https://github.com/briandconnelly/ami) function `on_cran` via https://github.com/briandconnelly/ami/issues/14 to auto-download and install ctags binaries for windows + macos when `!ami::on_cran()`.

Can't submit until resolution of of https://github.com/r-lib/cpp11/issues/355 ...

Getting close. This is CRAN response to attempted re-submission: > Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about...

The last comment on `ctags/gtags` write locations is going to be tricky. They're executed here: https://github.com/ropensci-review-tools/pkgstats/blob/fd11b3169d1b623d6546e039e35ab119903a8a32/README.Rmd#L19-L23 and CRAN vignettes are now clearly built with `pkgdown`, meaning `ctags_install()` gets executed, and...