Displaying 20 results from an estimated 90 matches similar to: "R CMD check pkg and 32/64 bit."
2008 Feb 19
2
addition of matrix
Thank you ahead of time for help with this.
I have two matrices
X
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 660 693.00 726.0 759.00 792.0 825.00
[2,] 548 575.40 602.8 630.20 657.6 685.00
[3,] 676 709.80 743.6 777.40 811.2 845.00
[4,] 763 801.15 839.3 877.45 915.6 953.75
[5,] 768 806.40 844.8 883.20 921.6 960.00
[6,] 692 726.60 761.2 795.80 830.4 865.00
[7,] 657 689.85 722.7
2011 Mar 18
4
subset data frame with condition
Hello,
One more question.. I have the data.frame "pop":
xloc yloc gonad ind Ene W Area
1 23 20 516.74 1 0.02 20.21 1
2 23 20 1143.20 1 0.02 20.21 1
3 23 20 250.00 1 0.02 20.21 1
4 22 15 251.98 1 0.02 18.69 2
5 22 15 598.08 1 0.02 18.69 2
6 21 19 250.00 1 0.02 20.21 3
7 22 20 251.98 1
2005 Dec 25
1
cygwin and tar -- still?
I've upgraded laptops and have put a new version of R on the new machine as
well as the tools for building packages. I know R has required a
"non-broken" version of tar for some time now and was hoping to not have to
install any cygwin tools. Since building packages requires the use of MinGW
and MSYS, why can't we simply use the tar that's part of msys?
After looking at
2012 Jun 22
1
Vignettes are not being (re)built.
I'm adding a couple of vignettes to an existing package.
When I make a change to the sweave file, and run the check command,
c:\conifers\trunk>R CMD check rconifers
I get the following message(s) in the 00check.log file:
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... WARNING
Package vignette(s) without corresponding PDF:
2005 May 09
1
can't build packages anymore...
R developers,
I've been happily building packages, under windows, for some time now and
upgraded to R 2.1.0 and now when I attempt to build a package, I get the
following errors...
C:\conifers>rcmd build Rconifers
* checking for file 'Rconifers/DESCRIPTION' ... OK
* preparing 'Rconifers':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* checking whether
2011 Feb 28
1
sub setting data.frame
Hi All,
I have a data.frame:
>pop
consumed ind recruits gonad cell
1 516.74 1 0.02 20.21 0.25
2 1143.20 1 0.02 20.21 0.50
3 250.00 1 0.02 20.21 0.25
4 251.98 1 0.02 18.69 0.25
5 598.08 1 0.02 18.69 0.25
6 437.38 1 0.02 18.69 0.25
7 250.00 1 0.02 17.39 0.25
8 250.00 1 0.02 17.39 0.25
9
2012 Jan 11
2
package DESCRIPTION file and CRAN Task View entries?
I'm in the middle of a long overdue package update, and after seeing the CRAN Task Views I thought there would be an entry, in the DESCRIPTIONS file, for that entry that appears on the package webpage.
For example,
http://cran.case.edu/web/packages/vegan/index.html
Since it's been some time since I've updated the package, I did a little reading (R-exts.pdf) and web searching and
2009 Oct 07
1
compiling packages without Framework and CoreFoundation options on OSX
I've been trying to get R+PostgreSQL+PL/R to work together on a OSX
machine without the Framework and CoreFoundation options and have
noticed some suspicious switches when compiling packages.
I've installed R (on OSX) with the following ./configure:
./configure \
CC="gcc -arch i386" \
CXX="g++ -arch i386" \
OBJC="gcc -arch i386" \
2010 Nov 07
2
mean on a plot
Hi, i need to draw a plot with means of values, reading a table from
datafile.
Example of datafile:
Days Weight
0 178.00
0 250.00
0 242.00
0 239.00
0 223.00
0 188.00
0 237.00
0 212.00
0 273.00
0 191.00
0 173.00
0 233.00
0 227.00
0 253.00
0 232.00
4 177.00
4 249.00
4 241.00
4 238.00
4 222.00
4 188.00
4 236.00
4 211.00
4 272.00
4 190.00
4 172.00
4 232.00
4 226.00
4 252.00
4 231.00
if i use
2006 May 19
7
How can I set up relations for these models?
Hello!
I have a legacy DB and want to use ActiveRecord for it.
However, I can''t set up a relation correctly.
Here''s table spec:
[products]
id
name
price
[subproducts]
product_id
subproduct_id
Some example data:
[products]
1, "Computer", 500.00
2, "Monitor", 200.00
3, "Printer", 100.00
4, "System", 700.00
5, "System2",
2011 Jul 30
1
offline root lvm resize
So here goes...
First some back story
-Centos 5 with latest updates as of yesterday. kernel is
2.6.18-238.19.1.el5
-setup is raid 1 for /boot and lvm over raid6 for everything else
- The / partition (lvm "RootVol") had run out of room... (100%
full, things where falling appart...)
I resized the root volume (from 20GiB to 50GiB). This was done from a
fedora 15 livecd,
2010 Jul 02
0
Powercom driver patch
Hello everybody!
I'm trying to use nut-2.4.1 with brand new UPS Powercom Imperial
IMD-825AP USB. I've faced a problem that the driver powercom despite
specifying type=IMP automatically re-detects the UPS as "KIN" and then
interprets raw data incorrectly. The same problem was reported by
other Powercom users on the official support forum (
http://forum.pcm.ru ).
I suppose the
2008 Feb 19
0
Matrix addition
Matt, I know you are probably busy with work, but I cannot help buy asking
you these R questions. If it is bothersome, please let me know and I will
stick with the R help... but
I have two matrices
X
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 660 693.00 726.0 759.00 792.0 825.00
[2,] 548 575.40 602.8 630.20 657.6 685.00
[3,] 676 709.80 743.6 777.40 811.2 845.00
[4,] 763 801.15 839.3
2011 Oct 09
3
ANOVA from imported data has only 1 degree of freedom
Hi,
I'm trying to analyse some data I have imported into R from a .csv file but
when I carry out the aov command the results show only one degree of freedom
when there should be 14. Does anyone know why? I'd really appreciate some
help, the data is pasted below.
/The imported table looks ike this this:/
Order Transect Sample Abundance
1 Coleoptera 1 1 13
2
2012 Jan 06
2
R CMD check WARNING \usage question
I'm trying to update a package and would like to crush a WARNING message for a clean build.
I've been struggling with this question and haven't gotten any traction on the web either.
I've got a document file (Rd) that contains the following \usage statement:
\name{sample.data}
\alias{sample.data}
\title{CONIFERS forest growth model sample data}
\description{ A list object of
2011 May 17
3
Powercom issues in NUT (was: PowerCom BNT2000AT ups on nut 2.6.0 - second try)
Dino, Alexey,
there are a number of users suffering issues with your Powercom devices.
Could you (Dino, and Keven if possible) please have a look at the below one,
from Angela, and check for a fix?
I've scheduled to release 2.6.1 next week, and having that fixed is part of
the list.
2011/5/16 Angela Williams <angierfw at gmail.com>
> Hi All
>
> On Friday 13 May 2011 at
2005 Jul 01
2
the format of the result
I write a function to get the frequency and prop of a variable.
freq<-function(x,digits=3)
{naa<-is.na(x)
nas<-sum(naa)
if (any(naa))
x<-x[!naa]
n<-length(x)
ta<-table(x)
prop<-prop.table(ta)*100
res<-rbind(ta,prop)
rownames(res)<-c("Freq","Prop")
cat("Missing value(s) are",nas,".\n")
cat("Valid case(s)
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2010 Dec 14
1
Setting Battery Runtime Low
Dear All,
We have an Eaton 9395 UPS, with a ConnectUPS Web/SNMP card.
I've successfully configured NUT to talk to the SNMP card, however it reports a battery.runtime.low of 1 , not much use, how do I change this value, is it defined by the UPS itself, the SNMP card, or NUT ?
Output of upsc below.
Cheers
Stuart
rcs-manage-1:~ # !upsc
upsc phys-eaton
ambient.temperature: 27.0
2004 Jun 22
1
AstriCon Registration Opens Next Monday, June 28th
AstriCon 2004 is now a reality. We have secured our conference center hotel
(the Atlanta Marriott Century Center) and will be opening the website for
registration next Monday, June 28th 2004.
The event will be held September 22nd, 23rd and 24th and should provide a
wealth of information for every Asterisk user.
We finally have solid pricing information as well:
3 Day Asterisk Package $400.00