similar to: [LLVMdev] LLVM porting Plan9 (probably stupid question)

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] LLVM porting Plan9 (probably stupid question)"

2005 Aug 21
1
Plan9 on xen
I went through the instructions on the Bell Labs wiki (http://www.cs.bell-labs.com/wiki/plan9/Installing_in_Xen/index.html), and am literally at the last step of the process, where I can create a new plan9 domain via xm. However, I get the following: $ xm create plan9 -c Using config file "/etc/xen/plan9". Started domain plan9, console on port 999 ************ REMOTE CONSOLE: CTRL-] TO
2005 Aug 23
1
no BkSp in plan9, ubuntu root fs failure, and what''s up with bsd?
In usual fashion, I have a few questions: 1) I can''t get the virtual terminal of plan9 to recognize either my Backspace or Delete key. This is particularly annoying; can anyone help? 2) I''ve got two linux root fs images that I created through dd: one for rubix and another for ubuntu. Rubix works brilliantly, but Ubuntu gets a kernel panic during boot. The two both mount have
2011 Oct 18
1
How to read data sequentially into R (line by line)?
I have a data set like this in one .txt file (cols separated by !): APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! it contains over 14 000 000 records. Now
2001 Aug 08
1
What do I have to type to enter the directory eps?
What do I have to type to enter the directory eps? Can you help me please? Here is the display where I am just now. Saber Rider@SABER ~ $ rsync rsync://archive.plan9.de/anime/eps ***** ***** Welcome to cerebro.plan9.de! ***** ***** anime the virtual linked server directory ***** anime1 /fs/anime1 ***** anime2 /fs/anime2 ***** anime3
2013 Jun 05
1
conflicting imports despite using importFrom in NAMESPACE
Dear all, It is my understanding that using 'importFrom' in the NAMESPACE of a package allows to avoid conflicts between different packages defining objects with identical names. However, I can still see conflicts while loading the package using 'library'. Here is a toy example, with a package 'foo' importing 'as.igraph' from the igraph package, and 'nj'
2003 Dec 29
1
installing packages on MAC os X
Hello, I've just downloaded and installed the RAqua onto my Mac and I have R up and running fine. Now I'm trying to get 'ape' downloaded and installed and having quite the difficulty. I am following the directions specified under 'Installing packages' where packages can be downloaded and installed from within R. I get the following error messages: 1: argument
2006 Dec 22
1
ape-package
Dear Sir or Madam, I am very new to R, and I am trying to install seqinr-package. In the manual I read that I need to install ape-package first, and I failed to do it. I had the following error messges: /usr/bin/ld: cannot find -lgfortran collect2: ld returned 1 exit status make: *** [ape.so] ?????? 1 ERROR: compilation failed for package 'ape' ** Removing
2004 Feb 08
1
APE: compar.gee( )
Dear all, I don't understand the following behaviour: Running compar.gee (in library ape ) with and without the option 'data', it give me different results Example: .... Start R .... > load("eiber.RData") > ls() [1] "gee.na" "mydata" "mytree" > library(ape) > # runnig with the option data= mydata > compar.gee(alt ~ R,
2020 Nov 06
1
Centos 8 and xfs_quota
Folks I'm trying to use xfs_quota to keep track of disk space usage for my users. The documentation states that I should specify "uquota" as an option on the mount data in /etc/fstab. Yet, I cannot find the entry in fstab that corresponds to the Logical Volume that ends up being mounted on /home1. The system in question was installed on a single disk system. Later, after
2008 Sep 04
1
Binary Tree Testing in "ape" package (a bug?)
Dear all, I was testing the wonderful package APE. However upon testing a particular Newick's format tree - which I think to be a non-binary tree - it yields different result as expected. > library(ape) > tree.hiv <- read.tree(text="(rat,mouse,(human,chimp));") > is.binary.tree(tree.hiv) [1] TRUE Was that a bug in APE package? - Gundala Viswanath Jakarta - Indonesia
2012 Apr 17
2
Error with Rcmd check library --as-cran
Hello all, I was checking the newest update of my library before submitting it to CRAN, using R 2.15.0 and Rtools for Windows 215 using Rcmd in the Command Prompt, on my x64 Windows7 laptop. I recently heard that for checking packages for CRAN submission one should use the option --as-cran; previously I was submitting packages, so I was trying that for the first time. The check proceeds fine
2007 Apr 25
1
heatmap and phylogram / dendogram ploting problem, ape package
I am having trouble displaying a dendrogram of evolutionary relationships (a phylogram imported from the ape package) as the vertical component of a heatmap, but keeping the hierarchical clustering of the horizontal component. The relationships of the vertical component in the generated heatmap are not that of the dendrogram, although the ordering is. In more detail, I am attempting to generate
2004 Sep 10
1
Query on image link file mode?
Hiya, will it be possible to add single song playback support like Monkey's Audio Image Link File to FLAC+CUE? This will allow the playing of single songs from 1 large FLAC file. Since FLAC can already embed the cuesheet inside the FLAC itself, the next step will be to allow the playback of the songs individually, allowing them to be added to playlists when playing singles. Please make
2006 Dec 12
1
feature request
Dear FLAC developers, Thank you for your time and effort for creating such a great lossless compressor and make it freely available to the general public. I have a small feature request, which will make the life much easier for people like me who are converting from APE + CUE sheet to flac. The feature that I'm requesting is: Splitting flac files either according to CUE sheet or even
2006 Aug 24
1
problem in install on ubuntu
Hi, the problem is: /usr/bin/ld: cannot find -lblas-3 collect2: ld returned 1 exit status make: ** [ape.so] Erro 1 ERROR: compilation failed for package 'ape' ** Removing '/usr/local/lib/R/site-library/ape' Any help would be appreciated. Thanks, ------------------------------------ Bruno G. M. Churata
2013 May 17
2
peering inside functions in a package?
Let's say I would like to look inside the function corBrownian in library (ape). When I type in the function name I get the following, which is not nearly the detail that goes into this function. I am wondering how to begin cracking this function open (and others) so I can learn more about it and perhaps code my own corClass one day. Thanks. > corBrownian function (value = 1, phy, form
2007 Apr 02
3
Efficiency
Hi list users, Is there a comparison somewhere of the efficiency of decoding flac files, with respect to some benchmark related to cpu processing? As compared to, say, ape files? I ask because I have recently switched my entire archive from ape to flac. I have an old 400 mhz laptop in my office running xubuntu, which I run into a receiver. Works great. Since switching to flac, I notice the
2008 Jan 04
1
Howto write a mongrel handler for a CGI app using CGIWrapper
Hello, Just for further reference in case of someone else want to do the same : I wanted to write a mongrel for a CGI app : [[[ require ''cgi'' require ''foo'' cgi = CGI.new if !cgi[''uri''] || (cgi[''uri''] == '''') Foo.error "URI argument is required" end uri = cgi[''uri''] user =
2011 Jun 21
1
plot error bars on skyline plot
Hi, I have generated a skyline plot of a tree in newick format using "ape". How can I plot the error bars for this graph? I only have the the tree data. un<-"((((8.1:0, 20.1:0):0, 6.1:3):123, (((((35.1:0, (22.1:0, (43.1:1, 29.1:0):0):0):4, 25.1:6):0, ((42.1:0, 21.1:0):3, (39.1:0, 2.1:0):3):1):8, (3.1:0, 7.1:0):8):48, (((((15.1:0, 14.1:0):0, 11.1:0):0, 37.1:0):0,
2007 Sep 19
1
R advice
Dear R-help As a novice to R I was seeking some advice with respect to using R to help solve a problem I have. I have a large number of infiles that need analysed. This can be done, I believe, using 2 separate R packages (popgen and ape) with the output from 'popgen' being used as input for 'ape'. What I would like to know is whether it is possible within R to write some