[Bioc-devel] creating win package from linux
Martin Morgan
mtmorgan at fhcrc.org
Thu Feb 21 20:16:51 CET 2008
Hi John --
Have you tried http://win-builder.r-project.org/ to build your
package?
You have installed package ixe.zip but are calling
library(myfun). Also the error message -- ' alid package' -- is not
copied directly from the R console. So things are going on that you
have not told us about.
Please provide more specific information about how ixe.zip is created.
Martin
"John Lande" <john.lande77 at gmail.com> writes:
> dear all,
>
> I am creating a package for my function in linux for both windows and linux.
> with linux I have no problems,
> but when I try to install the package under win I retrive this error
>
>
>> install.packages("ixe.zip", repos=NULL)
> updating HTML package descriptions
>> library(myfun)
> Error in library(myfun) :
> 'myfun' is not a alid packager -- installed < 2.0.0?
>
>
> I followed this guide:
> http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html
>
>> sessionInfo()
> R version 2.6.2 (2008-02-08)
> i386-pc-mingw32
>
> locale:
> LC_COLLATE=Italian_Italy.1252;LC_CTYPE=Italian_Italy.1252;LC_MONETARY=Italian_Italy.1252;LC_NUMERIC=C;LC_TIME=Italian_Italy.1252
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> loaded via a namespace (and not attached):
> [1] rcompgen_0.1-17 tools_2.6.2
>
> bye
> john
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
--
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109
Location: Arnold Building M2 B169
Phone: (206) 667-2793
More information about the Bioc-devel
mailing list