search for: resav

Displaying 20 results from an estimated 84 matches for "resav".

Did you mean: resv
2011 Apr 11
1
R CMD build --resave-data
Hi, More about the new --resave-data option As mentioned previously here https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html 'R CMD build' and 'R CMD INSTALL' handle this new option inconsistently. The former does --resave-data="gzip" by default. The latter doesn't seem to support th...
2008 Aug 20
3
Dovecot & (Al)pine - resaving messages to Inbox
..., they appear to be from the dovecot upgrade. I really miss the ability to reorder messages in my inbox since I often use it as a queue of important items. Does anybody have any ideas why I'm seeing this error message? Or better yet, how to potentially (re) configure the system to allow me to resave messages into the same folder? Jonathan --------------- My settings: # 1.0.15: /usr/local/etc/dovecot.conf protocols: imap pop3 imaps pop3s ssl_cert_file: /etc/pki/dovecot/dovecot.pem ssl_key_file: /etc/pki/dovecot/private/dovecot.pem disable_plaintext_auth: no login_dir: /var/run/dovecot-...
2018 Jun 18
1
Automatic Compression by Save Causes Check Warning
...le(LETTERS[1:2], 190, replace = TRUE)) save(measurements, classes, file = "data/experiment.RData") then, when the package is checked, * checking data for ASCII and uncompressed saves ... WARNING Note: significantly better compression could be obtained by using R CMD build --resave-data old_size new_size compress experiment.RData 689Kb 447Kb bzip2 Could save and R CMD check consistently agree on a suitable compression scheme? Could R CMD check not emit warnings if the data is already small and the alternative compression doesn't reduce the...
2012 Aug 16
1
Compressing data for package builds
...are around 150Kb each. When I try to check the package I get the following warning Warning: large data file(s) saved inefficiently: size ASCII compress zagoskin.rda 137Kb FALSE none Note: significantly better compression could be obtained by using R CMD build --resave-data old_size new_size compress modpoll.rda 124Kb 78Kb xz zagoskin.rda 137Kb 6Kb bzip2 Both of these files modpoll.rda and zagoskin.rda have already been compressed from megabytes down to Kb. Also,, the instructions "R CMD build --resave-data...
2017 Aug 17
3
really dumb question with building/creating a new package.
Hello. I am creating a new RcmdrPlugin package. However, I am getting some very odd messages. R CMD build RcmdrPlugin.gstats_1.0.0 ERROR cannot change to directory ?RcmdrPlugin.gstats_1.0.0? es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gstats_1.0.0 Warning: ?RcmdrPlugin.gstats_1.0.0? is neither a file nor directory, skipping es-macbook-air:~ emhodgess$ cd RcmdrPlugin.gstats/
2009 Feb 24
2
receiving 1st digit from a variable
Hi people! I want to save the 1st letter from the ${EXTEN} variable. I don't want to trim it, I want to RESAVE it into a new variable. Let us assume the ${EXTEN} contains: 0698332977 then I'd love to get the 0 I would thank you for all advises. Tamer
2011 Dec 06
1
warning for inefficiently compressed datasets
...Generally speaking, warnings are for things that are dangerous, or unsafe, or unportable, or for anything that could potentially cause trouble. I don't see how using gzip instead of bzip2 or xz could fall into that category (and BTW gzip is the default for save() and for 'R CMD build' resave-data feature). The problem is that bzip2 and xz compressions are slower and also require more memory than gzip. Bioconductor has big data packages and sometimes it makes sense to use gzip and not bzip2 or xz. For example, when loading Human chromosome 1 from disk, bzip2 and xz are 7 and 3.4 times...
2006 Jul 27
25
Why are has_one objects resaved when the parent is saved?
If the associated object of a has_one association has been loaded, it is resaved when the parent is saved. Eg: class Person < ActiveRecord::Base has_one :user end class User < ActiveRecord::Base belongs_to :person end p = Person.find(:first) p.save # As expected, nothing happens with the user association p.user # Loads the associated object p.save # As well as sa...
2012 Mar 29
3
r-forge build failure bafflement
...spondence with the R-forge admins and am turning to r-devel on the remote chance that someone might have a guess as to what is going wrong or a suggestion about further diagnostics/experiments I could try ... The package seems to build fine on my system(s) with R CMD build --compact-vignettes --resave-data=best pkg (these are the R-forge build arguments, according to the r-forge admins) -- I've tried it with R-devel on Linux-32 and R 2.14.2 on MacOS-64. The build log (basically identical across linux64/win64/macos64) is as follows: -------------- Thu Mar 29 20:15:21 2012: Building tarb...
2004 Sep 10
1
[Flac-users] more front-end trouble
...been at the monitor watching before these warnings were scrolled away by the displays from work on other files in the batch, I wouldn't have known: the front-end reported nothing about the errors. The wavs were ripped by EAC, and I couldn't imagine what might be troublesome about them. I resaved them with GoldWave and re-flacced them, but FLAC gave the same warnings. The resulting .flac files played properly in WinAmp, and the wavs I decoded from them matched exactly (according to EAC's Compare Wavs function) to the originals from which they had been encoded. Was there a problem or...
2006 Jun 22
0
Saving and executing files that are in a table
Hello, I am trying to save files such as Word docs, pdfs and .avi files in a MySQL table and then run them. In the case of modifiable items such as word processor files I would like to change them and resave them. In the case of files such as short movies they would only be viewed. Using the book "Agile Web Development with Rails" I have been able to load a Word doc from a file location into a longblob in a table and put descriptive data in other fields (p.362 ff). I can''...
2010 Feb 16
7
YAML, UTF-8, TextMate, Notepad
This is not a question but a report on the difficulties I had and the solution I found with respect to UTF-8, YAML::load, and Ruby/Rails. Comments are appreciated. - - - I had been struggling for two days to get UTF-8 working in my Rails app. I had/have a localization file, lib\locale\de.yml, that had iso-8859-1 encoding. I could not get that to display properly. Marnen, quite correctly,
2019 Sep 27
1
passing extra arguments to devtools::build
...there has been no useful reply. Something seems to have changed in the |devtools|package, so that the following commands, that used to run now give an error I can't decipher: |>Sys.setenv(R_GSCMD="C:/Program Files/gs/gs9.21/bin/gswin64c.exe")>devtools::build(args =c('--resave-data','--compact-vignettes="gs+qpdf"'))The filename,directory name,or volume label syntax is incorrect. Error in(function(command =NULL,args =character(),error_on_status =TRUE,:System command error| I've tried other alternatives with other |devtools| commands, like ju...
2005 Dec 31
4
saving a collection
...can''t find a single command to save a collection. The save command seems to operate on only individual objects. Lets say I have a collection that I have received from a find_all command. I want to go through and change some attributes in various objects in the collection. Then I want to resave the whole collection back to the database. I don''t think the update_all command is right for this, as it understand it... Do I just have to iterate through the collection, issuing a save command on each object? Thanks for any advice... Shelby -------------- next part -------------- An...
2016 Jul 12
3
Forking and adapting an R package
...-------------------------------------------------------------------------------------------------------------------------------------------------------------------- '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD build '/home/tgrossen/R/hexbin' --no-resave-data --no-manual * checking for file ?/home/tgrossen/R/hexbin/DESCRIPTION? ... OK * preparing ?hexbin?: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes * creating vignettes ... ERROR Error: processing vignette 'hexagon_binning.Rnw...
2016 Jul 12
3
Forking and adapting an R package
...-------------------------------------------------------------------------------------------------------------------------------------------------------------------- '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD build '/home/tgrossen/R/hexbin' --no-resave-data --no-manual * checking for file ?/home/tgrossen/R/hexbin/DESCRIPTION? ... OK * preparing ?hexbin?: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes * creating vignettes ... ERROR Error: processing vignette 'hexagon_binning.Rnw...
2008 Jun 04
8
Not running correct specs under autotest:
...contents_controller.rb'' but it did not decide to re-run the ''contents_controller_spec.rb'' only ''user_spec.rb'' (which has a failing spec so is probably held over from the previous runs). If I ctrl+c to run all specs it runs the controller spec again. If I resave the controller the change is again detected but the spec is not run. I''m using Rails 2.1, edge rspec & rspec-rails, and ZenTest 3.9.2 Anyone else seen this? Matt. -- Matt Mower :: http://matt.blogs.it/
2013 Apr 12
2
"Failed to locate the 'texi2pdf' output file"
Hi, Every day a few Bioconductor packages (different ones each day) fail to build, on Windows only, with an error like this: D:\biocbld\bbs-2.13-bioc\meat>D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data OrganismDbi [...] Error in find_vignette_product(name, by = "texi2pdf", engine = engine) : Failed to locate the 'texi2pdf' output file (by engine 'utils::Sweave') for vignette with name 'OrganismDbi'. The following files exists in directory '.': ...
2014 Dec 09
2
UTF8 markdown vignette
...levant information below. Best regards, Thierry Details: Using 64-bit R 3.1.2 with encoding = "native.enc" on Windows 7 with Rstudio 0.97.1091. The source packages is build using the devtools package. The build command is R --vanilla CMD build "myPackage" --no-manual --no-resave-data The DESCRIPTION file has VignetteBuilder: knitr Suggests: knitr Imports: rmarkdown The markdown vignette YAML contains vignette: > %\VignetteEngine{knitr::rmarkdown} %\VignetteIndexEntry{The title} \usepackage[utf8]{inputenc} The custom output style converts the markdown to beame...
2011 Jun 22
2
"Warning: Unexpected EOF in reading WAV header"
...color="#ffffff" text="#000000"> Hello,<br> I am having a persistent problem in converting just three files with OggDrop, the other ninety files converted fine.<br> "Warning: Unexpected EOF in reading WAV header"<br> I have tried resaving the files in my wave editor under a different filename with no improvement.<br> Does anyone have any suggestions on how I can fix this?<br> I can think of no reason why these three files in particular should be any different from the other ninety that converted as the...