[R] Installing Packages from a Local Repository

2012-12-23 Thread radhi
Hi everyone, I've followed the instructions from R-Admin Section 6.6 for creating a local repository. I've modified my Rprofile.site file to add the local repository to my repos, but I haven't been able to successfully install my package from the repo. Here's the code that I've run.

Re: [R] MLE with R

2012-12-23 Thread radhi
click here This is a link http://www.w3schools.com -- View this message in context: http://r.789695.n4.nabble.com/MLE-with-R-tp4653818p4653819.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] small issue with over-zealous clean.

2012-12-23 Thread radhi
Noticed a problem for a while - tests/testit.Rd, tests/ver20.Rd are removed on make clean unintentionally. This seems to come from a change in tests/Makefile.in, which adds the line:-@rm -f *.tar.gz *.Rd back in May 2012. --- commit c4d70254e7b7f9d7ed17faecfb3097195d852ddc Author:

[R] Latitudinal mean of values in a data frame

2012-12-23 Thread radhi
Dear all, I have a big file containing latitude points(-10 to 80) and corresponding values. Example data Lat=c(69.48134, 69.49439, 69.50736, 69.52026, 69.52438, 69.53308, 69.53746, 69.54365, 69.54582, 69.6884, 69.69272, 69.998, 70.00055, 70.00106, 70.00295, 70.00308, 70.00363, 70.00427, 70.00665,

[R] Removing named objects using rm(..)

2012-12-23 Thread radhi
When I import the library timeSeries I get (at least) the variable USDCHF imported too. I would like to delete it, but I cannot. As you can see below. Clearly I am doing something wrong. What is it? library(timeSeries) Loading required package: timeDate class(USDCHF) [1] timeSeries

[R] Renaming column names according to another dataframe

2012-12-23 Thread radhi
Hi, I've got a dataframe having a code as column name. Addtionally I have another dataframe with a two columns (and lots of rows), the first containing the code and the second some Text (real name). Now I'd like to use the information (pairs of code and name) of the second dataframe to rename all