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.

160 results for “from:Dr Eberhard W Lisse”

Command history
Dr Eberhard W Lisse · Feb 28, 2021 · r-help

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...

Problem assigning "NA" as a level name in a list
Dr Eberhard W Lisse · Dec 16, 2008 · r-help

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...

combining data from different datasets
Dr Eberhard W Lisse · Oct 26, 2008 · r-help

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...

Code editor for writing R code
Dr Eberhard W Lisse · Nov 30, 2023 · r-help

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...

Using R on MacOS Catalina.....
Dr Eberhard W Lisse · Jan 28, 2020 · r-sig-mac

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...

merge question
Dr Eberhard W Lisse · Jun 29, 2014 · r-help

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...

Command history
Dr Eberhard W Lisse · Feb 28, 2021 · r-help

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...

Interbase/Firebird
Dr Eberhard W Lisse · Sep 17, 2008 · r-help

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...

Reading Text files from UK Met Office into R again...
Dr Eberhard W Lisse · Oct 9, 2022 · r-help

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...

cleanup/replacing a value on condition of another value
Dr Eberhard W Lisse · Oct 26, 2021 · r-help

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...

Help request: Parsing docx files for key words and appending to a spreadsheet
Dr Eberhard W Lisse · Dec 29, 2023 · r-help

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...

"Update in Mac OS"
Dr Eberhard W Lisse · Oct 5, 2008 · r-help

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...

Subscript and superscript on one symbol; plotmath.
Dr Eberhard W Lisse · Dec 9, 2020 · r-help

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...

FInd packages in need of Update (like RStudio)
Dr Eberhard W Lisse · Dec 23, 2020 · r-help

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...

Restoration of "rite" package of R as R-script editor or the like
Dr Eberhard W Lisse · May 24, 2022 · r-help

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...

FInd packages in need of Update (like RStudio)
Dr Eberhard W Lisse · Dec 23, 2020 · r-help

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...

Dynamic Creation and Use of Object Names
Dr Eberhard W Lisse · Aug 23, 2021 · r-help

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...

Using R on MacOS Catalina.....
Dr Eberhard W Lisse · Jan 28, 2020 · r-sig-mac

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...

SQL vs R
Dr Eberhard W Lisse · May 6, 2014 · r-help

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...

write.csv covert Ă…land to <c5>land
Dr Eberhard W Lisse · Oct 20, 2020 · r-help

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 .