Displaying 7 results from an estimated 7 matches for "binaryfil".
Did you mean:
binaryfile
2015 Feb 02
1
BinaryFiles format
Hello,
after many failed attempts to correctly write BinaryFiles file
"R CMD check will warn about them unless they are listed (one filepath per
line) in a file BinaryFiles at the top level of the package." - CRAN docs
would somebody kindly provide an example of BinaryFiles file?
thank you
Theo
--
View this message in context: http://r.789695.n4...
2012 May 18
2
Distributing Executables.
...d not binaries that are submitted to CRAN:
"A source package if possible should not contain binary executable
files: they are not portable, and a security risk if they are of the
appropriate architecture. R CMD check will warn about them unless they
are listed (one filepath per line) in a file BinaryFiles at the top
level of the package. Note that CRAN will no longer accept submissions
containing binary files even if they are listed."
The following section seems to indicate special cases in which
packages can create binary files:
"In very special cases packages may create binary files o...
2016 Nov 08
2
leaks in lld on the bot
...LeakSanitizer: detected memory leaks
Direct leak of 184 byte(s) in 1 object(s) allocated from:
#0 0x72fab0 in operator new(unsigned long)
/mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:82
#1 0x8c8610 in void
lld::elf::BinaryFile::parse<llvm::object::ELFType<(llvm::support::endianness)1,
true> >() /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/tools/lld/ELF/InputFiles.cpp:823:7
#2 0xb9de74 in
lld::elf::SymbolTable<llvm::object::ELFType<(llvm::support::endianness)1,
true> >...
2012 Feb 13
1
Including .exe files in an R package
...reading the manual, I came across this:
"A source package if possible should not contain binary executable
files: they are not portable, and a security risk if they are of the
appropriate architecture. R CMD check will warn about them2 unless
they are listed (one filepath per line) in a file ?BinaryFiles? at the
top level of the package. Note that CRAN will no longer accept
submissions containing binary files even if they are listed."
>From my understanding, the .exe files are a subset of binary files,
which are no longer accepted by CRAN. If this is the case for my
situation, is there a...
2016 Nov 08
3
leaks in lld on the bot
...; Direct leak of 184 byte(s) in 1 object(s) allocated from:
>> #0 0x72fab0 in operator new(unsigned long)
>> /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:82
>> #1 0x8c8610 in void
>> lld::elf::BinaryFile::parse<llvm::object::ELFType<(llvm::support::endianness)1,
>> true> >()
>> /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/tools/lld/ELF/InputFiles.cpp:823:7
>> #2 0xb9de74 in
>> lld::elf::SymbolTable<llvm::object::ELFType<(llvm:...
2009 Sep 01
5
Including a binary Python Interpreter into a binary R-package for MS Windows
...t;Writing R Extensions". It says "A source package if possible should not contain binary executable files: they are not portable, and a security risk if they are of the appropriate architecture. R CMD check will warn about them unless they are listed (one filepath per line) in a file 'BinaryFiles' at the top level of the package or bundle. Note that CRAN will no longer accept submissions containing binary files even if they are listed."
So, yes, you are right. I was actually hoping that CRAN could make some exceptions, but after some thinking I fully understand that many people...
2013 Mar 12
0
wishlist: ObjectFiles
It is possible to list binaries in BinaryFiles and thereby excluded
them from R CMD check (although they are disallowed by CRAN).
I am interested in the same functionality, but for object files.
Background: in Rgraphviz, we (I) include pre-compiled object files for
use on Windows, because generating these object files requires a full
unix en...