On Mon, 2012-03-12 at 13:43 -0500, Paul Johnson wrote:
> R CMD check rockchalk
> R CMD build rockchalk
do *build* first, then *check* on the tarball file.
--
Brian G. Peterson
http://braverock.com/brian/
Ph: 773-459-4973
IM: bgpbraverock
__
R-devel@
On Mon, Mar 12, 2012 at 12:47 PM, Martin Maechler
wrote:
>> Jari Oksanen
[snip]
>
> > Paul,
>
> > I think the best solution is to 'svn export' svn directory to a
> > temporary directory/folder:
>
> No, I don't think that should not be needed.
>
> When building the tarball, 'R CMD bu
> Jari Oksanen
> on Mon, 12 Mar 2012 16:59:45 + writes:
> On 12/03/2012, at 18:03 PM, Paul Johnson wrote:
>> Good morning:
>>
>> I submitted a package update to CRAN and got a bounce because I had
>> not run R CMD check with "--as-cran". I'd not heard of tha
On 12/03/2012 16:00, Paul Johnson wrote:
Good morning:
I submitted a package update to CRAN and got a bounce because I had
not run R CMD check with "--as-cran". I'd not heard of that before,
but I'm glad to know about it now.
Well, it has only existed for about a month, but the customizations
On 12/03/2012, at 18:03 PM, Paul Johnson wrote:
> Good morning:
>
> I submitted a package update to CRAN and got a bounce because I had
> not run R CMD check with "--as-cran". I'd not heard of that before,
> but I'm glad to know about it now.
>
> I see it warns when my functions do use partial
Good morning:
I submitted a package update to CRAN and got a bounce because I had
not run R CMD check with "--as-cran". I'd not heard of that before,
but I'm glad to know about it now.
I see it warns when my functions do use partial argument matching, and
I like that advice very much.
Also I se