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.
On the Mac it is ~/.Rhistory el On 2021-02-28 15:39 , Mahmood Naderan-Tahan wrote: > Hi > > May I know where is the location of commands we used in R in the history? > > > Regards, > Mahmood-- Dr. Eberhard W. Lisse...
Quite irritating to me as the Manager of .NA too, when I used NA for .NA :-)-O el Peter Dalgaard wrote: > Cliff Behrens wrote: >> One of these permutations >> is the character string "NA". It seems that when I try to...
Yes, it does. Thanks. el On 25 Oct 2008, at 03:32 , Steven McKinney wrote: > If you are using regular R graphs > (i.e. not lattice or other library > graphics) try setting the margins > with the mar argument to par...
Sublime Text. On all platforms. On 29/11/2023 17:57, Christofer Bogaso wrote: > Hi, > > Currently I use VS-Code to write codes in R. While it is very good, it > does not allow me to write Latex expressions in...
Matthias, this is exactly why you should use Homebrew. Tante Gugel is your friend :-)-O el On 28/01/2020 11:33, Matthias Krawutschke wrote: [...] > Hm, I never used "Homebrew" - I come from the UNIX - World and I like > the...
Thank you very much. el On 2014-06-30, 00:48 , Rolf Turner wrote: > > On 30/06/14 10:32, Dr Eberhard W Lisse wrote: > >> Thanks, >> >> I then set NA to 0, and can do the sutraction, >> >> great. > > Not so...
Oh find ~ -name .Rhistory 2>/dev/null shows 12 file :-)-O vriendelijke groeten/sinc?res amiti?s, el On 2021-02-28 17:17 , Mahmood Naderan-Tahan wrote: > OK. It seems that it depends on where R is launched. > > In...
ODBC, didn't think of that, thanks. el On 18 Sep 2008, at 00:31 , David Winsemius wrote: > > On Sep 17, 2008, at 6:00 PM, Dr Eberhard W Lisse wrote: > >> Hi, >> >> is there a Rdbi or other package to...
Does it say what the new format is? On 2022-10-09 13:01 , Nick Wray wrote: [...] > Up to 2010 everything's fine and dandy - the data is in nice neat columns > and I can download it and filter out...
Thanks. Your method mutate( cases = ifelse( country == 'Namibia' & type == 'confirmed' & date == '2021-10-23' & cases == 357, NA, cases ) ) works, as does Rui's mutate( cases = replace( cases, which(country == 'Namibia' & type == 'confirmed' & date == '2021-10-23' & cases == 357), NA ) ) Thank...
Andy, you can always open a public Dropbox or Google folder and post the link. el On 29/12/2023 22:37, Andy wrote: > Thanks - I'll have a look at these options too. > > I'm happy to send over...
Load the 2.7.2 mini DMBG and install over the top. Finish and klaar. el On 05 Oct 2008, at 11:28 , Fredrik Lundgren wrote: > Dear R-ers, > > I'm using R 2.7.1 Mac OS. What is...
They let you guys go to the pup again? :-)-O el On 09/12/2020 10:06, Rolf Turner wrote: [...] > Is there any way to achieve, with plotmath, an effect like unto that > produced by the LaTeX expression $\sigma^2...
Or rather Rscript -e 'local({r <- getOption("repos");r["CRAN"] <- "https://cloud.r-project.org/";options(repos = r)});update.packages(dependencies = TRUE, ask=FALSE)' as a one liner :-)-O el On 2020-12-23 17:59 , Dr Eberhard W Lisse...
As other have pointed out, use R-Studio. Works on Windows, Linux and the Mac and does all you need (and more). As other have pointed out CRAN does not "maintain" software. el On 20/05/2022 15:19, Akhilesh...
Hi, does anyone know how one would look which packages require an update (like the Tools -> Update Packages) but can do it from R (ie Rscript) or any other way from the command line (on the MAc) I would like...
Thanks, long weekend coming up :-)-O el On 2021-08-23 18:06 , Bert Gunter wrote: > ... and to add to Ivan's suggestions, **depending on what you are > trying to show with your grid of graphs,** you may wish to...
For me it usually had to resort to the latter when there were connectivity issues (more common in Namibia than in Potsdam :-)-O). And maybe once or twice when I wanted to try something special. It also has a 'cask...
David, this is quite slow :-)-O el on 2014-05-06, 10:55 David McPearson said the following: [...] > It seems like you are trying to extract a (relatively) small data set from a > much larger SQL databaseWhy not do the...
Apologies, I meant ?write.table() el On 20/10/2020 12:38, Jinsong Zhao wrote: > On 2020/10/20 17:23, Dr Eberhard W Lisse wrote: >> ?file.write() >> >> look for fileEncoding? >> >> el >> > > There is no file.write(). I have tried...
Can't find what you're looking for? Try searching with Google .