3.2.0 is the problem. Support for HTTPS was streamlined in 3.2.2.
You either need to choose an HTTP mirror (if you can trust your communication
lines -- the reason for the change is that it was a security hole for people
with untrusted connections: free wifi, etc.), or figure out how to install
Just wondering if any CRAN or "R" guru out there might have seen something
like thisand could advise a potential fix (or advise what, if anything
I've missed) ?
I've installed pre-req packages without an issue:
[hostname ]# *yum install libxml2-devel git svn gtk+-devel gtk2-devel
gnutls-dev
Thank you all for your helpful responses. I apologize for the lack of
subject line. That is certainly not my habit. It happened because my
first email was refused because it was sent using an incorrect "From:"
line (an aliases email address, daniel.wagen...@uc.edu) instead of the
address I subs
Did you look at file.path()?
R. Mark Sharp, Ph.D.
Director of Primate Records Database
Southwest National Primate Research Center
Texas Biomedical Research Institute
P.O. Box 760549
San Antonio, TX 78245-0549
Telephone: (210)258-9476
e-mail: msh...@txbiomed.org
> On Oct 31, 2015, at 3:28 P
You might get better or quicker answers if you ask package-specific
questions
to the maintainer of the package
> maintainer("plm")
[1] "Yves Croissant "
or to the authors listed in
> packageDescription("plm")
Package: plm
Version: 1.4-0
Date: 2013-12-24
Title: Linear Models for Panel
Why are you recreating the incomb function within the loop instead of
defining it outside the loop? Also you are referencing several variables
that are global (e.g., m & j); you should be passing these in as parameters
to the function.
Jim Holtman
Data Munger Guru
What is the problem that you a
Ravi et. al:
My prior "solution" nagged at me, as I thought it was pretty clumsy --
I was hoping someone would show how to fix it up. As no one did, I
finally realized how to do it myself. Here's how to do the iteration
to get the right labeling with no pasting or formula() call by using
as.name(
Hi all,
I am trying to combine a single time series with a multivariate ts using
ts.intersect(). However, depending on the month, the function may or may not
work. Is this a bug or something I missed? Thank you for the help.
Edwin Sun
=
> # Example 1: work well
> a2 <- ts(data
On 01/11/2015 7:31 AM, Maram SAlem wrote:
> Hi All,
>
> I'm writing a long code that takes long time to execute. So I used the
> Rprof() function and found out that the function that takes about 80% of
> the time is the incomb () fucntion (below), and this is most probably
> because of the many ex
Hi All,
I'm writing a long code that takes long time to execute. So I used the
Rprof() function and found out that the function that takes about 80% of
the time is the incomb () fucntion (below), and this is most probably
because of the many explicit for() loops I'm using.
n=18;m=4;p=0.3;alpha=0.
10 matches
Mail list logo