Open DorisAmoakohene opened 1 year ago
https://github.com/Rdatatable/data.table/pull/4440 is from a branch in a different repo tlapak:tuning_shallow so to do an atime analysis you will have to create that repo as another remote in your data.table clone, then fetch that branch, something like below
cd path/to/your/data.table
git remote add tlapak https://github.com/tlapak/data.table
git fetch tlapak tuning_shallow
@tdhock kindly assists in opening the commits ids for this issue
https://github.com/Rdatatable/data.table/issues/4311 https://github.com/Rdatatable/data.table/pull/4440
below is the code I'm trying to run and I'm getting this error:
"Error in value[3L] : Error in revparse_single(object, branch): Error in 'git2r_revparse_single': Requested object could not be found
when trying to checkout 769f02c6fbbb031391a79f46c6042de99f1ea712"