Skip to content

please help-DTK package

3 messages · Lathouri, Maria, Eik Vettorazzi, David Winsemius

#
Hi Maria,
you may have a look at any 'introduction to R' at your hand for the
basic concept of R packages.
In short:
Packages are installed by

install.packages("package name")

or via R-GUI either from locally saved zip-files or from a repository,
and they are loaded by executing 'library()', e.g.

library(DTK)

hth.

Am 08.02.2011 09:24, schrieb Lathouri, Maria:

  
    
#
On Feb 8, 2011, at 3:24 AM, Lathouri, Maria wrote:

            
Yes? An error? So what is the error?  (Please now take the time to  
read the Posting Guide which it appears you have skipped over.)
Not posting enough information. If and only if the package needs to be  
compiled (which is currently in doubt) then you need the proper Tools  
to do so. If it's a binary package, it needs to be "installed". I  
don't have a Windows copy or R, but things I read in the Windows RFAQ  
make me think there _should_ be a Packages Menu and that your using  
the File menu may be your primary error:

http://cran.r-project.org/bin/windows/base/rw-FAQ.html