On Sat, 30 Jul 2011, baptiste auguie wrote:
Dear list,
I'd like to get rid off a couple of warnings that have appeared in
checking my package on CRAN (I did not find them on my local machine
before submission). What puzzles me is that different platforms return
different warnings, only one of w
Dear list,
I'd like to get rid off a couple of warnings that have appeared in
checking my package on CRAN (I did not find them on my local machine
before submission). What puzzles me is that different platforms return
different warnings, only one of which I recognise as my obvious
mistake. The che
Which front ends process the help.search() results to produce nice
clickable lists, instead of the simple text display that's the default?
I know the R.app gui on Mac OS does; are there others?
I'm asking because one of the decisions made when R Core met in Vienna
was to allow vignettes to b
On 29/07/2011 11:41 AM, Paul Gilbert wrote:
Is there an easy way to compile a packages's fortran so that it has the
information for ddd or gdb to follow the lines of the code? I seem to remember
seeing something about this, but I cannot find it in Writing R Extensions. (I
see about Valgrind, d
$ grep FFLAGS /usr/lib/R/etc/Makefile
add FFLAGS for gdb in this Makefile and reinstall your code.
regards,
daniel
2011/7/29 Paul Gilbert
> Is there an easy way to compile a packages's fortran so that it has the
> information for ddd or gdb to follow the lines of the code? I seem to
> remem
In SPSS compatible datafiles, every variable has a property called
'Measure'. This attribute can be observed as the last column in 'variable
view mode' when the dataset is opened in e.g. GNU PSPP. The property is not
very important, but is used by many researchers to distinguish between
'Ordinal' a
Is there an easy way to compile a packages's fortran so that it has the
information for ddd or gdb to follow the lines of the code? I seem to remember
seeing something about this, but I cannot find it in Writing R Extensions. (I
see about Valgrind, debugging a segfault, and some other tricks, bu
Please don't spam multiple lists!
And follow the posting guide: you have not given the reproducible
example asked for, there is no signature block
Of course you could waste people's time by submitting a package that
does not past R CMD check, but you are asked to follow a set of checks
I'm trying to get ready to submit a package to CRAN, but in order for the
package to install on OS X, I need to temporarily set an environment variable.
I put this in the 'configure' script, and 'R CMD INSTALL MyPackage' works fine,
but when I do 'R CMD CHECK MyPackage', and it tests installati