Akash Tandon

Results 15 issues of Akash Tandon

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj Currently, the only way to do that is to delete the posts from the repo directory. Correct me if I'm wrong. A command line flag...

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj Hi, A weird bug cropped up while I was trying to set up knowledge repo for my organization. I'm deploying the web app on AWS...

There's a need to document the code as well as update the README/Wiki with examples. Since I have gone through the code and worked with it, I can put in...

Run Rperform on lots of real packages, so we can show the R community the benefits of using our code.

Currently, R CMD check fails. Update and complete documentation, and make other required changes.

Make it easier to use Rperform for performance testing standalone R code.

enhancement

Reference: https://github.com/hadley/dplyr/pull/2233#issuecomment-259709792

Create a coherent and useful UI for Rperform. Inspiration can be taken from python-specific packages such as [asv](https://github.com/spacetelescope/asv) and [codespeed](https://github.com/tobami/codespeed/).

enhancement
help wanted

Add support for creating and maintaining database of historic test run times, to which new times could be added. Existence of such a database will enhance Rperform UI's usefulness, when...

enhancement

Introduce interactivity in the performance plots being rendered. Similar to the ones returned by _asv_ [(_example_)](http://droettboom.com/astropy-benchmark/) and _codespeed_ [(_example_)](http://speed.twistedmatrix.com/timeline/#/?exe=4,3,2,5&base=none&ben=SSH%20Throughput&env=1&revs=50&equid=off). @tdhock animint could be used for something like this, right? Or...

enhancement