Displaying 6 results from an estimated 6 matches for "stear".
Did you mean:
tear
2020 Apr 17
3
Demo for linking native routines between R packages
Dear Davis,
Thank you a lot for sharing this, and I am happy that I was not the only
one who need to do it once to learn:)
I proposed to add my repo to the manual. I think it makes sense to add both
of ours, if possible, or we could merge them together and add that to the
manual.
Long-term URL stability is apparently an issue, but I think we may find a
solution there.
Anyway, thanks a lot for
2020 Apr 17
1
Demo for linking native routines between R packages
...> amnesia where prior work is (pick any one the following)
>
> - ignored altogether
> - reinvented by another package
> - shadowed by another package
>
> rather than extended, improved and/or cited. That is a collective loss for
> all of us. It would be nice if you could stear back a little and reference
> prior related work. My apologies to other packages in this area I have not
> listed. We really should have a common reference for this.
>
> Cheers, Dirk
>
> --
> http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
>
--
*Dr. Jita...
2020 Apr 17
0
Demo for linking native routines between R packages
...ing more and more towards collective
amnesia where prior work is (pick any one the following)
- ignored altogether
- reinvented by another package
- shadowed by another package
rather than extended, improved and/or cited. That is a collective loss for
all of us. It would be nice if you could stear back a little and reference
prior related work. My apologies to other packages in this area I have not
listed. We really should have a common reference for this.
Cheers, Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2006 Nov 06
21
acts_as_ferret and associations
I have the following models:
class Book < ActiveRecord::Base
acts_as_ferret
belongs_to :author
end
class Author < ActiveRecord::Base
has_many :books
end
and in the controller:
def search
if params[:query]
@query = params[:query]
@total, @books = Book.full_text_search(@query, :page =>
(params[:page]||1))
@pages =
2002 Jul 13
2
Win98s and Samba
...to enable the win98 machine to connect to the server. I was
sure to run the smbpasswd utility to make sure that samba had the right
passwords and still I couldn't get it to work.
Is there anyone out there that is able to help me here. I would greatly
appreciate any help from someone who can stear me in the right direction.
Thank in advance,
Matt
-------------- next part --------------
18:25:07.232969 barney.springfield.netbios-dgm > 192.168.1.255.netbios-dgm:
>>> NBT UDP PACKET(138) Res=0x1102 ID=0xC IP=192 (0xc0).168 (0xa8).1 (0x1).2 (0x2) Port=138 (0x8a) Length=203 (0xcb...
2006 Jan 10
15
KISS and DRY? Not even close!
Hi all,
After working on my first rails app and having handed over some very
sophisticated coding from a lot of you guys. My app does what I want it to
do, but I''m no where near the end yet, and it seems that the KISS and DRY
objectives already went down the drain.
It could be lack of knowledge, only doing Ruby on (and) Rails for a month, but
I''m stuck on the following: