Hi everyone,
             I cannot install package "svmpath" on R 2.8.1 on Redhat
Linux
.In fact I cannot install package externally.I am new to Linux so it would
be of great help if you all can help me out.
Regards,
Subhajit.
	[[alternative HTML version deleted]]
on 01/29/2009 07:36 AM subhajit dutta wrote:> Hi everyone, > I cannot install package "svmpath" on R 2.8.1 on Redhat Linux > .In fact I cannot install package externally.I am new to Linux so it would > be of great help if you all can help me out. > > Regards, > Subhajit.You are going to need to provide more information. 1. Which version of RH Linux? 2. Do you have 'root' or Administrative privileges on the system? 3. What have you done so far to attempt to install the package? 4. Have you read the relevant section of the R Admin Manual: http://cran.r-project.org/doc/manuals/R-admin.html#Add_002don-packages 5. Have you read the relevant section of the FAQ: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-add_002don-packages-be-installed_003f With more information from you, we can provide more competent support to you. Marc Schwartz
Hi ,
    I would like to enquire on integrating programs one in R & the other two
in C . What I do is as follows,
run p1.c
get o1.txt
use o1.txt + run p2.r
get o2.txt
use o2.txt + run p3.c
get o3.txt
p1.c , p3.c are c codes
p2.r is an r code
o1.txt , o2.txt , o3.txt are output files in txt format
Presently I run the programs manually , is there way I can integrate them ??
I work on Windows as well as Redhat Linux.
It would be of great help if you all can help me out.
Regards,
Subhajit.
	[[alternative HTML version deleted]]