Hello,
I am trying to submit a package to CRAN for the first time. I have gone
through testing on my own machines (Linux, Windows x64, Windows i386),
on Travis CI and using win-builder. All tests are now passing on all of
these platforms. However, when I try to submit the package to CRAN I get
Thanks for trying, but your example blows me away completely.
cheers,
Rolf
On 23/04/17 14:47, Avraham Adler wrote:
On Sat, Apr 22, 2017 at 6:13 PM, Rolf Turner wrote:
The foregoing "official" way would seem to apply to functions called by
".Call" (which I never use; it is way over my head)
On Sat, Apr 22, 2017 at 6:13 PM, Rolf Turner wrote:
>
> The foregoing "official" way would seem to apply to functions called by
> ".Call" (which I never use; it is way over my head). What about functions
> called by ".Fortran()" or ".C()"?
>
>> | (b) For the sake of completeness, how *does* o
On 23/04/17 09:44, Dirk Eddelbuettel wrote:
On 23 April 2017 at 09:25, Rolf Turner wrote:
| However I found a posting by Ege Rubak on this topic which sent me by a
| slightly roundabout route to a posting by Dirk Eddelbuttel
There is a transcribed Umlaut in there: Eddelbuettel (ie 'ue' no
Thanks Jenny. I’m looking forward to seeing the results and the inevitable R
package wrapper.
Imanuel
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
On 23 April 2017 at 09:25, Rolf Turner wrote:
| I have, like many others it would appear, been struggling with
| the new-ish convention of requiring --- or quasi-requiring --- that
| "routines" be "registered" and the warning generated by R CMD check to
| the effect:
|
| > Found no calls to: 'R
I have, like many others it would appear, been struggling with
the new-ish convention of requiring --- or quasi-requiring --- that
"routines" be "registered" and the warning generated by R CMD check to
the effect:
Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'
It is good pra
On Thu, Apr 20, 2017 at 3:41 PM, Roy Mendelssohn - NOAA Federal
wrote:
> What I liked about View() is often the table is quite big, and View()
> provides scroll bars and nice headers that make it easy to look over the
> results.
When I run View(iris) I don't get scrollbars, and the table is
tr