Displaying 3 results from an estimated 3 matches for "_model".
Did you mean:
model
2008 Jun 26
2
Problems loading an S-Plus object
I have inherited some S-Plus code and objects that I am trying to get
to work in R.
The object files (3 __i files and one ___nonfi file) are stored in a
folder (named _Model), but when I try to use "attach("c:/_Model")" I
get an error saying "Error in readChar(con, 5L, useBytes = TRUE) :
cannot open the connection"
Any help with this issue would be greatly appreciated.
Best regards,
Morten
2006 Jul 10
10
has_many :through and foreign key parameters
I just took my HABTM and turned it into a :through since my join table
has another "non-joiny" attribute.
I went from this:
has_many_and_belongs_to :jobs, :join_table => ''tablename'',
:foreign_key => ''x'',
:association_foreign_key => ''y''
to this:
has_many :jobs, :through =>
2015 Nov 11
5
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Wed, 11 Nov 2015 11:13:43 -0800, Daniel Berlin via llvm-dev wrote:
<snip for gmane>
> Heck, i could even reason about inline asm if i wanted to ;-).
>
> My point is that this call is super special compared to all other
> calls,
> and literally everything in LLVM has to understand that.
> The liklihood of subtle bugs being introduced in functionality (IE
>