mikldk / roxytest

Inline testthat tests with roxygen2
95 stars 3 forks source link

Can only upate the timestamp for modified content? #14

Closed ShixiangWang closed 4 years ago

ShixiangWang commented 4 years ago

I do love this package to auto-update the tests. However, I find it is annoying that all my tests have their timestamps updated in every commit, e.g. https://github.com/ShixiangWang/sigminer/commit/6a667374d4baea6cd2f36eee7e33e45a2f05af52

Is it possible to track the file modification and update the timestamp properly?

Best, Shixiang

mikldk commented 4 years ago

Good point. Thanks! I think I will simply delete the "Last updated" line.

mikldk commented 4 years ago

This should be fixed by a12e9a7.

ShixiangWang commented 4 years ago

@mikldk Thanks:)