Hi
I am getting the following error




> package.skeleton("ohri")
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in './ohri/Read-and-delete-me'.
Warning messages:
1: In dump(internalObjs, file = file.path(code_dir, sprintf("%s-internal.R",
 :
  deparse may be incomplete
2: In dump(internalObjs, file = file.path(code_dir, sprintf("%s-internal.R",
 :
  deparse may be incomplete
3: In dump(internalObjs, file = file.path(code_dir, sprintf("%s-internal.R",
 :
  deparse may be incomplete
4: In dump(internalObjs, file = file.path(code_dir, sprintf("%s-internal.R",
 :
  deparse may be incomplete
>

I tried to do this

> package.skeleton("ohri")
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.


I am referring to this document for creating R packages now

http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf


Could you please let me know how to create the package.

Regards,

Ajay

On Sun, Mar 1, 2009 at 10:54 PM, Ajay ohri <ohri2...@gmail.com> wrote:

> Dear List,
> I am trying to create a R package and having some issues with setting the
> path on a Windows XP .
>
> Could you point me to a tutorial that helps in creating R packages
> .........
>
> Also I tried installing Linux using the Windows installer wubi but it
> failed repeatedly and everytime it resets my system clock . Do you have any
> tools etc for easy Linux installations for a Windows user..
>
> Regards,
>
> Ajay
>
> www.decisionstats.com
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to