Just for normies like me who don’t know what Simon meant :-)
1. Open terminal.app and cd to where the relevant files are to keep commands
manageable in length
cd /Library/Frameworks/R.framework/Resources/lib/
2. Find the paths to different versions of veclib by ls’ing the directory they
shoul
Same behavior here with ggplot and base plotting: plots don’t display, but if I
cmd<- then cmd->, the plot is drawn
sessionInfo() output below
> On 9 Feb 2021, at 15:35, Peter West wrote:
> I’ll just confirm the odd behaviour of the Quartz window in Big Sur 11.2 R
> 4.0.3 GUI 1.73 on M1 silico
Moving to a compiler that drops support for OpenMP seems a sad choice,
especially now we’ve all climbed the learning curve of the non-Apple compiler
(the real barrier was lack of a pkg installer and that’s done now).
Losing OpenMP for the CRAN version of OpenMx/umx (our SEM packages) would be a
Hi,
If one runs a shiny app, the stop button remains grayed out, even though there
is now something to stop.
escape still works, but the user thinks R has frozen, (no carat) and can't be
stopped (no button).
Best, tim
The University of Edinburgh is a charitable body, registered in Scotland, wit
Related to the discussion of R-build specific clangs (3.5 -> clang 6; 3.6->
clang 7; 3.7 -> clang 8)
Is there a mac build of R 3.7 to test out yet (which would use clang 8)?
Looked on http://mac.r-project.org/#nightly and didn’t see one.
I pulled down clang 8 the other day thinking it would wor
Just to say can replicate this problem: the button text is erased and the
expand search window can’t be closed and neither button responds to user input
once yes is chosen.
Happens every time. was present for a couple of versions ago.
R version: R version 3.6.0 (2019-04-26)
On 2 May 2019, at 0
With a plot window open and a plot rendered in it, printing (cmd-P) clips the
graph (the bottom and right hand side thirds of the graph are clipped/masked
white)
This clipped image displays in the print preview and the printed image is
clipped.
Seems to affect all plots the same. The clipped r
Many thanks Roy - it helped me, at least!
Simon: This command ought perhaps to be included on
https://cran.r-project.org/bin/macosx/tools/ as part of the "important note"
It is obscure, with no good duckduckgo or stackoverflow results if the user
types in their error message.
Best, tim
> O
Just FYI, I've had a lot of students in the last 2-weeks reporting errors like
this about other packages with dependencies that have their own dependencies.
The full chain doesn't appear to be being followed.
For some, on Macs I think, they also have the problem of install.packages()
trying to
likely the separator character is not the default "," that csv expects.
look in the csv file and see what the separator character is: perhaps it is a
";"
try:
df <- read.csv("example.csv", header=TRUE, sep=";"); names(df)
> On 13 Nov 2017, at 1:07 pm, 王宙翔 wrote:
>
> Hi,Friends:
> When I wa
with running High Sierra, or the specific code/data
you are using.
Could you post a reproducible example?
Brandon
On Tue, Aug 29, 2017 at 8:26 AM, BATES Timothy
mailto:tim.ba...@ed.ac.uk>> wrote:
Resized a plot window and got this error in the console
Error in UseMethod("dept
Resized a plot window and got this error in the console
Error in UseMethod("depth") :
no applicable method for 'depth' applied to an object of class "NULL"
The plot was two ggplot2 graphs side by side, made using cowplot::plot_grid()
Set up is
R version: R version 3.4.1 (2017-06-30)
Platform
Hi all,
Couple of questions about how CRAN is building packages for OSX under R 3.4.X
El Cap+, prompted by our package (OpenMx) failing CRAN builds (despite building
fine locally).
Q1: Is it the case that there’s no equivalent of the win.build system for
package creators to test their package
a problem.
> On 20 Jul 2017, at 10:29 pm, peter dalgaard wrote:
>
>
>> On 20 Jul 2017, at 19:29 , BATES Timothy wrote:
>>
>> Hi,
>> On R 3.40, I've been getting some Warnings about timezone, e.g.
>>
>> Warning message: In as.POSIXlt.POS
Hi,
On R 3.40, I've been getting some Warnings about timezone, e.g.
Warning message: In as.POSIXlt.POSIXct(x, tz) : unknown timezone
'default/Europe/London'
But also Sys.timezone returns NA Is this a bug? was there a change in tz
moving to 3.4.0?
Sys.timezone()
[1] NA
R version: R versio
fyi, clicking on an http:// link in a help window (say a manual pdf) yields a
deprecation warning now, so too does cmd+
starting httpd help server ... done
2017-07-06 22:27:11.219 R[33716:3185341] -deltaZ is deprecated for
NSEventTypeMagnify. Please use -magnification.
2017-07-06 22:30:46.726 R
16 matches
Mail list logo