search for: rimaner

Displaying 4 results from an estimated 4 matches for "rimaner".

Did you mean: rimanere
2008 Jul 10
1
package has a loading problem
Hello, I have difficulties in finding why I cannot load a custom R package in Linux (Suse 10). When I run R CMD check for a package source folder I get the following message: "..... Error in dyn.load(file, ...) : unable to load shared library '/home/yarz/projects/Riman/Riman.Rcheck/Riman/libs/Rimanlib.so': /home/yarz/projects/Riman/Riman.Rcheck/Riman/libs/Rimanlib.so: undefined
2006 Aug 07
0
select da tabella in _form.rhtml
Ben trovati. Ho questa _form : <%= error_messages_for ''requirement'' %> <!--[form:requirement]--> <p><label for="requirement[structure_id]">Struttura</label><br/> <%= @structures = Structure.find(:all, :order => "nome").map {|f| [f.nome,f.id] } select(:structure, :id, @structures) %> <p><label
2009 Feb 24
7
Add .html extension by default
Hi all, i would like to add the .html extension by default to all my resources. What is the best way to do that? The reason for this is that i need to download the generated sites via wget and i need the .html extension for the downloaded files. Also it would be nice if the link_to would automatically generate the links with .html... Thanks, Gerold
2008 Apr 14
9
scientific notation problem
We''re developing a system that''s used for tracking company IPO data and we''re running into a few number storage issues. For large numbers, i.e. numbers greater than 100 million, MySQL insists on storing these as scientific notation. I don''t really have a problem with that but when we want to edit these fields using something like: <% form_for(@company) do