Re: [R] Error w/ Start up Script

2012-06-18 Thread Lopez, Dan
elp@r-project.org) Subject: Re: [R] Error w/ Start up Script You are perhaps not using suppressPackageStartupMessages() correctly if you're getting those warnings: my .Rprofile has these lines: suppressPackageStartupMessages(library("quantmod")) suppressPackageStartupMessa

Re: [R] Error w/ Start up Script

2012-06-18 Thread R. Michael Weylandt
ackage:R.utils"     "package:utils"       > "package:R.oo"        "package:R.methodsS3" > > [11] "package:methods"     "Autoloads"           "package:base" > > > > Dan > > From: Bert Gunter [mailto:gunter.ber...@

Re: [R] Error w/ Start up Script

2012-06-18 Thread Lopez, Dan
6] "package:rattle" "package:R.utils" "package:utils" "package:R.oo""package:R.methodsS3" [11] "package:methods" "Autoloads" "package:base" Dan From: Bert Gunter [mailto:gunter.ber...@gene.c

Re: [R] Error w/ Start up Script

2012-06-18 Thread Bert Gunter
ot; "package:utils" > "package:R.oo""package:R.methodsS3" > > [11] "package:methods" "Autoloads" "package:base" > > > 0**** > > ** ** >

Re: [R] Error w/ Start up Script

2012-06-18 Thread Lopez, Dan
hods" "Autoloads" "package:base" > 0 Thanks. Dan From: Bert Gunter [mailto:gunter.ber...@gene.com] Sent: Monday, June 18, 2012 1:10 PM To: Lopez, Dan Cc: David Winsemius; R help (r-help@r-project.org) Subject: Re: [R] Error w/ Start up Script ?suppressPacka

Re: [R] Error w/ Start up Script

2012-06-18 Thread Bert Gunter
methodsS3 for > help. > R.oo v1.9.3 (2012-03-18) successfully loaded. See ?R.oo for help. > > Attaching package: 'R.oo' > > The following object(s) are masked from 'package:R.methodsS3': > >throw.default > .. > ... > .... > -Original Message

Re: [R] Error w/ Start up Script

2012-06-18 Thread Lopez, Dan
essfully loaded. See ?R.oo for help. Attaching package: 'R.oo' The following object(s) are masked from 'package:R.methodsS3': throw.default .. ... -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Monday, June 18, 2012 12:12 PM To:

Re: [R] Error w/ Start up Script

2012-06-18 Thread David Winsemius
On Jun 18, 2012, at 11:25 AM, Lopez, Dan wrote: I noticed about a couple weeks ago that my R start up script starting showing the below errors, following the line "Type 'q()' to quit R" I didn't see any errors reported. I didn't see any warnings, either. -- David. Not sure what I did d

[R] Error w/ Start up Script

2012-06-18 Thread Lopez, Dan
I noticed about a couple weeks ago that my R start up script starting showing the below errors, following the line "Type 'q()' to quit R" Not sure what I did different and so far it hasn't caused major problems but kind of fear that it will. Can you please help? I also posted my Rprofile below.