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.

195 results for “from:Toby”

POSIX turns into factor
Toby Gass · Oct 16, 2010 · r-help

Dear helpeRs, I am working with a dataframe that includes a column, "calendar", used for plotting time series. > class(dat$calendar) [1] "POSIXt" "POSIXlt" When I finish working, I save my data as a .csv file. When I read the...

[R-pkg-devel] new version jumps in minor?
Toby Hocking · Nov 4, 2024 · r-package-devel

Dear CRAN I see a new NOTE, and I wonder if you would consider undoing this new addition to checks? This would cause all of my packages to fail auto checks, which would cause a lot of extra false positives...

[R-pkg-devel] unicode WARNING on solaris?
Toby Hocking · Sep 23, 2019 · r-package-devel

Hi all, is there a known fix for this WARNING which I am getting on solaris for my newly submitted nc package? https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/nc-00check.html A quick google...

R CMD build should fail early for old package versions?
Toby Hocking · Sep 30, 2019 · r-devel

Hi all, Today I had an R CMD build that failed while building a vignette because the vignette needs tidyr (>= 1.0, declared in DESCRIPTION Suggests) but my system had a previous version installed. It did not take me too...

Un-informative Error in re-building vignettes
Toby Hocking · Nov 29, 2017 · r-devel

I am getting the following on CRAN windows and winbuilder https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/penaltyLearning-00check.html Apparently there is an error in re-building vignettes, but I do not...

[R-jobs] Job Opening: Statistical Consultant at OpenAnalytics (Belgium)
tobi@s@verbeke m@iii@g oii ope@@@@iytics@eu · Apr 27, 2012 · r-sig-jobs

OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to expand our team of statisticians with a candidate who fits the following profile: Statistician: MSc / PhD in Statistics, Applied...

Automatic differentiation of compiled code.
Toby.Patterson@csiro.au · Oct 6, 2003 · r-help

Hi all, I wondered if anyone had used automatic differentiation libraries (e.g ADIC/ADOL etc.) in conjunction with R? I have a C shared library that calculates a likelihood within a wrapper function that gets minimized by optim. This...

-Altering labels and tickmarks on persp() plots
Toby.Patterson@csiro.au · Nov 7, 2001 · r-help

All, This was posted earlier but may have got lost in another thread. Can someone tell me how to independently alter the fontsize and position of labels on a persp plot?? I've tried using titles() and axes() but they...

Statistical Quality Control
Toby Popenfoose · Apr 23, 2004 · r-help

blake holton wrote >I've been familiarizing myself with the features of R over the past few >days. I'm impressed with the quality and quantity of the features and >packages. One feature that I would be interested in would...

na.omit inconsistent with is.na on list
Toby Hocking · Aug 11, 2021 · r-devel

na.omit is documented as "na.omit returns the object with incomplete cases removed." and "At present these will handle vectors," so I expected that when it is used on a list, it should return the same thing as if...

read.csv quadratic time in number of columns
Toby Hocking · Mar 29, 2023 · r-devel

Dear R-devel, A number of people have observed anecdotally that read.csv is slow for large number of columns, for example: https://stackoverflow.com/questions/7327851/read-csv-is-extremely-slow-in-reading-csv-files-with-large-numbers-of...

syntax for batching rbind process
Toby Gass · Aug 18, 2010 · r-help

Dear helpeRs, I am attempting to read in a series of csv files so I can bind them into one large dataframe. I have written the following script: test <- list.files(".", pattern = "csv") #lline 1 imp <- list() #line 2 for...

[Rcpp-devel] Rinside libPaths configuration
Toby Hocking · Aug 27, 2020 · rcpp-devel

Hi all, I'm having this issue https://stackoverflow.com/questions/16758129/error-in-loadnamespacename-there-is-no-package-called-rcpp Rcpp is installed in ~/R/x86_64-pc-linux-gnu-library/4.0 But my RInside compiled binary looks...

xyplot {lattice} bug causes crash (PR#2370)
Toby.Patterson@csiro.au · Dec 12, 2002 · r-devel

Full_Name: Toby Patterson Version: 1.6.0 OS: winXP Submission from: (NULL) (140.79.2.3) I seem to be able to cause a predictable crash (i.e. the application terminates abnormally) in R using the library lattice. If...

R pkg install should fail for unsuccessful DLL copy on windows?
Toby Hocking · Jun 6, 2019 · r-devel

If anybody else has this issue, please add a comment on https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17478 so we are more likely to get R-core to address this. Thanks Toby On Tue, Jun 4...

Calling functions
Toby Marthews · Jun 17, 2008 · r-help

Hi, Can't you just do source("Xtabs.R")? That will load in the definition. Alternatively, instead of saving the R program, save the workspace on your network (e.g. Xtabs.RData), which will contain the function definition, and arrange...

Reduce/eliminate console printing time?
Toby Daniel Ahrens · Mar 31, 2006 · r-help

Hi: I have been writing some functions in R that are about 500-1000 lines long, and when I copy and paste the code into the R console, it takes about 20-30 seconds for R to ?print? and run...

R performance: different CPUs
Toby Muhlhofer · Apr 4, 2006 · r-help

Hello! I need to purchase a new box, which I would like to optimize for good R performance. For the record, I will run Fedora Core 5 as and OS, and I wanted to know if anyone has experience with...

[R-pkg-devel] invalid multibyte string on solaris?
Toby Hocking · Oct 30, 2019 · r-package-devel

Hi all, I am getting an "invalid multibyte string" error from one of my examples when it is run on solaris, which results in check FAILURE: https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/nc-00check...

Specifying C Standard in Package's Makevars File
Toby Hocking · Sep 28, 2020 · r-devel

WRE explains for C++11 14 etc standards but I don't know about C https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Using-C_002b_002b11-code BTW I believe this question would be more...

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