Displaying 20 results from an estimated 20000 matches similar to: "Picante package 0.7 on mac"
2009 Jul 17
1
Any workaround for CRAN Mac OS X compiler switch to R 2.10.0?
Hello,
Has the CRAN compiler for Mac OS X switched to using R 2.10? I
recently uploaded an update for the package I maintain to CRAN, and
it's no longer possible to run the package after installing CRAN
binaries for this package under Mac OS X 10.5 and R 2.9.1.
The package is picante 0.7-1. It passes all checks on CRAN cleanly.
Under R 2.9.1 on Mac OS X 10.5, the package can be
2013 Mar 21
1
PGLMM in Picante Question
Hi Guys,
Using the PGLMM function in Picante it is theoretically possible to
generate other models (than the 5 flagged ones indicated) by
differently structuring the independent variable (Y), dependent
variables (X), and covariance matrices (VV). I was wondering anyone
could give me some advice (or code) for generating a model that
includes the phylogenetic repulsion model (3) with the traits
2007 Feb 22
2
Is there better alternative to this loop?
Dear List,
Thanks to those who helped with my enquiry a few days ago.
I have a another question on loops, in this case I am trying to print out
the row of a data frame if the previous 3 values (daily values) in col5 are
in descending order. I have this loop which works, but ask whether this can
be done differently (without conventional loop) in R:
flag="T"
d= 3 # d represents
2007 Mar 28
2
aggregating data with Zoo
Is there a way of aggregating 'zoo' daily data according to day of week? eg
all Thursdays
I came across the 'nextfri' function in the documentation but am unsure how
to change this so any day of week can be aggregated.
I have used POSIX to arrange the data (not as 'zoo' series) according to day
of week, but am curious if I've missed if a similar option available
2007 May 21
2
logger anybody?
Hello,
When trying to use logger into any RSpec I get:
logger anyboundefined local variable or method `logger'' for
#<#<Class:0x278bee0>:0x253cdec>
Not sure if this is the spected behaviour (haven''t checked under the
hood) It was just annoying not having a logger instance available as in
Rails out of the tests.
--
An?bal Rojas
http://www.rubycorner.com
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
controller.stub!(:logged_in?).and_return(true)
Please help, this is driving me nuts ;-)
--
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com
2013 Sep 09
1
theta parameter - plm package
Hi all,
what indicates the parameter theta in the summary of a random effect
panel model estimated with the plm function?
example:
data("Produc", package = "plm")
zz <- plm(log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp,
model="random", data = Produc, index = c("state","year"))
summary(zz)
Effects:
var std.dev
2007 Feb 22
1
how to show date with this subset
Dear List,
Thankyou to Jim and Marc for their help on my previous question.
I have a data frame of five columns, the first being a list of dates and the
other four columns are numeric values. I wanted to list the days where all 4
columns of values are less than in the previous row. I used the following
which works fine, except it doesnt show the dates for each row (the values
from column 1).
2011 Nov 22
13
Problema con la ayuda HTML
Hola:
Desde hace varias versiones no puedo utilizar la ayuda HTML de R.
Cuando, por ejemplo, lanzo ?nlm me abre el navegador con
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL:
http://127.0.0.1:28683/library/stats/html/nlm.html
The following error was encountered:
Connection to 127.0.0.1 Failed
The system returned:
(111) Connection refused
The remote host
2002 Feb 20
2
IT WORKS!!!
We're compiling a detailed solution for this problem... We'll be posting it
ASAP...
Julio Rojas
jrojasuft.edu.ve
----- Original Message -----
From: "Mats olsson" <mace2442@hotmail.com>
To: <jrojas@uft.edu.ve>; <samba-technical@lists.samba.org>
Sent: Wednesday, February 20, 2002 4:05 AM
Subject: Re: [Samba] IT WORKS!!!
> Howabout publishing the working
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días:
Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es:
library(ROAuth)library(twitteR)
download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem")
reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <-
2020 Aug 12
3
Cannot contact any KDC for realm
Hello Samba Community,
I would like to seek advice as my Samba AD tends to consume high memory
usage caused by KDC service.
This issue will always come back within a couple of days after I restart
samba-ad-dc service.
It does not help by increasing memory.
>From message log:
kernel: Out of memory: Kill process 14527 (samba) score 873 or sacrifice
child
Identified pid 14527 belongs to
2002 Feb 18
1
samba 3.0 -
How do I interpret what this mean?
@"prfmstrt2+Domain Users"
What is prfmstrt2? Is that a group created in /etc/group or the domain
name? I take it the +
is a winbind seperator.
I modified the separator to be + instead of /, which it appears as by
default because everybody seems to be using + for some reason (I thought
that was for nis). My domain is INS. I tried to use
2010 Apr 30
5
Mount drbd/gfs logical volume from domU
Hi list,
I setup on 2 Xen Dom0s drbd/gfs a logical volume, this works as primary/primary so both DomUs will be able to write on them at the same time. But I dont know how to mount them from my domUs, I can see them with fdisk -l. The partition is /dev/xvdb1
SHould I install gfs on domUs and mount them on each as gfs partitions?
[root@p3x0501 ~]# fdisk -l
Disk /dev/xvda: 5368 MB, 5368709120
2009 Nov 09
6
Move domU lvm based to another dom0
Hi guys, I need to move an lvm based domU from one dom0 to another dom0.
How do you guys do ths?
xm save/restore doesnt have the option to specify lvm target as the storage.
Thanks
Chris
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller?
As I understand method_missing can be used inside a controller to
respond to nonexisting methods, is it possible to provide a similar
behavior at a controller level? I am not sure at whic level would this
code be inserted...
--
An?bal Rojas
http://www.lacaraoscura.com/
anibalrojas@gmail.com
2020 Aug 12
2
Cannot contact any KDC for realm
Hi Rowland,
Sorry I missed out on the OS.
CentOS Linux release 7.6.1810 (Core)
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo ens192
netbios name = SERVER1
realm = EXAMPLE.COM
server role = active directory domain controller
workgroup = WORKGROUP
idmap_ldb:use rfc2307 = yes
ldap server require
2012 Sep 29
3
Remote SIP Extension Best Practices
What are best practices for allowing connection by remote SIP
extensions over the internet? I'm thinking of putting the SIP inside a
VPN connection.
Kind Regards,
Chris
2007 Dec 02
2
Softswitch digim
Hello averybody,
I'm looking the softswitch in digium website, anyone test the softswitch?
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071202/2440f782/attachment.htm
2020 Aug 12
1
Cannot contact any KDC for realm
If this is a new setup.
And if this reflex your primary dns domain for your AD-DC.
realm = EXAMPLE.COM
Then i hope your really good with DNS setups, to easy to make errors here.
Cannot contact any KDC for realm can be one of them.
My advice use something like :
realm = INTERNAL.EXAMPLE.COM
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba