Jay Hesselberth

Results 110 comments of Jay Hesselberth

It's not currently possible to completely suppress building the search index. Easy enough to supply a user configurable option to suppress the build, but we'd also need to hide the...

It's hacky but you can fix the NEWS issue on the v1.5.0 page by temporarily changing DESCRIPTION version to 1.5.0, rebuilding site, and using `deploy_site_github()`. This would add the blog...

For packages that are already on CRAN / BIOC, this information already exists one click away (i.e., the link under "Download from CRAN at").

We could dump `desc::desc()` output to a flat file and annotated with appropriate links. I'm not sure where to link to this. A badge doesn't seem appropriate.

bigwig would be nice, too.

This looks good. I think the small drop in performance is a good trade off for increased maintainability. We should be more explicit about acknowledging the IntervalTree code from ekg,...

Or even just updating IntervalTree, which has changed a bit. https://github.com/ekg/intervaltree/blob/master/IntervalTree.h

the easiest way to do this would be: 1. calculate interval spacing 2. pick a random start for the first interval 3. use the spacings to set the coordinates for...

for simplicity, the above should probably ignore `incl` and `excl` params. and issue a message to that effect.

Could also pick a random offset with the spacing dists, using that as the first and then circling back when the end is reached.