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.

186 results for “from:Georgie”

Is k equivalent to k:k ?
Georgi Boshnakov · Aug 2, 2004 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040802/e4100f83/attachment.pl

How to extract the coefficients from the model
Georgi Dragolov · Mar 28, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080328/37a99da6/attachment.pl

[R-pkg-devel] discovering if a function in a package is called under RStudio
Georgi Boshnakov · Feb 9, 2018 · r-package-devel

Hi, Is there a canonical way for a function to discover if it has been called in a session under RStudio? I looked the at the options() but none seems to be dedicated to this. Thanks, Georgi Boshnakov

need help on read.spss
Georgie · Oct 20, 2011 · r-help

I see, I struggle too with SPSS. But I use this company for help: http://www.ivoryresearch.com/custom-statistical-services-spss.php they are really helpful -- View this message in context: http://r.789695.n4.nabble.com/need-help...

read in Stata and SPSS with value labels/formats
Georgie · Jan 24, 2012 · r-help

This site can help you with SPSS stuff, http://www.ivoryresearch.com/custom-statistical-services-spss.php its really good -- View this message in context: http://r.789695.n4.nabble.com/read-in-Stata-and-SPSS-with-value-labels-formats...

changing the surface coloring (using lattice::wireframe)
Smilyanov Georgi · Nov 21, 2013 · r-help

Hi all, I am using lattice::wireframe to create a surface. I need to change the coloring so that it depends on the x or y variable (instead of on z). How should this be done? The documentation says that...

[R-pkg-devel] package stuck in CRAN 'pretest' for a day
Georgi Boshnakov · Jul 15, 2022 · r-package-devel

Submitted package 'fGarch' has been stuck in CRAN 'pretest' for about 24 hours now. The same seems to hold for several other packages. Is this something that can be expected normally? The pretest service seems to work normally in that...

add .emacs.desktop and .emacs.desktop.lock to files ignored by R CMD build?
Georgi Boshnakov · Jul 15, 2015 · r-devel

Is it possible to consider adding .emacs.desktop and .emacs.desktop.lock to files ignored by R CMD build? Thanks, Georgi -- Dr Georgi Boshnakov tel: (+44) (0)161 306 3684 School of Mathematics fax: (+44) (0)161 306 3669 Alan...

R-beta: How use data in .DATA directory?
Georgi Boshnakov · Oct 14, 1997 · r-help

Hi, Could you advice me how to use databases in DATA directories (I am using the Windows95 version of R). I cannot achieve this with the S commands I know. Georgi Boshnakov =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci...

[R-pkg-devel] dependency fails checking a package on ASAN/UBSAN (on r-hub)
Georgi Boshnakov · Oct 1, 2020 · r-package-devel

Hi, A package submitted on CRAN shows problems only on ASAN/UBSAN. I used 'r-hub' (rhub::check()) to check if my update has fixed that on that platform but This is unsuccessful since a dependency fails to install. The...

Automatic C wrapper generation
Benjamin Georgi · Oct 18, 2006 · r-devel

Hi, I'm looking into creating R bindings for a medium sized C library. I have read up on how to access simple C functions using the .C and .Call methods and what I'm looking for now is a...

ambiguity in the documented return value of Null() from package MASS
Georgi Boshnakov · Nov 10, 2014 · r-devel

Hi, Function Null from package MASS seems to return a matrix with zero columns and the expected number of rows when the null space of the argument contains only the zero vector, e.g. > library(MASS) > diag(nrow=3) [,1...

[R-pkg-devel] force revdepcheck to use local version of a dependency
Georgi Boshnakov · Sep 28, 2020 · r-package-devel

Hi, I am using package 'revdepcheck' to check reverse dependencies of a package and it works great. But now I have a scenario such that I wish it to use a local version of one of the dependencies of the...

[R-pkg-devel] can't commit changes to a package on R-Forge
Georgi Boshnakov · Apr 6, 2019 · r-package-devel

Hi, I was given admin access to an R package developed on R-Forge, which I have not used before. I installed a command line svn client, checked out the package >svn checkout svn://geobosh at svn.r-forge.r...

Ripley's K using ads
georgie · Sep 2, 2011 · r-sig-geo

I'm trying to do Ripley's K analysis using ads (one points shapefile, one polygon area shapefile). Having created a bounding box than includes my study area, I triangulated this box against a vertices file of my study area...

R CMD check does not report redundant '...' argument described in Rd File
Georgi Boshnakov · Apr 16, 2019 · r-devel

R's checks seem to be failing to notice a redundant '...' argument described in the documentation of a function. Consider a function: fun_3 <- function(arg1, arg2, arg3) { "I am fun_3" } If its documentation describes an argument, say 'dummy...

incomplete description of return value of stats::uniroot()?
Georgi Boshnakov · Dec 3, 2018 · r-devel

The "Value" section in the documentation of stats::uniroot() mentions component "init.it" of the returned result: > "... Further components may be added in future: component \code{init.it} was added in \R 3.1.0." I don't see "init...

punctuation in utils::cite()
Georgi Boshnakov · Mar 14, 2018 · r-devel

Hi, I wonder if the following is a design decision in the default bib style for utils::cite(). Create a bibentry object: > bibs <- bibtex::read.bib(package = "tools") > bibs Murdoch D (2009). "Parsing Rd files." <URL: http://developer.r-project...

incomplete results from as.character.srcref() in some cases involving quote()
Georgi Boshnakov · Jun 18, 2018 · r-devel

Hi, The result of as,character() on 'srcref' objects doesn't have the closing ')' in some cases involving 'quote': > e4 <- quote({2+2}) > class(attr(e4, "wholeSrcref")) [1] "srcref" > as.character(attr(e4, "wholeSrcref")) [1] "e4 <- quote({2+2}" As...

[R-pkg-devel] Fwd: R CMD check and strange ## Not run strings
Georgi Boshnakov · Dec 19, 2017 · r-package-devel

Sure, but \dontrun's function is to prevent the R tools from running the enclosed code. How it is rendered is a completely separate matter. The code in \dontrun is not required to be executable (or even valid R code...

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