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