Re: [R] Problem Compiling v-4.x.x

2021-11-09 Thread Stephen P. Molnar
On 11/09/2021 04:52 AM, Duncan Murdoch wrote: On 08/11/2021 3:56 p.m., Stephen P. Molnar wrote: On 11/08/2021 03:15 PM, Duncan Murdoch wrote: On 08/11/2021 2:57 p.m., Stephen P. Molnar wrote: I have uptodate Debian Buster on my Linux platform and have been compiling R distros for quite

Re: [R] Problem Compiling v-4.x.x

2021-11-08 Thread Stephen P. Molnar
On 11/08/2021 03:15 PM, Duncan Murdoch wrote: On 08/11/2021 2:57 p.m., Stephen P. Molnar wrote: I have uptodate Debian Buster on my Linux platform and have been compiling R distros for quite some time, usually with success. This time I have encountered the same error in my attempts

[R] Problem Compiling v-4.x.x

2021-11-08 Thread Stephen P. Molnar
in advance. -- Stephen P. Molnar, Ph.D. www.molecular-modeling.net 614.312.7528 (c) Skype: smolnar1 __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] R Script Modification Questions

2020-08-18 Thread Stephen P. Molnar
the Script every time the date changes. I'd appreciate assistance in making these changes. Thanks in advance,. -- Stephen P. Molnar, Ph.D. www.molecular-modeling.net 614.312.7528 (c) Skype: smolnar1 __ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] Ggplot2 Line Problem

2020-08-17 Thread Stephen P. Molnar
ylim(0, 175) + labs(x = "Date", y = "Number of Tests")+ ggtitle("COVID-19 Tests in Ohio \n (8/15/20)")+ theme_bw() + theme(axis.text.x = element_text(angle = 30, hjust = 1), plot.title = element_text(hjust = 0.5)) Hope this helps, Rui Barrad

[R] Ggplot2 Line Problem

2020-08-16 Thread Stephen P. Molnar
licable plines) uis: ggplot(aes(x = datO[ ,"date"],y = datO[ ,"positive"]))+ geom_line(linetype = "solid",color = 'red')+ geom_line(linetype = "dotdash",y = datO[ ,"negative"], color = 'blue')+ geom_line(linetype = "twodash",y = dat

[R] Date Conversion Problem

2020-08-12 Thread Stephen P. Molnar
statistics using the date format MMDD.I have done some searching, but I can't seem to find a solution (that I can understand). How can I change the date forma from MMDD tp -MM-DD? Thanks is advanced. -- Stephen P. Molnar, Ph.D. www.molecular-modeling.net

[R] Missing Library

2019-07-15 Thread Stephen P. Molnar
y research program and I really need a solution. Thanks in advance. -- Stephen P. Molnar, Ph.D.Life is a fuzzy set http://www.Molecular-Modeling.net Multivariate and stochastic 614.312.7528 (c) Skype: smolnar1 __ R-help@r-project.org ma

Re: [R] RStudio and R version 3.0

2013-04-05 Thread Stephen P. Molnar
On Fri, 05 Apr 2013 08:00:16 -0400 John Sorkin jsor...@grecc.umaryland.edu wrote: Windows 7 32 bit R 3.0 RStudio that previously worked with R versions prior to R3.0 Colleagues, I just downloaded R 3.0. When I try to launch RStudio (which was previously on my computer), I get a message,

[R] Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Stephen P. Molnar
The current version of R that is available in Wheezy is 2.15.1. However, version 2.15.2 is available at CRAN sites. The site I use is http://cran.case.edu/bin/linux/debian which states: 'If you want to have up to date R on wheezy I propose to directly install Dirks packages from unstable

[R] Problem Installing a Package

2012-08-29 Thread Stephen P. Molnar
. -- Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivariate www.FoundationForChemistry.com (614)312-7528 (c) Skype: smolnar1 __ R-help@r-project.org mailing list

[R] Virus Infection in colorspace_1.1-1.zip (R x64 2.14.1)

2012-01-24 Thread Stephen P Molnar
, but the colorspace package is not available. I can use the package on my Linux OS, but, of course, Linux isn't bothered by viruses. I'm posting this to the list as I am not sure just what to do with the information. Stephen P. Molnar, Ph.D. Life is a fuzzy set

[R] Psuedoinverse of a Non-square Matrix

2011-04-30 Thread Stephen P. Molnar
Is there an R package for the psuedoinversion of non-square matrices, similiar to to pinv MATLAB function? Thanks in advance. -- Stephen P. Molnar, Ph.D.Life is a fuzzy set Foundation for ChemistryStochastic and multivarate http

Re: [R] Psuedoinverse of a Non-square Matrix

2011-04-30 Thread Stephen P. Molnar
On Sat, 30 Apr 2011 10:53:00 -0700 (PDT) Berend Hasselman b...@xs4all.nl wrote: Stephen P Molnar wrote: Is there an R package for the psuedoinversion of non-square matrices, similiar to to pinv MATLAB function? ginv in package MASS pseudoinverse in package corpcor Berend

[R] Two Copies of Each Message

2011-04-22 Thread Stephen P Molnar
I receive two copies of every message posted to this list. How can I stop this? I have read the Primary Help web page and searched the achieves without finding an answer. Thanks in advance. Stephen P. Molnar, Ph.D. Life is a fuzzy set

[R] Two Questions

2011-04-20 Thread Stephen P Molnar
running a script from a book on Chemometrics that results in more than one graph during the execution, but it seems that R deletes each graph when the script calls for the next plot. Thanks in advance Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation

Re: [R] Problem Installing rJava on MS Win 7 Platform

2011-04-09 Thread Stephen P. Molnar
That's true. However, Java is installed on the machine. On Thu, 7 Apr 2011 14:40:54 -0400 David Winsemius dwinsem...@comcast.net wrote: He said Java, not rJava. On Apr 7, 2011, at 11:51 AM, Stephen P Molnar wrote: Thanks for the reply. Yes, you are quite correct

[R] Problem Installing rJava on MS Win 7 Platform

2011-04-07 Thread Stephen P Molnar
(...) error: JAVA_HOME cannot be found from the Registry Error: package/namespace load failed for 'rJava' I don't Have the faintest idea as t what I've done, or failed to do. Assistance will be greatly appreciated. Thanks in advance. Stephen P. Molnar, Ph.D

Re: [R] Problem Installing rJava on MS Win 7 Platform

2011-04-07 Thread Stephen P Molnar
attempting something that R does not like. Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivriate http://www.FoundationForChemistry.com -Original Message- From: Uwe

[R] Problem Installing R-Commander

2010-08-20 Thread Stephen P Molnar
in advance Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivriate http://www.FoundationForChemistry.com [[alternative HTML version deleted