Closed Anirban166 closed 8 months ago
Generated via commit 775180d98c7bb0a4df20b865d45687d32930f294
you don't need to quote N
again this data.table-specific test code should not be in this repo. this repo should only have code specific to running atime_pkg on github actions. please fork the data.table repo, and put the data.table perforamce test code in data,table/inst/tests/atime.R similarly, please fork https://github.com/tdhock/binsegRcpp/ and create a PR like this https://github.com/SiyaoIsHiding/binsegRcpp/pull/4 yout github action should work with any R package that has inst/tests/atime.R in it
again this data.table-specific test code should not be in this repo.
It is obviously not in this repository. I only shared it here for convenience so one does not have to go to my fork of data.table
and look at my tests.R file there. In other words, I included that code snippet in my comment above for ease of navigation (if someone were curious about the changes and wanted to quickly see) since I'm modifying that test file in another repository, and it's relevant since the workflow uses it (but the test code is not here).
this repo should only have code specific to running atime_pkg on github actions. please fork the data.table repo, and put the data.table perforamce test code in data,table/inst/tests/atime.R
It already is that way - All this repository has is the GitHub Action. It runs atime::atime_pkg
on my fork of data.table
, using the tests defined there.
similarly, please fork https://github.com/tdhock/binsegRcpp/ and create a PR like this SiyaoIsHiding/binsegRcpp#4 yout github action should work with any R package that has inst/tests/atime.R in it
Sure, and yup it does
you don't need to quote N
Noted
Testing to see if multiple
atime
test cases are being portrayed side by side in the plot that will be commented on the PR thread. I defined two tests, and this is the version I used here: