Re: [R] Installing DSE package.

2008-09-28 Thread David Winsemius
Read for meaning: http://cran.r-project.org/web/packages/dse/index.html On Sep 27, 2008, at 5:26 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: I am sorry where is the download page or index? Once I know that it is split out like this library(dse1) and library(dse2) work just fine.

Re: [R] Installing DSE package.

2008-09-27 Thread rkevinburton
I am sorry where is the download page or index? Once I know that it is split out like this library(dse1) and library(dse2) work just fine. My question now is how did you know this? Thank you. Kevin Sarah Goslee <[EMAIL PROTECTED]> wrote: > If you look at the download page, or the index,

Re: [R] Installing DSE package.

2008-09-27 Thread Sarah Goslee
If you look at the download page, or the index, or the online help for dse, they all point out that dse is a bundle containing several packages, none named "dse". Have you tried library(dse1) and library(dse2) If you have, and that does not work, please send the information requested in the postin

[R] Installing DSE package.

2008-09-27 Thread rkevinburton
Hello R users, I am trying to get package 'dse' and it seems to download OK: bundle 'dse' successfully unpacked and MD5 sums checked But when I try to use it I get: > help(package="dse") Error in .find.package(pkgName, lib.loc, verbose = verbose) : there is no package called '

[R] Installing DSE package.

2008-09-27 Thread rkevinburton
Sorry, this should have the rigth subject now. [EMAIL PROTECTED] wrote: > I am trying to get package 'dse' and it seems to download OK: > > Content type 'application/zip' length 1413606 bytes (1.3 Mb) > opened URL > downloaded 1.3 Mb > > bundle 'dse' successfully unpacked and MD5 sums check