Displaying 20 results from an estimated 1000 matches similar to: "$RHOME/bin/check in windows (PR#5135)"
2003 Dec 10
0
dyn.load for c code
I am learning how to load C code into R-1.8.0 on Windows 98. To this end I wrote
a small c program, downloaded the tools, perl, and mingw on the "building
R for windows" page, and proceeded to create libR.a & libRblas.a as explained
in the readme.packages. I started with a simple c program called mysum.c that can
be found on:
2004 May 03
1
Help making a simple R code only package
Hello,
I am new to R and I am trying to figure out how to build and install a
package with nothing but R code inside. I have run 'package.skeleton' to
get the basic structure.
When I run 'Rcmd INSTALL testPackage' I get this error message:
make: *** No rule to make target `Files/R/rw1080'. Stop.
*** Installation of testPackage failed ***
When I run 'Rcmd build
2000 Mar 08
1
installing package in Windows
Could you help me in getting a package to compile from source in Windows?
I'm running Windows NT 4.0 on a pentium 450 with 128 Mb of Ram. I've got R
1.0.0.
I am developing a package for R which includes a bit of C code. I have things
working in Unix just fine, and now I want to port it to Windows NT.
I've been following the instructions in the R complements to Venables and
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
Full_Name: Leonard Weil
Version: 1.8.0
OS: Windows2000 Pro
Submission from: (NULL) (192.249.47.9)
I have encountered two anomalies in version 1.8.0 that I had not observed in
version 1.7.0:
When using the menu Packages -> Update Packages from CRAN,
The console repeats the message twice (example below)
> update.packages()
trying URL
2009 Nov 06
1
Qtl - package - Question
Dear R-Helpers,
I am using qtl package to analyze qtl data from QTL cartographer.
I have the map file and cro file from QTL cartographer. I was trying to
import these two files in R using qtl package.
data=read.cross("qtlcart", ".", "crofile.txt", "mapfile.txt") ### I have
matched the file structure with the one on the website of qtl package - It
matches
2004 Nov 09
0
Re: QTL interval mapping in outbred populations
On Mon, 8 Nov 2004 ssim at lic.co.nz wrote:
>
> Is there an add-on package in R for QTL interval mapping for outbred
> population, eg. Haley-Knott regression method ?
>
> Stella
I believe Karl Broman's R/QTL (http://biosun01.biostat.jhsph.edu/~kbroman/software/)
and Brian Yandell's bim (http://www.stat.wisc.edu/~yandell/qtl/software/),
Richard Mott's happyR
2013 Mar 26
1
Can you help with local source file instalation?
Hi R,
I tried to install one local source package---"qtl" into R, but failed with the following message. I am using Macbook OS 10.8.3 with Xcode 4.6.1.
ld: warning: directory not found for option '-L/usr/local/lib'
ld: library not found for -lgfortran
collect2: ld returned 1 exit status
make: *** [qtl.so] Error 1
ERROR: compilation failed for package ¡®qtl¡¯
* removing
2006 Jul 17
1
Getting rid of for loops
Hello R-users!
I have a style question. I know that for loops are somewhat frowned upon in
R, and I was trying to figure out a nice way to do something without using
loops, but figured that i could get it done quickly using them. I am now
looking to see what kind of tricks I can use to make this code a bit more
aesthetically appealing to other R users (and learn something about R along
the
2003 Jul 28
2
R compilation error on Solaris
Hello...
I tried to compile an R addon package, R/qtl on a Solaris machine and
I get this error. I know that R/qtl complies correctly on other
platforms (Windows, Mac, Linuxes, etc), so I am wondering what the
problem might be.
Any ideas?
Thanks,
Saunak
-----------------------------------
/export/home/sen/tmp <howrahbridge> <pts/5> R INSTALL
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
Hi,
If you have multiple players installed on your PC/Mac .m3u will always
open the last media player who are the default in charge of the extension
and mime m3u.
On your web site you want maybe to force a link to open real media player
or quicktime/itune. You need to create a .pls to force winamp loading the
streaming because windows media player won't open .pls etc.
If you add a .pls
1997 Aug 22
0
R-alpha: RHOME
> * In general, we have two ways of arranging the `library' tree. One is,
> grouped according to module, the other, according to type. I.e.,
> library/<module>/
> library/<module>/funs/
> library/<module>/help/
I find this a much better way to organize things. Old versions of
packages can be removed cleanly with
rm -r library/<package>
It also
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm
Version: R1.5.1
OS: Windows NT
Submission from: (NULL) (195.65.178.178)
Line 11 is:
"DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...."
should be:
"DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...."
Line 59 is:
" (cd .. ; ./configure.win $(RHOME))"
should be:
" (cd .. ; sh ./configure.win $(RHOME))"
2013 Sep 06
2
Fwd:
---------- Forwarded message ----------
From: Waqas Shafqat <waqas1518@gmail.com>
Date: Fri, Sep 6, 2013 at 10:31 PM
Subject:
To: rosyara@msu.edu
sorry sir
i have istalled plantbreeding libraray..but when i give command
"require(plantbreeding)" then following message appear
> require(plantbreeding)
Loading required package: plantbreeding
Loading required package: qtl
Failed
2006 Apr 03
0
R/qtl
Dear all,
I am running qtl mapping. I have 75 RI lines with some residual
heterogeneous loci. The loci are code A, B or H(heterogeneous).
Questions:
1) R/qtl determine the data is F2 intercross.
2) Warning message about strange genotype pattern
> library(qtl)
> dat=read.cross("csv", file="rqtl_trt.csv")
--Read the following data:
75 individuals
2009 Apr 06
1
Possible bug: How does libR.so find RHOME?
Hi
While installing RPy2, I had curious problems which, if I traced them
back correctly, have their root in the way that libR.so find the R
installation directory. I wonder if this might be a subtle bug that only
causes problems when one has several versions of R on one system but
then can be very annoying and cause very strange behaviour.
It seems to me that libR.so asks the Unix shell to
2003 Mar 18
3
Package installation when $RHOME is not writable (win)
I'm using R in a student lab with machines running win XP. $RHOME is not
writable by the students. How do I set this up so that they can install
packages?
Thanks,
Robert.
----
Robert King, Statistics, School of Mathematical & Physical Sciences,
University of Newcastle, Australia
Room V133 ph +61 2 4921 5548
Robert.King at newcastle.edu.au
2010 Dec 31
3
[LLVMdev] CodeExtractor.cpp potential bug?
There might be a misuse of DominatorTree::splitBasicBlock in
CodeExtractor.cpp, line 145.
Header is splited into two (OldPred->NewBB).
Line 145 updates the dominator tree by calling DT->splitBasicBlock(NewBB).
I think it should be DT->splitBasicBlock(OldPred).
When I tried to extract a code region whose header has 2 successors, my pass
crashed.
It was because header (or OldPred) is the
2024 Jan 29
0
DescTools::Quantile
It looks like a homework assignment. It also looks like you didn't read the documentation carefully enough. The 'len.out' argument in seq is solely for specifying the length of a sequence. The 'quantile' function omputes the empirical quantile of raw data in the vector 'x' at cumulative probabilit(y)(ies) given in the weights' argument, with interpolation I'm
2008 Mar 01
2
How to set up multiple spawns of R?
Sorry: resending this; didn't have a title on it.
Trying to set up multiple spawns of R
-------------------------------------------
Hi. I'm new to the list but I have a small problem with R. I'm trying to
set up multiple spawns of R active at the same time on an AMD with a dual
core in Vista so that I can cut down my permutation processing time.
I've installed R in multiple
2005 May 27
2
chan_zap.c:8534 pri_dchannel: PRI Error
hello all,
i'm using TE110P and all configuration prosess is
done.
but after i do the 'modprobe' for zaptel and wcte11xp,
follow by ztcfg -vv and asterisk -vvvgc i have this
error.
*CLI> May 27 14:44:33 WARNING[3059]: chan_zap.c:8534
pri_dchannel: PRI Error: We think we're the network,
but they think they're the network, too.
May 27 14:44:34 WARNING[3059]: chan_zap.c:8534