Dear, I have created my first package "G2Sd : Grain Size Statistiques and Description". I submitted it to the CRAN after I have checked the tar.gz file. All was ok, but since it is on the CRAN I can't install it : In getDependencies(pkgs, dependencies, available, lib) : package ?G2Sd? is not available (for R version 2.13.2) I've got the same message with R 2.14.1. In the description file, I wrote in the "Depends" item R (>=2.10.0) In the namespace file : import("stats","graphics") export(granstat,granplot) Can you help me? Regis ________________________________________ R?gis GALLON Doctorant MNHN Station Marine de Dinard Centre de recherche et d'enseignement sur les ?cosyst?mes c?tiers 38 rue du Port Blanc, 35800 Dinard. ---------- PhD student French national museum of natural history Dinard Marine Station Center for research and teaching on coastal ecosystem 38 rue du port blanc, 35800 Dinard, FRANCE web : http://regisgallon.wordpress.com/ T?l : +33 (0)2 23 18 58 85 Fax : +33 (0)2 23 18 58 80 Port : +33 (0)6 60 84 38 12
2012/1/9 Gallon R?gis <gallon at mnhn.fr>:> Dear, > > I have created my first package "G2Sd : Grain Size Statistiques and > Description". I submitted it to the CRAN after I have checked the tar.gz > file. All was ok, but since it is on the CRAN I can't install it : > > In getDependencies(pkgs, dependencies, available, lib) : > ?package ?G2Sd? is not available (for R version 2.13.2) > > I've got the same message with R 2.14.1. > > In the description file, I wrote in the "Depends" item R (>=2.10.0) > In the namespace file : > ?import("stats","graphics") > ?export(granstat,granplot) > > Can you help me? >Looks like it hasn't (yet) build for all platforms; try install.packages("G2Sd", type="source") Dan> Regis > > > > > ________________________________________ > > R?gis GALLON > Doctorant MNHN > > Station Marine de Dinard > Centre de recherche et d'enseignement sur les ?cosyst?mes c?tiers > 38 rue du Port Blanc, 35800 Dinard. > ---------- > PhD student > French national museum of natural history > > Dinard Marine Station > Center for research and teaching on coastal ecosystem > 38 rue du port blanc, > 35800 Dinard, FRANCE > > web : http://regisgallon.wordpress.com/ > T?l : +33 (0)2 23 18 58 85 > Fax : +33 (0)2 23 18 58 80 > Port : +33 (0)6 60 84 38 12 > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Hi Regis, As you can see on the cran page of your package, no binaries have been build yet for windows or osx. This can take a couple of days, you have to be patient. For now you can install your package from source using: install.packages("G2Sd", type="source") ps: This is a question for the r-help mailing list, not r-devel. -- View this message in context: http://r.789695.n4.nabble.com/problem-with-R-installation-package-tp4280190p4280212.html Sent from the R devel mailing list archive at Nabble.com.
>>>>> Jeroen Ooms <jeroenooms at gmail.com> >>>>> on Mon, 9 Jan 2012 13:56:44 -0800 writes:> Hi Regis, > As you can see on the cran page of your package, no binaries have been build > yet for windows or osx. This can take a couple of days, you have to be > patient. For now you can install your package from source using: > install.packages("G2Sd", type="source") > ps: This is a question for the r-help mailing list, not r-devel. Yes, indeed! Martin Maechler