Hi, In R.app, when I bring a Quartz window to the foreground and choose "Save As..." from the File menu, I can save the window successfully. But when I switch to another application and back to R.app, the window with title "Save Content of Quartz Device to PDF file" is back, and can't be dismissed. Its "Save" button is greyed-out, and its close button in the upper-left corner is also greyed-out. The only way I seem to be able to make this window go away is to quit R.app. -Ken --please do not edit the information below-- Version: platform = i386-apple-darwin8.9.1 arch = i386 os = darwin8.9.1 system = i386, darwin8.9.1 status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) GUI: R-GUI 1.20 (4535) Locale: C Search Path: .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base
'Save as PDF' window won't go away
12 messages · Rob Goedman, Duncan Murdoch, Ken Williams +1 more
Ken, If you re-install the GUI, version 4773 from Simon's web site ( http://r.research.att.com/ ), it should be fixed. Let me know if this helps, regards, Rob
On Sep 18, 2007, at 12:49 PM, Ken Williams wrote:
Hi, In R.app, when I bring a Quartz window to the foreground and choose "Save As..." from the File menu, I can save the window successfully. But when I switch to another application and back to R.app, the window with title "Save Content of Quartz Device to PDF file" is back, and can't be dismissed. Its "Save" button is greyed-out, and its close button in the upper-left corner is also greyed-out. The only way I seem to be able to make this window go away is to quit R.app. -Ken --please do not edit the information below-- Version: platform = i386-apple-darwin8.9.1 arch = i386 os = darwin8.9.1 system = i386, darwin8.9.1 status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) GUI: R-GUI 1.20 (4535) Locale: C Search Path: .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions? -Ken
On 9/18/07 3:08 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Ken, If you re-install the GUI, version 4773 from Simon's web site ( http://r.research.att.com/ ), it should be fixed. Let me know if this helps, regards, Rob On Sep 18, 2007, at 12:49 PM, Ken Williams wrote:
Hi, In R.app, when I bring a Quartz window to the foreground and choose "Save As..." from the File menu, I can save the window successfully. But when I switch to another application and back to R.app, the window with title "Save Content of Quartz Device to PDF file" is back, and can't be dismissed. Its "Save" button is greyed-out, and its close button in the upper-left corner is also greyed-out. The only way I seem to be able to make this window go away is to quit R.app. -Ken --please do not edit the information below-- Version: platform = i386-apple-darwin8.9.1 arch = i386 os = darwin8.9.1 system = i386, darwin8.9.1 status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) GUI: R-GUI 1.20 (4535) Locale: C Search Path: .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Ken Williams Research Scientist The Thomson Corporation Eagan, MN
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob
On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions? -Ken On 9/18/07 3:08 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Ken, If you re-install the GUI, version 4773 from Simon's web site ( http://r.research.att.com/ ), it should be fixed. Let me know if this helps, regards, Rob On Sep 18, 2007, at 12:49 PM, Ken Williams wrote:
Hi, In R.app, when I bring a Quartz window to the foreground and choose "Save As..." from the File menu, I can save the window successfully. But when I switch to another application and back to R.app, the window with title "Save Content of Quartz Device to PDF file" is back, and can't be dismissed. Its "Save" button is greyed-out, and its close button in the upper-left corner is also greyed-out. The only way I seem to be able to make this window go away is to quit R.app. -Ken --please do not edit the information below-- Version: platform = i386-apple-darwin8.9.1 arch = i386 os = darwin8.9.1 system = i386, darwin8.9.1 status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) GUI: R-GUI 1.20 (4535) Locale: C Search Path: .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
-- Ken Williams Research Scientist The Thomson Corporation Eagan, MN
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken
On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
Rob J Goedman wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick.
Is there a change log somewhere (besides in the repo, which I'm
actually not
sure where to find) that shows what's changed between pre-release
versions?
I've just put together an RSS feed of changes to the NEWS and CHANGES files in R. I'd be happy to add the Mac R GUI changelog, if it could be reformatted into a format that readNEWS() can understand (or if readNEWS were improved to be able to read it...) For now, the RSS feed is at http://developer.r-project.org/bloxsom.cgi/index.rss (leave off the index.rss for the full list). The URL and format are likely to change. Duncan Murdoch
-Ken
On 9/18/07 3:08 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Ken, If you re-install the GUI, version 4773 from Simon's web site ( http://r.research.att.com/ ), it should be fixed. Let me know if this helps, regards, Rob On Sep 18, 2007, at 12:49 PM, Ken Williams wrote:
Hi, In R.app, when I bring a Quartz window to the foreground and choose "Save As..." from the File menu, I can save the window successfully. But when I switch to another application and back to R.app, the window with title "Save Content of Quartz Device to PDF file" is back, and can't be dismissed. Its "Save" button is greyed-out, and its close button in the upper-left corner is also greyed-out. The only way I seem to be able to make this window go away is to quit R.app. -Ken --please do not edit the information below-- Version: platform = i386-apple-darwin8.9.1 arch = i386 os = darwin8.9.1 system = i386, darwin8.9.1 status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) GUI: R-GUI 1.20 (4535) Locale: C Search Path: .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
--
Ken Williams
Research Scientist
The Thomson Corporation
Eagan, MN
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Duncan Murdoch wrote:
Rob J Goedman wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in
the source
distribution.
Rob
On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick.
Is there a change log somewhere (besides in the repo, which I'm
actually not
sure where to find) that shows what's changed between pre-release
versions?
I've just put together an RSS feed of changes to the NEWS and CHANGES files in R. I'd be happy to add the Mac R GUI changelog, if it could be reformatted into a format that readNEWS() can understand (or if readNEWS were improved to be able to read it...) For now, the RSS feed is at http://developer.r-project.org/bloxsom.cgi/index.rss (leave off the index.rss for the full list). The URL and format are likely to change...
... because I can't type the name without adding typos. It's really currently http://developer.r-project.org/blosxom.cgi/index.rss Duncan Murdoch
Hi Ken, Actually, much simpler, the NEWS file is available under the Help menu of the GUI. Rob
On Sep 18, 2007, at 2:31 PM, Ken Williams wrote:
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
I'm getting the impression that the SVN repository is not publicly available, is that the case? If so that's fine, but if it is available I'm still interested to know where it is so I can poke around at things when I'm curious. Thanks, -Ken
On 9/18/07 9:12 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Hi Ken, Actually, much simpler, the NEWS file is available under the Help menu of the GUI. Rob On Sep 18, 2007, at 2:31 PM, Ken Williams wrote:
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
Ken Williams Research Scientist The Thomson Corporation Eagan, MN
Ken, Of course it is publicly available: svn co https://svn.R-project.org/ R-packages/trunk/Mac-GUI Mac-GUI You will have to install subversion, e.g. from: http://metissian.com/ projects/macosx/subversion/ You need permission to commit, but above command will create a dir 'Mac-GUI' with an Xcode.proj file. In the Mac-GUI dir, after the initial copy, you can just do 'svn up' to update. Regards, Rob
On Sep 19, 2007, at 9:25 AM, Ken Williams wrote:
I'm getting the impression that the SVN repository is not publicly available, is that the case? If so that's fine, but if it is available I'm still interested to know where it is so I can poke around at things when I'm curious. Thanks, -Ken On 9/18/07 9:12 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Hi Ken, Actually, much simpler, the NEWS file is available under the Help menu of the GUI. Rob On Sep 18, 2007, at 2:31 PM, Ken Williams wrote:
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
-- Ken Williams Research Scientist The Thomson Corporation Eagan, MN
Thanks. -Ken
On 9/19/07 11:48 AM, "Rob J Goedman" <goedman at mac.com> wrote:
Ken, Of course it is publicly available: svn co https://svn.R-project.org/ R-packages/trunk/Mac-GUI Mac-GUI You will have to install subversion, e.g. from: http://metissian.com/ projects/macosx/subversion/ You need permission to commit, but above command will create a dir 'Mac-GUI' with an Xcode.proj file. In the Mac-GUI dir, after the initial copy, you can just do 'svn up' to update. Regards, Rob On Sep 19, 2007, at 9:25 AM, Ken Williams wrote:
I'm getting the impression that the SVN repository is not publicly available, is that the case? If so that's fine, but if it is available I'm still interested to know where it is so I can poke around at things when I'm curious. Thanks, -Ken On 9/18/07 9:12 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Hi Ken, Actually, much simpler, the NEWS file is available under the Help menu of the GUI. Rob On Sep 18, 2007, at 2:31 PM, Ken Williams wrote:
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
-- Ken Williams Research Scientist The Thomson Corporation Eagan, MN
Ken Williams Research Scientist The Thomson Corporation Eagan, MN
FWIW, you can access files directly without subversion, e.g. the most current NEWS file is always at https://svn.r-project.org/R-packages/trunk/Mac-GUI/NEWS Cheers, Simon
On Sep 19, 2007, at 12:48 PM, Rob J Goedman wrote:
Ken, Of course it is publicly available: svn co https://svn.R-project.org/ R-packages/trunk/Mac-GUI Mac-GUI You will have to install subversion, e.g. from: http://metissian.com/ projects/macosx/subversion/ You need permission to commit, but above command will create a dir 'Mac-GUI' with an Xcode.proj file. In the Mac-GUI dir, after the initial copy, you can just do 'svn up' to update. Regards, Rob On Sep 19, 2007, at 9:25 AM, Ken Williams wrote:
I'm getting the impression that the SVN repository is not publicly available, is that the case? If so that's fine, but if it is available I'm still interested to know where it is so I can poke around at things when I'm curious. Thanks, -Ken On 9/18/07 9:12 PM, "Rob J Goedman" <goedman at mac.com> wrote:
Hi Ken, Actually, much simpler, the NEWS file is available under the Help menu of the GUI. Rob On Sep 18, 2007, at 2:31 PM, Ken Williams wrote:
Thanks, but where can I find the SVN repo? I couldn't find a reference to it on http://r.research.att.com/ , the only reference to SVN I could find there is for how to get the latest sources for gcc. -Ken On 9/18/07 4:27 PM, "Rob J Goedman" <goedman at mac.com> wrote:
If you use svn you can use 'svn log | more' or at the NEWS file in the source distribution. Rob On Sep 18, 2007, at 1:39 PM, Ken Williams wrote:
Thanks, that indeed seems to do the trick. Is there a change log somewhere (besides in the repo, which I'm actually not sure where to find) that shows what's changed between pre-release versions?
-- Ken Williams Research Scientist The Thomson Corporation Eagan, MN
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac