Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Files weirdness #115

Open
lawinslow opened this issue Jun 9, 2017 · 0 comments
Open

Binary Files weirdness #115

lawinslow opened this issue Jun 9, 2017 · 0 comments

Comments

@lawinslow
Copy link
Member

We know R doesn't like binary files in a package, but according to the documentation, a file called "BinaryFiles" can be added to the package. Despite having that file in our package, we continue to get this warning

  • checking for .dll and .exe files ... WARNING
    Found the following executable files:
    inst/extbin/win32GLM/glm.exe
    inst/extbin/win32GLM/hdf5_hldll.dll
    inst/extbin/win32GLM/hdf5dll.dll
    inst/extbin/win32GLM/libmmd.dll
    inst/extbin/win32GLM/netcdf.dll
    inst/extbin/win32GLM/svml_dispmd.dll
    inst/extbin/win32GLM/szip.dll
    inst/extbin/win32GLM/zlib1.dll
    inst/extbin/winGLM/glm.exe
    inst/extbin/winGLM/hdf5_hldll.dll
    inst/extbin/winGLM/hdf5dll.dll
    inst/extbin/winGLM/libmmd.dll
    inst/extbin/winGLM/netcdf.dll
    inst/extbin/winGLM/svml_dispmd.dll
    inst/extbin/winGLM/szip.dll
    inst/extbin/winGLM/zlib1.dll
    Source packages should not contain undeclared executable files.

And of course, more confusingly,

Non-standard file/directory found at top level:
'BinaryFiles'

I get this on both R v3.3.2 and bleeding edge R-devel version.

To get travis running, I'm just telling it to ignore warnings for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant