search for: copyfile_disable

Displaying 7 results from an estimated 7 matches for "copyfile_disable".

2015 Sep 26
2
Hidden files problem in R CMD check
Dear Simon, Thank you very much for your help, it did solve my problems!! Great! I have googled COPYFILE_DISABLE and found the following site which does explain the issue with tar on Mac OS X, see: http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files Instead of doing: $tar czf xps_1.29.2.tar.gz xps I did now: $COPYFILE_DISABLE=1 tar czf xps_1.29.2.tar.gz xp...
2015 Sep 26
6
Hidden files problem in R CMD check
...these hidden files are stored on the Mac? Best regards, Christian On 09/26/15 23:01, Dirk Eddelbuettel wrote: > > On 26 September 2015 at 22:41, cstrato wrote: > | Dear Simon, > | > | Thank you very much for your help, it did solve my problems!! Great! > | > | I have googled COPYFILE_DISABLE and found the following site which does > | explain the issue with tar on Mac OS X, see: > | http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files > | > | Instead of doing: > | $tar czf xps_1.29.2.tar.gz xps > | > | I did now: &g...
2015 Sep 26
2
Hidden files problem in R CMD check
Dear all, When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs that my tar.gz file does contain hidden files. However, when checking the corresponding directories with 'ls -al' (or with mc) none of these files does exist!! (with exception .BBSoptions). Here is a partial output of 00check.log: * using log directory
2015 Sep 26
0
Hidden files problem in R CMD check
On 26 September 2015 at 22:41, cstrato wrote: | Dear Simon, | | Thank you very much for your help, it did solve my problems!! Great! | | I have googled COPYFILE_DISABLE and found the following site which does | explain the issue with tar on Mac OS X, see: | http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files | | Instead of doing: | $tar czf xps_1.29.2.tar.gz xps | | I did now: | $COPYFILE_DISABLE=1 tar czf xps_...
2015 Sep 27
0
Hidden files problem in R CMD check
...egards, > Christian > > > On 09/26/15 23:01, Dirk Eddelbuettel wrote: >> >> On 26 September 2015 at 22:41, cstrato wrote: >> | Dear Simon, >> | >> | Thank you very much for your help, it did solve my problems!! Great! >> | >> | I have googled COPYFILE_DISABLE and found the following site which does >> | explain the issue with tar on Mac OS X, see: >> | http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files >> | >> | Instead of doing: >> | $tar czf xps_1.29.2.tar.gz xps >&gt...
2015 Sep 27
0
Hidden files problem in R CMD check
...egards, > Christian > > > On 09/26/15 23:01, Dirk Eddelbuettel wrote: >> >> On 26 September 2015 at 22:41, cstrato wrote: >> | Dear Simon, >> | >> | Thank you very much for your help, it did solve my problems!! Great! >> | >> | I have googled COPYFILE_DISABLE and found the following site which does >> | explain the issue with tar on Mac OS X, see: >> | http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files >> | >> | Instead of doing: >> | $tar czf xps_1.29.2.tar.gz xps >&gt...
2015 Sep 26
0
Hidden files problem in R CMD check
...ey very old?) editor. First, is seems that you are not creating the tar ball correctly - the correct way is to use R CMD build which should not include resource forks nor files on the ignore list. That said, if for some reason you intend to create is by hand (not recommended), you may want to set COPYFILE_DISABLE=1 so it doesn't include resource forks. Cheers, Simon On Sep 26, 2015, at 3:30 PM, cstrato <cstrato at aon.at> wrote: > Dear all, > > When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs > that my tar.gz file does contain hidden files. &...