Re: [R] creation package

2010-08-26 Thread Gábor Csárdi
Dear Anderson, please see http://lists.nongnu.org/archive/html/igraph-help/2007-07/msg00010.html for the solution of the 'postscript font not included' problem. Best, Gabor On Wed, Aug 25, 2010 at 11:50 PM, anderson nuel anderson@gmail.com wrote: Dear r-help, I took your advice into

Re: [R] creation package

2010-08-25 Thread anderson nuel
Dear r-help, I took your advice into consideration and i tried to solve my errors. But , when I use the command R CMD check namepackage, I find an error in this file C:/Rpack/namepackage.Rcheck/00check.txt : * using log directory 'C:/Rpack/namepackge.Rcheck' * using R version 2.10.1

Re: [R] creation package

2010-08-19 Thread anderson nuel
Dear r-help, I don't use namespace. How can I make asia available? I think my problem in creating the package in this: I have a singleglobal function (RT) in my package, but inside RT I need to call several other function( comb l,earn_comb, nchoo). When I used package.sekeleton, Iput in lists

Re: [R] creation package

2010-08-19 Thread Michael Dewey
At 13:57 19/08/2010, anderson nuel wrote: Dear r-help, I don't use namespace. Well, as I said in my original reply, it would be a good idea to do so. How can I make asia available? Without knowing where asia is that is quite a tough call. How do you access it when you test your code

Re: [R] creation package

2010-08-18 Thread anderson nuel
Dear r-help, No, I find errors in the file C:/Rp/namepackage.Rcheck/00check.txt : * using log directory 'C:/Rpackage/namepackage.Rcheck' * using R version 2.10.1 (2009-12-14) * using session charset: ISO8859-1 * checking for file 'namepackage/DESCRIPTION' ... OK * checking extension type ...

Re: [R] creation package

2010-08-18 Thread Michael Dewey
At 10:27 18/08/2010, anderson nuel wrote: Dear r-help, No, I find errors in the file C:/Rp/namepackage.Rcheck/00check.txt : * using log directory 'C:/Rpackage/namepackage.Rcheck' * using R version 2.10.1 (2009-12-14) * using session charset: ISO8859-1 * checking for file

Re: [R] creation package

2010-08-14 Thread anderson nuel
Dear r-help, I run R CMD INSTALL : c:\RpR CMD INSTALL namepackage *installing to library'c:/PROGRA~1/R/R-210~1-1/library' *installing *source* 'namepackage'... **R **preparing package for lazy loading **help Avis:./man/namepackage-package.Rd:25:'' inatttendue **installing help indices

Re: [R] creation package

2010-08-14 Thread Uwe Ligges
On 14.08.2010 11:21, anderson nuel wrote: Dear r-help, I run R CMD INSTALL : c:\RpR CMD INSTALL namepackage *installing to library'c:/PROGRA~1/R/R-210~1-1/library' *installing *source* 'namepackage'... **R **preparing package for lazy loading **help Avis:./man/namepackage-package.Rd:25:''

Re: [R] creation package

2010-08-13 Thread Uwe Ligges
In my previous maiul I asked you to run R CMD INSTALL at first (rather than R CMD check). You could also look into the mentioned file C:/Rp/namepackage.Rcheck/00install.out But we really need that file to understand what is going on. Uwe Ligges On 13.08.2010 15:12, anderson nuel

Re: [R] creation package

2010-08-13 Thread anderson nuel
Dear r-help, I try this command R CMD INSTALL,but still there are errors. I look into the installation log file in the namepackage.Rcheck : * using log directory 'C:/Rp/namepackage.Rcheck' * using R version 2.10.1 (2009-12-14) * using session charset: ISO8859-1 * checking for file

Re: [R] creation package

2010-07-31 Thread Uwe Ligges
On 30.07.2010 15:44, anderson nuel wrote: Dear r-help, I create a package. When I installed this package (I use this command : R CMD check namepackage),I find an error: * checking whether package 'namepackage' can be installed ... ERROR Installation failed. Could you help me to find

[R] creation package

2010-07-30 Thread anderson nuel
Dear r-help, I create a package. When I installed this package (I use this command : R CMD check namepackage),I find an error: * checking whether package 'namepackage' can be installed ... ERROR Installation failed. Could you help me to find solution for this error. Best Regards