Skip to content
Prev 131667 / 398502 Next

package "growth" ... where is it ?

On Sun, 2007-12-09 at 13:08 -0600, Maura E Monville wrote:
Maura,

What operating system are you on?  If you are on Windows, you will want
the "compiled" version of the package, which is the .zip file.  The .tgz
archive is a "source" version of the package, which can be used for
example, under Linux.

In either case, you DO NOT want to extract the archive to it's
constituent components. You want to directly install the archive file.

If on Windows, you should use something like:

  install.packages("PathTo/growth.zip")

or install directly from Jim's web site:

 install.packages("http://popgen.unimaas.nl/~jlindsey/rcode/growth.zip")

Similary, if you are on Linux, you can use the same commands, just
replace the .zip with .tgz.  However, you will need 'root' access to do
this, unless you are installing to a local library tree.

This is covered in the R manuals and in the R FAQs.

HTH,

Marc Schwartz