[R] Base package being deleted recurrently

2020-08-28 Thread Rene J Suarez-Soto
Hi, I have a very strange issue. I am currently running R 4.0.2. The files in my library/base/ are being deleted by some unknown reason. I have had to install R over 20 times in the last 2 month. I have installed using user privileges and admin. I have installed it to different directories but the

[R] R base packages

2017-10-23 Thread Rene J Suarez-Soto
I installed R 3.4.2 (Windows) and noticed that 30 folders are under my R_HOME/library folder. I assume all of these are R base packages. Is this correct? Where can I see a list of current R base packages? Also; are R base packages also in CRAN? and are these packages updated only when a new version

Re: [R] R_LIBS_USER not in libPaths

2017-09-16 Thread Rene J Suarez-Soto
/ where that happens? Henrik On Sep 16, 2017 07:10, "Rene J Suarez-Soto" wrote: > I have a computer where R_LIBS_USER is not found in libPaths. This is for > Windows (x64). I ran R from the command line, RGui and RStudio and I get > the same results. I also ran R --vanilla and I

[R] R_LIBS_USER not in libPaths

2017-09-16 Thread Rene J Suarez-Soto
I have a computer where R_LIBS_USER is not found in libPaths. This is for Windows (x64). I ran R from the command line, RGui and RStudio and I get the same results. I also ran R --vanilla and I still get the discrepancy. The only thing I found interesting was that I also ran SET from the command l

[R] question about windows Rgui.exe startup

2012-08-10 Thread Ryan Rene
exe or where Rgui.exe reads in its objects. Or maybe there is a way to point Rgui.exe to another startup file of my choosing without having to alter Rprofile.site. Any help on this would be greatly appreciated. Thank you very much and have a wonderful day! Ryan Rene Epicenter Software

[R] Quadprog help

2010-02-19 Thread Araujo-Enciso, Sergio Rene
I am having some problems using Quadprog in R. I want to minimize the objective function : 200*P1-1/2*10*P1^2+100*P2-1/2*5*P2^2+160*P3-1/2*8*P3^2+50*P4-1/2*10*P4^2+50*P 5-1/2*20*P5^2+50*P6-1/2*10*P6^2, Subject to a set of constrains including not only the variables P1, P2, P3, P4, P5, P6,

Re: [R] loop and plot

2009-10-19 Thread Rene
code only gives me the last pie plot (ie. kk(3) plot) instead of 3 plots respectively. Can someone please guide me how to revise the loop coding, and produce 3 separated plots one after another on the screen by typing kk(1:3)? Thanks a lot. Rene. __ R-hel

Re: [R] rect function

2009-10-14 Thread Rene
], kk[, 1] + .1,kk[, 2] + .1) so how do we put the value of rbind(1:2,1:2) into the relevant cell of this rectangle created above? If it is not possible to do so, is there any way to plot the matrix table with grid. Thanks million times! Rene [[alternative HTML versio

Re: [R] auto.key legend color different from actual plot

2009-10-10 Thread Rene
al = FALSE,col=c(blue,green,violet),stack=FALSE, auto.key=TRUE) As you can see, the actual plot, the color is blue, green then violet, but in the legend, it is blue, violet and green. Can someone help me correct the legend colour? Thanks a lot. Rene. [[alternati

Re: [R] About finding NA values sources

2009-10-09 Thread Rene
because of   , some are because of there are extra text inside, etc). Thanks heaps. Rene. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] Numerical.summary Error

2009-10-03 Thread Rene
o run this function under library(s20x). Can someone please guide me on this ? Thanks. Rene [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos

Re: [R] retrieve certain part from html

2009-09-23 Thread Rene
;," 2009-01.html" from the above html code? I have tried to use gsub function, but not working. Please guide me on this. Thanks a lot. Rene. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list htt

Re: [R] function of probability for normal distribution

2009-08-20 Thread Rene
appear some negative value and some very large value which do not seem right to me as probability values. Can someone please guide me where I have done wrong here? Thanks a lot. Rene. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/li

Re: [R] R function for Probabilities for the (standard) normal distribution

2009-08-19 Thread Rene
ies for the (standard) normal distribution, ¦µ(z) for z > 0. Can anybody advise me on this?? Thanks a lot. Rene. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/ma

Re: [R] wordStem problems in R 2.9, Fedora 11; Linux Kernel 2.6.29.5-191.fc11.i586

2009-07-09 Thread Reitsma, Rene - COB
Duncan, Thanks for helping. I reinstalled Rstem from source (using the omegahat URL) and this time things are working. :-) RR -Original Message- From: Duncan Temple Lang [mailto:dun...@wald.ucdavis.edu] Sent: Tuesday, July 07, 2009 5:33 PM To: Reitsma, Rene - COB Cc: r-help@r

[R] wordStem problems in R 2.9, Fedora 11; Linux Kernel 2.6.29.5-191.fc11.i586

2009-07-07 Thread Reitsma, Rene - COB
Dear All, I just updated from Fedora 9 to Fedora 11, kernel version 2.6.29.5-191.fc11.i586. I'm running R 2.9. I successfully installed package Rstem from source (it always ran fine for me in F9). However: > wordStem(c("This","is","a","test")) Error in wordStem(c("This", "is", "a", "test")) :

[R] filtering number of values in a data frame

2009-06-18 Thread Schönemann , Rene
Dear list, given is the following data frame df(): Number Place Start End 1 218024740787 HHO 5 263 2008-01-02 00:21:14 2008-01-03 15:25:16 2 218024740787 HHO 5 263 2008-01-02 00:21:14 2008-01-02 00:21:14 3 318039091794 HHO 5 263 20

[R] How to refer to a list member by variable

2008-12-01 Thread Reitsma, Rene - COB
Dear All, I'm hoping one of you can help me with the following R problem. I'm trying to refer to a member of a list by variable. However, this seems not to work: foo=list(first=c(1:10),second=c(11:20)) > foo$first [1] 1 2 3 4 5 6 7 8 9 10 > foo$"first" [1] 1 2 3 4 5 6 7 8 9

[R] logical operators in 'subset'

2008-11-13 Thread Reitsma, Rene - COB
Dear All, Am I correct in believing that logical operators such as && and || cannot be used as part of a 'subset' logical expression? Example: >foo = as.data.frame(matrix(c(1:9), nrow=3, ncol=3, dimnames=list(c("r1","r2","r3"),c("c1","c2","c3" >foo c1 c2 c3 r1 1 4 7 r2 2 5 8 r3