Hi, this is Charlie and I am trying to embed R in my apache server. However, I am having problem with installation. The R projet says that we can install add-on package with command $R CMD (rapache.0.1.4.tar.gz). However, I try to use it in command windows (windows xp) and an error shows. Please tell me when I can use the command (in c?? or in the same folder with the file). thx. [[alternative HTML version deleted]]
Charlie wrote:> Hi, this is Charlie and I am trying to embed R in my apache server. However, I am having problem with installation. The R projet says that we can install add-on package with command $R CMD (rapache.0.1.4.tar.gz). However, I try to use it in command windows (windows xp) and an error shows. Please tell me when I can use the command (in c?? or in the same folder with the file). thx. > [[alternative HTML version deleted]]What is the error message? Have you followed the instructions for installing source packages on Windows given in the R Installation and Administration manual? Uwe Ligges> ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Hi Charlie, Charlie wrote:> Hi, this is Charlie and I am trying to embed R in my apache server. However, I am having problem with installation. The R projet says that we can install add-on package with command $R CMD (rapache.0.1.4.tar.gz). However, I try to use it in command windows (windows xp) and an error shows. Please tell me when I can use the command (in c?? or in the same folder with the file). thx. > [[alternative HTML version deleted]]The RApache distribution of software, rapache-0.1.4.tar.gz, is a combination of glue code for embedding R into Apache and a proper R package (RApache) which is installed via R CMD INSTALL. You can find installation instructions right on the project home page: http://biostat.mc.vanderbilt.edu/RApacheProject RApache runs extremely well under Unix-alikes, but as I don't have access to develop on a MS Windows box, your mileage may vary. Best, Jeff --- http://biostat.mc.vanderbilt.edu/JeffreyHorner