Thanks. figured as much and submitted
On Thu, Jun 23, 2011 at 10:16 AM, Sascha Vieweg wrote:
> On 11-06-22 22:12, steven mosher wrote:
>
> I'm preparing to submit my first package to CRAN, thanks to the help of
>> too many people to mention.
>>
>
> [...]
>
>
> My package is pure R with no sour
On 11-06-22 22:12, steven mosher wrote:
I'm preparing to submit my first package to CRAN, thanks to the
help of too many people to mention.
[...]
My package is pure R with no source from other languages. My
questions are as follows. I've read the docs and just need a bit
of clarification.
Thank you david.. with R CMD build --binary I was seeing the deprecated
warning
On Wed, Jun 22, 2011 at 4:51 PM, David Scott wrote:
> On 23/06/11 08:34, Christophe Dutang wrote:
>
>> Hi,
>>
>> By default, R CMD build makes sources, you have to use --binary if you
>> want to get binaries. But
On 23/06/11 08:34, Christophe Dutang wrote:
Hi,
By default, R CMD build makes sources, you have to use --binary if you want to
get binaries. But you have to submit sources to the CRAN ftp server (and not
binary). So just run a R CMD build.
C
--
Christophe Dutang
Ph.D. student at ISFA, Lyon,
Thanks, I understand. Looks like everything checks and Now I have to
upload.
whew. kinda exciting, even though its a small package for now.
Steve
On Wed, Jun 22, 2011 at 1:34 PM, Christophe Dutang wrote:
> Hi,
>
> By default, R CMD build makes sources, you have to use --binary if you want
> t
Hi,
By default, R CMD build makes sources, you have to use --binary if you want to
get binaries. But you have to submit sources to the CRAN ftp server (and not
binary). So just run a R CMD build.
C
--
Christophe Dutang
Ph.D. student at ISFA, Lyon, France
website: http://dutangc.free.fr
Le 22
I'm preparing to submit my first package to CRAN, thanks to the help of too
many people to mention.
I've built and checked the package on Windows ( making a zip) and my path
points to the 64 bit version of R.
Everything builds and checks and the final warnings have been fixed. My
package is pure