Displaying 4 results from an estimated 4 matches for "riman".
Did you mean:
rian
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 symbol: immagnify
Error in library(Riman) : .First.lib failed for 'Riman'
Execution halted
It looks like this package has a loading problem: see the messages for
details. &...
2006 Aug 07
0
select da tabella in _form.rhtml
...mit_tag "Invia richiesta" %>
<%= end_form_tag %>
<%= link_to ''Indice'', :action => ''index'' %>
la combo box relativa alla struttura viene visualizzata bene, tuttavia
al campo requirement[structure_id] non viene assegnato l''id e rimane
null.
Dove sbaglio? Grazie per l''eventuale risposta.
B.M.
--
Posted via http://www.ruby-forum.com/.
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