Displaying 20 results from an estimated 1000 matches similar to: "installation problem: package 'mgcv' could not be loaded"
2009 Oct 08
3
I can not install DAAG package . help
I use R on my Ubuntu 9.04 laptop, which was installed by "aptitude install"
way
Now i'm learning a book of R which needs "MASS" and "DAAG" installed.
So i followed the instructions:
>install.packages("MASS")
>library("MASS")
MASS works fine.
But DAAG doesn't. Anyone who could help would be appreciated a lot !
Below are my error
2009 Oct 08
3
I can not install DAAG package . help
I use R on my Ubuntu 9.04 laptop, which was installed by "aptitude install"
way
Now i'm learning a book of R which needs "MASS" and "DAAG" installed.
So i followed the instructions:
>install.packages("MASS")
>library("MASS")
MASS works fine.
But DAAG doesn't. Anyone who could help would be appreciated a lot !
Below are my error
2013 Jan 23
1
cannot allocate memory block of size 2.7 Gb
Hello R-users
I am getting error messagens when I require some packages or execute some procedures, like these below:
> require(tseries)
Loading required package: tseries
Error in get(Info[i, 1], envir = env) :
cannot allocate memory block of size 2.7 Gb
> require (TSA)
Loading required package: TSA
Loading required package: locfit
Error in get(Info[i, 1], envir = env) :
cannot
2010 Jun 01
1
TSA package dependencies
In Ubuntu 10.04, from the R command line
install.packages('TSA',dep=TRUE)
downloads & installs about 100 packages from CRAN, including some big
ones like Zelig. It's only supposed to depend on leaps, locfit, mgcv,
& tseries & through them akima, lattice, quadprog, zoo, & stats.
Not a big problem of course, but I wondered if anyone else had noticed
this behaviour.
2009 Mar 05
2
Overriding contributed package functions
The "tsdiag" function in the TSA package overrides the "tsdiag" function in
the "stats" package. There are a few annoying bugs in the TSA's version of
the function so I would like to use the "stats" function but still have
access to other TSA functions. I have tried using stats::tsdiag( ) but as
long as the TSA package is attached the function from
2012 Aug 03
4
How to concatenate a several rows according with a column ?
Hi, I'm a new user or R and I try to concatenate a several rows according
with the value in a column.
this is my data.frame and I want to concatenate my data.frame according with
the column "b" and make a new data.frame with the information in the others
columns.
>table1
a b c d
1 E001234 TSA IP234 like_domain
2
2011 May 29
1
Proposed Wiki Edit - /HowTos/Laptops/IBM/Thinkpad-T43
Hi all;
I just installed CentOS 5.6 on my IBM ThinkPad T43 and would like to
add my experiences such far. The laptop I have is a different model
than the previous editor's laptop (notably, it has an ATI Mobility
Radeon X300, which required special drivers from elrepo, as opposed to
the Intel graphics chip in the previous editor's laptop) and I think
this bears mentioning in addition to
2016 Dec 22
2
struct bitfield regression between 3.6 and 3.9 (using -O0)
Here's our testcase:
#include <stdio.h>
struct flags {
unsigned frog: 1;
unsigned foo : 1;
unsigned bar : 1;
unsigned bat : 1;
unsigned baz : 1;
unsigned bam : 1;
};
int main() {
struct flags flags;
flags.bar = 1;
flags.foo = 1;
if (flags.foo == 1) {
printf("Pass\n");
return 0;
} else {
2019 Dec 09
2
[PATCH] D70246: [InstCombine] remove identity shuffle simplification for mask with undefs
Sanjay,
I'm looking at some missed optimizations caused by D70246. Here's a test case:
define <4 x float> @f(i32 %t32, <4 x float>* %t24) {
.entry:
%t43 = insertelement <3 x i32> undef, i32 %t32, i32 2
%t44 = bitcast <3 x i32> %t43 to <3 x float>
%t45 = shufflevector <3 x float> %t44, <3 x float> undef, <4 x i32>
<i32 0, i32 undef,
2016 Dec 22
0
struct bitfield regression between 3.6 and 3.9 (using -O0)
On 12/21/2016 4:45 PM, Phil Tomson via llvm-dev wrote:
> Here's our testcase:
>
> #include <stdio.h>
>
> struct flags {
> unsigned frog: 1;
> unsigned foo : 1;
> unsigned bar : 1;
> unsigned bat : 1;
> unsigned baz : 1;
> unsigned bam : 1;
> };
>
> int main() {
> struct flags flags;
> flags.bar = 1;
>
2010 May 04
1
How to make predictions with the predict() method on an arimax object using arimax() from TSA library
Hi R Users,
I'm fairly new to R (about 3 months use thus far.)
I wanting to use the arimax function from the TSA library to incorporate some exogenous inputs into the basic underllying arima model.Then with that newly model of type arimax, I would like to make a prediction.
To avoid being bogged down with issues specific to my own work, I would like to refer to readers to the example
2011 Jun 01
3
Notification Emails
Does the wiki actually send out emails to KaranbirSingh,
RalphAngenendt, RussHerrold, TimVerhoeven, AkemiYagi, NedSlider,
AlanBartlett, MarcusMoeller, TimothyLee, LaurentWandrebeck,
TimoSchoeler, GaoHu, and AlainRegueraDelgado with every edit?
It makes me a little nervous updating the T43 page or my homepage. I
don't want to spam anyone.
Cheers,
Cody Jackson
2005 Aug 29
1
Different sings for correlations in OLS and TSA
Dear list,
I am trying to re-analyse something. I do have two time series, one
of which (ts.mar) might help explaining the other (ts.anr). In the
original analysis, no-one seems to have cared about the data being
time-series and they just did OLS. This yielded a strong positive
correlation.
I want to know if this correlation is still as strong when the
autocorrelations are taken into account.
2011 Apr 29
1
Specify custom par(mfrow()) layout for defined plot()
Dear R Users,
I am doing stats::decompose() on 4 different time series. When I issue
csdA <- decompose(tsA)
plot(csdA)
I get a summary plot for observed, trend, seasonal and random components
of decomposed time series tsA. As I understand it, the object returned
by decompose() has it's own plot method where mfrow(4,1) etc. is
defined. Now suppose I wanted to wrap those mfrow(4,1) into
2007 Nov 30
2
MoinMoin TableOfContents
Hi,
I constantly find myself fighting the wiki syntax. Today the problem is
that I want a TableOfContents that does NOT include the page title.
To be honest, I do not understand why the page title (level 1) is included
in the TOC, and why it does not appear in the head-title (<head><title>).
I found with Google that there is a syntax like:
[[TableOfContents(4,2)]]
instead of
2007 May 01
1
CentOS 5.0 suspend to disk (hibernate)
The RHEL 5 release notes for their desktop version claim
"Improved ACPI support with features such as suspend to disk"
but this isn't working with CentOS 5.
I've installed all the packages and updates for CentOS 5 i386 on a
ThinkPad T43 but when selecting suspend, Gnome pops up a URL to a site
that didn't seem to give a solution.
Gnome makes an entry in /var/log/messages
2010 Oct 24
1
140 packages in R Commander!!
Dear List
I just downloaded and installed R 2.12.0 and then installed R Commander .
First it got RCmdr and Car, and then suggested for other packages for
utilizing the full functionality- I clicked yes!
I got 140 packages installed!!! Cran Mirror was UCLA...
Here is the list.
Is this intentional- I can see some packages like snow and multicore which
are desirable but quite optional.(see list
2010 May 19
1
Why does my RPy2 program run faster on Windows?
Hi
This is my function. It serves an HTML page after the calculations. I'm
connecting to a MSSQL DB using pyodbc.
def CAPM(self,client):
r=self.r
cds="1590"
bm="20559"
d1 = []
v1 = []
v2 = []
print"Parsing GET Params"
params=client.g[1].split("&")
for items in
2010 Jun 29
9
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error
Booting from USB on old IBM T43 or newer Esprimo E5731E.
No problems with version 3.86 and same usb-stick.
2011 May 09
2
Time Series
I have what I hope is a simple question - is it possible to do time series
analysis on a small data set specifically only four data points?
I have collected human threat data (mean number of threats per kilometre
walked/ survey) every 3 months in eight different sites (four with an
experimental element and four control sites). I am trying to determine the
best way to determine if there is a