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.

474 results for “from:Roy Mendelssohn - NOAA Federal”

[R-pkg-devel] In Description file, how far removed should the depends go?
Roy Mendelssohn - NOAA Federal · Aug 29, 2017 · r-package-devel

HI All: What is best practice for the "depends" in the Description file, in terms of how of how many layers down do I list depends? For example, if my package depends on the rerddap package, is it best practice...

R Versioning and Packages
Roy Mendelssohn - NOAA Federal · Apr 17, 2015 · r-sig-mac

Hi All: Since R 3.2 has been released and the Mac version should be available shortly, I always forget how the R versioning system and updates relate to installed packages. Some updates work with what you have installed, some...

robustSmoothSpline
Roy Mendelssohn - NOAA Federal · Oct 23, 2007 · r-help

Hi Brian: A little more information would be helpful.. What operating system you are running and what version of R you are running and which packages you tried to install. robustSmoothSplie is part of the aroma.light package which is...

"lag1.plot {astsa}" vs. "lag.plot {stats}"
Roy Mendelssohn - NOAA Federal · Apr 20, 2015 · r-help

<snip> > > By the way, the tsa3 issues page that you reference above...it's > indicates the problems with existing time series functions as the > reason for developing corrected functsion in astsa/tsa3. But the > actual documentation for these corrected functions...

Is it possible or has it been done?
Roy Mendelssohn - NOAA Federal · Feb 12, 2012 · r-help

http://tolstoy.newcastle.edu.au/R/e11/help/10/08/6132.html HTH, -Roy On Feb 12, 2012, at 3:24 PM, Keith Weintraub wrote: > A port of R to iOS? > > Thanks for your time, > KW > > -- > > > [[alternative HTML version deleted...

R for Windows 32-bit mode versus 64-bit mode
Roy Mendelssohn - NOAA Federal · Feb 6, 2013 · r-help

Hi All: We are developing (actually updating) a piece of code that runs in R. Due to some limitations of some the libraries we use, at the present time we would be limited to the 32-bit version of R...

RMarkdown question
Roy Mendelssohn - NOAA Federal · Aug 29, 2017 · r-help

Hi All: In creating a R Notebook I know that in the text I can link to a (sub) section by using the command: [Header 1](#anchor) and putting the appropriate anchor name at the appropriate header. But can the...

Error on linking to R.3.2.2 package
Roy Mendelssohn - NOAA Federal · Aug 16, 2015 · r-sig-mac

If I go to the cran home page, and then to the Mac downloads and click on the "R-3.2.2.pkg? link I get: > Object not found! > > The requested URL was not found on this server. The link...

Arm64 issues?
Roy Mendelssohn - NOAA Federal · Aug 25, 2025 · r-sig-mac

Thanks Simon! Just wanted to check. -Roy > On Aug 25, 2025, at 3:46?PM, Simon Urbanek <simon.urbanek at R-project.org> wrote: > > Roy, > > Thank, yes, the arm64 build machine is catching up. It may take a bit since...

StructTS
Roy Mendelssohn - NOAA Federal · Apr 5, 2007 · r-devel

I apologize in advance if I picked the wrong list to post this to. I have made an effort to find the answers to these questions on CRAN, but if they are there, I couldn't find them, and I...

Reshaping an array - how does it work in R
Roy Mendelssohn - NOAA Federal · Mar 18, 2016 · r-help

> On Mar 18, 2016, at 2:56 PM, Bert Gunter <bgunter.4567 at gmail.com> wrote: > > However copying may occur anyway as part of R's semantics. Others will > have to help you on that, as the details here are...

[R-pkg-devel] Number of days since last submission
Roy Mendelssohn - NOAA Federal · Oct 28, 2020 · r-package-devel

Hi All: A few days ago I put on CRAN a new version of a package. Since then it has thrown some errors, all do to the fact that sometimes on CRAN the rebuild of the Vignette fails. I received...

[R-pkg-devel] Fwd: R-package-devel@R-project.org: RANDR
Roy Mendelssohn - NOAA Federal · Jan 24, 2017 · r-package-devel

Hi Cathy: > On Jan 24, 2017, at 2:41 PM, Cathy Lee Gierke <leegi001 at umn.edu> wrote: > > Which I likely do have wrong, because I'm not sure how to make a data file > available to the example..... but...

plotly example that highlights a line
Roy Mendelssohn - NOAA Federal · Feb 28, 2017 · r-help

Hi All: In searching online, I have found examples of using plotly with ggplot2 graphics, say using geom_line, where there are multiple lines and by selecting the "factor" in the legend makes the particular line disappear or reappear (see...

netCDF driver missing from package terra 1.6.7 for Mac
Roy Mendelssohn - NOAA Federal · Sep 6, 2022 · r-sig-mac

For the nonce you can get terra from r-universe: > library(terra) terra 1.6.10 > d <- gdal(drivers=TRUE) > d[d$name=="netCDF", ] name type can vsi long.name 91 netCDF raster read/write FALSE Network Common Data Format...

R4.0.0 and Makevars
Roy Mendelssohn - NOAA Federal · May 26, 2020 · r-sig-mac

Hi All: Awhile back Simon posted what if anything should be in your Makevars for R4.0.0 if you needed to compile packages from source. I thought I had saved that email but i can't find it, and...

Getting to the Rgui Configuration Editor on a MAC
Roy Mendelssohn - NOAA Federal · Nov 6, 2009 · r-help

On Nov 6, 2009, at 11:48 AM, David Winsemius wrote: > > On Nov 6, 2009, at 1:29 PM, Steven Lewis wrote: > >> I teach a class in R and have instructed my students to change >> their GUI preferences to match...

[R-pkg-devel] Resubmitting after a few days
Roy Mendelssohn - NOAA Federal · Sep 24, 2019 · r-package-devel

Hi All: A few days ago I had to resubmit because an external URL I was using in my vignette changed and the nightly builds were issuing warnings. This morning a user reported a bug. I have the fix and...

Graphics in examples
Roy Mendelssohn - NOAA Federal · Mar 19, 2019 · r-package-devel

Hi All: I am working on preparing a package for submission. All the package does is makes it easy to map data that were downloaded using a different package. Can graphics be in examples? Or should I assign the graphics...

Accessing Pointers
Roy Mendelssohn - NOAA Federal · Jun 22, 2017 · r-help

Hi Lawrence: > On Jun 22, 2017, at 4:26 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > >> is pointing to in the following line of code. Need some help. >> >> #install.packages('xml2') >> library('xml2') >> pg1 <- read_html("www.msn.com...

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