Closed ben-schwen closed 4 months ago
Hmm, I only see one other package attempting to define isDataFrame()
and it's done in the same way AFAICT:
@ben-schwen baby me a bit here, I tried checking out the GLCI logs and couldn't find that compilation error, could you help me find it?
You can download the artifacts.zip
at the right hand side (see screenshot above)
And then inside the artifacts.zip
at /bus/test-lin-dev-gcc-strict-cran/data.table.Rcheck/00install.out
Or directly view the artifact via the webviewer
Oh, sorry. I managed to look at 00install.log thinking I was seeing 00install.out 😨
@ben-schwen what's going on here is the GCLI runner is on a slightly old version of r-devel. We see r86945 in the logs, but isDataFrame()
was added in r86702: https://github.com/r-devel/r-svn/commit/4ef83b9dc3c6874e774195d329cbb6c11a71c414. So the GCLI issue will go away on its own. Still I think we can hold off on #6235 for a while as it's not generating a NOTE
yet -- I think it makes sense to wait for isDataFrame()
to make an R release first.
6235 introduced a new error as shown by our GitLab CI