MarcoDVisser / aprof

Amdahl's profiler, directed optimization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file stem separation needs to be optimized

MarcoDVisser opened this issue · comments

some functions fail to see that ./file.R and file.R are the same.

What do you mean by this?

Hi Dason. It's just a little bug I don't have time to solve now. When I load source files called "./file.R" and "file.R" these should refer to the same file but they don't. This despite the fact that I remove the file stem from the file name in the source code of aprof.

So this is just a little reminder to me to find out what is up, before I load a new version to CRAN.

Issue fixed in version 0.2.4