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.

7 results for “from:Gillian Sharer”

[R-pkg-devel] R checks, compiling C code and Windows ISO C warning
Gillian Sharer · Dec 1, 2016 · r-package-devel

I?m trying to submit an R package to CRAN that contains C code and I cannot get past an issue with compiling on Windows. Specifically I have this line of C code, reading data in 64 bit: > sscanf (hdrstr...

[R-pkg-devel] building on CRAN: GCC 12 truncation warning, attempted fix not working
Gillian Sharer · Mar 23, 2022 · r-package-devel

We have some C code in our IRISSeismic package that has starting generating truncation warnings with GCC 12. This is the original code and warning: char seqnum[7]; snprintf (seqnum, 7, "%06d", msr->sequence_number); warning: ' %06d' directive output may...

[R-pkg-devel] documentation warning when using \deqn for equations
Gillian Sharer · Mar 25, 2022 · r-package-devel

My package submission has just started generating a NOTE for HTML check warnings in my .Rd documentation files when using \deqn to document equations, although it has been successful in the past. It passes all checks on the rhub package...

[R-pkg-devel] building on CRAN: GCC 12 truncation warning, attempted fix not working
Gillian Sharer · Mar 25, 2022 · r-package-devel

Thank you. That worked. -Gillian ----- Original Message ----- > From: "Simon Urbanek" <simon.urbanek at R-project.org> > To: "gillian" <gillian at iris.washington.edu> > Cc: "r-package-devel" <r-package-devel at r-project.org> > Sent: Wednesday, March 23, 2022 3...

[R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found
Gillian Sharer · Oct 7, 2016 · r-package-devel

Hi, I tried to submit a package to win-builder with C code and it won?t compile. I get this result: ar -crs libmseed.a fileutils.o genutils.o gswap.o lmplatform.o lookup.o msrutils.o pack.o...

[R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found
Gillian Sharer · Oct 7, 2016 · r-package-devel

Thank you for your response. I apologize for asking basic questions, but I?m new to this. On my local machine (mac osx) the $R_HOME/etc/Makeconf AR=ar and $BINPREF is not set. I have ar in my...

[R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found
Gillian Sharer · Oct 7, 2016 · r-package-devel

It?s solved! Changing ?ar? to ?$(AR)? in the Makefile along with adding AR="$(AR)" to @(cd libmseed && $(MAKE) static CC="$(CC)" CFLAGS="$(CFLAGS)") in the Makevars.win fixed the problem. Thank you! Gillian Sharer > On Oct 7, 2016, at...

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