dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

Cmd check failing on Windows Release #100

Closed dbosak01 closed 2 years ago

dbosak01 commented 2 years ago

The cmd check on GitHub actions is failing on the Windows release version because of a link to the fmtr package in the documentation. Not sure why it is failing. All other platforms are working. Only a link in the documentation. Will remove link just to clear the error.

dbosak01 commented 2 years ago

Appears to be dynamic assignments tests. Previous fix didn't work.

dbosak01 commented 2 years ago

This was an odd problem and hard to diagnose. There were some tests that were previously working that have stopped working on the current Windows and Linux releases. In particular, the capture.output() function and assign() function were not throwing errors. Now they are. But only on the current R release. They must have changed something in these functions or with the R cmd check. For now, I have put a DEV flag on these tests so I can run them in the development environment, but they will not run on GitHub or CRAN. There is no error locally.