sailuh / kaiaulu

An R package for mining software repositories
http://itm0.shidler.hawaii.edu/kaiaulu
Mozilla Public License 2.0
20 stars 13 forks source link

parse_dependencies() filepath does not match to parse_gitlog() #219

Closed carlosparadis closed 1 year ago

carlosparadis commented 1 year ago

The path is offset by a / introduced at the start of the string on parse_gitlog(). This bug was likely introduced during the DV8 wrapper implementation, where relative paths were not being applied correctly.