Re: [R-SIG-Mac] Identifying computer from R

2023-05-26 Thread Dennis Fisher
Iris Thanks for the tip. This works: Sys.info()["nodename"] Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com > On May 26, 2023, at 3:27 PM, Iris Simmons wrote: > > Hi, > &

[R-SIG-Mac] Identifying computer from R

2023-05-26 Thread Dennis Fisher
uot;) returns: "" In R: system("echo $PS1") returns an empty line. A solution to this immediate problem (how to obtain that environment variable in R) or any other clever way to identify a particular computer would be much appreciated. Dennis Dennis Fisher

[R-SIG-Mac] Cannot "grab" certain pages from PDF create in R

2018-09-17 Thread Dennis Fisher
experienced this? If so, any solutions? Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com <http://www.plessthan.com/> [[alternative HTML version deleted]] __

Re: [R-SIG-Mac] Location of plot() window

2018-05-03 Thread Dennis Fisher
to pairlists with a "stuct.name" attribute and vice versa. Is there an “r” missing from: stuct.name Any help would be appreciated. Thanks. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLe

Re: [R-SIG-Mac] Location of plot() window

2018-04-30 Thread Dennis Fisher
Simon The Cocoa suggestion should address my need — thanks so much. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com <http://www.plessthan.com/> > On Apr 30, 2018, at 1:26 PM, Simon Urbanek

[R-SIG-Mac] Location of plot() window

2018-04-30 Thread Dennis Fisher
R 3.5.0 OS X Colleagues When I open a plot() window on-screen, it appears in the lower left corner of the screen. Is it possible to control the location? If so, what commands? And, if so, can I locate it to a display other than the primary display? Dennis Dennis Fisher MD P < (The

Re: [R-SIG-Mac] Embedding PDF documents created in R in Word documents

2018-03-27 Thread Dennis Fisher
was created on one of the problem computers. I just opened the document on a fourth computer (purchased in 2013) running El Capitan. In Word 2016, half-size; in Word 2008, full size. So, Word appears to be the culprit, although not consistently. Dennis Dennis Fisher MD P < (The &quo

Re: [R-SIG-Mac] Embedding PDF documents created in R in Word documents

2018-03-26 Thread Dennis Fisher
Marc Office is fully updated (see version as yours) Original size is 1/2 of the intended size. When the drag the file to TextEdit, the size is as intended! So, the mystery continues. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1

Re: [R-SIG-Mac] Embedding PDF documents created in R in Word documents

2018-03-26 Thread Dennis Fisher
JPEG images, the same problem happens. I am at a loss — perhaps there is something weird about my version of Office or some preference that is set incorrectly. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com

[R-SIG-Mac] Embedding PDF documents created in R in Word documents

2018-03-26 Thread Dennis Fisher
has encountered this and has a solution. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com [[alternative HTML version deleted]] ___ R-SIG-Mac mailing lis

[R-SIG-Mac] Unexpected output from round()

2015-06-12 Thread Dennis Fisher
I am curious as to the explanation of this issue. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com ___ R-SIG-Mac mailing list R-SIG-Mac@

Re: [R-SIG-Mac] using package xlsx

2015-04-08 Thread Dennis Fisher
assist the user. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com <http://www.plessthan.com/> > On Apr 8, 2015, at 6:23 PM, Simon Urbanek wrote: > > Dennis, >

Re: [R-SIG-Mac] using package xlsx

2015-04-08 Thread Dennis Fisher
Shahrooz Same issue. XLConnect requires rJava, thereby reporting the same problem. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com <http://www.plessthan.com/> > O

[R-SIG-Mac] using package xlsx

2015-04-08 Thread Dennis Fisher
ava SE 7 — the installer would not allow this once it found the newer version (8). This suggests that installing version 6 will also not be permitted. Any thoughts? Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-866-PLessT

[R-SIG-Mac] New message from OS (Mountain Lion) with system command

2012-09-01 Thread Dennis Fisher
T), value=T) character(0) And, in a terminal: set | grep DYLD returns nothing. It appears that R64, but not Rgui, sets DYLD_LIBRARY_PATH. Can anyone offer an explanation? I discovered that: Sys.unsetenv("DYLD_LIBRARY_PATH") prevents the problem. Do I incur an

[R-SIG-Mac] dyld: DYLD_ environment variables being ignored because main executable (/bin/ps) is setuid or setgid

2012-08-11 Thread Dennis Fisher
is is a problem with R or something inherent to Mountain Lion or some bizarre interaction between them (or with Xcode). If anyone has any thoughts on this, I would be most appreciative. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784)

[R-SIG-Mac] Word / OS X / R

2011-09-12 Thread Dennis Fisher
ethod (from R or from the OS) to detect which files Word has open? If so, I could avoid creating the new file if the original one was open. Interestingly, I presume that this would not happen in Windows because step 2a could not happen if the file were open. Dennis Dennis Fisher MD P < (The

[R-SIG-Mac] system command in OS X failed when ampersand was added to command

2011-03-06 Thread Dennis Fisher
o/app /complete/path/to/file &") ran successfully. I am using R 2.12.0 and OS X.6.6 and the command failed. To my surprise, removed the ampersand fixed the problem. I don't know if the problem lies with OS X or R's interaction with OS X. Does anyone have any insights into this?