Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Nino Hardt”

rgraphviz crashes
Nino Hardt · Feb 28, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100228/e7b3259d/attachment.pl>

quartz() and windows()
Nino Hardt · Dec 7, 2008 · r-help

Hi, when windows and mac users collaborate, one always has to use search&replace on the quartz() function. Is there a better way? Some command which tells whether one is working in a Windows or OSX setting? Thanks Nino

R: determine if `suppressMessages()` has been invoked
Nino Hardt · Feb 19, 2023 · r-devel

Hi all, I would like to create a function that detects if suppressMessages has been invoked upon running that same function. I was looking through {https://cran.r-project.org/doc/manuals/r-release/R-ints.html}, but I haven...

quartz() and windows()
Nino Hardt · Dec 7, 2008 · r-help

Hi, thanks for your quick reply. I just added the following in front of everything else in the script: if(.Platform$OS.type=="windows") { quartz<-function() windows() } Works as expected. Thanks, Nino -----Urspr?ngliche Nachricht----- Von: Marc Schwartz [mailto:marc...

R: determine if `suppressMessages()` has been invoked
Nino Hardt · Feb 19, 2023 · r-devel

Awesome, this gets the job done. To answer your question: When using C or C++ via Rinside or within a package, those functions do not listen to suppressMessages, e.g. `Rprintf` keeps printing to the console. Since it's common...

Can't find what you're looking for? Try searching with Google .