Skip to content

Cannot run install binary package on Windows 8

4 messages · Maciej Węgorkiewicz, Ben Bolker, Jeff Newmiller +1 more

#
Hi all,

I am just starting with R and cannot use "lmtest" package on Windows 8.
This package contains dwtest function that I am interested in.

I began with installing the core of R (with rgui) - version 3.1.3 64-bit.

Then I installed lmtest package using GUI menu, but after success
message I cannot run dwtest() getting message that the it cannot find
the function.

When I used installed.packages() function I saw lmtest on the list but
there was "yes" under the "NeedsCompilation" column. Does it mean I
need to compile the package in order to use it?

I uninstalled lmtest and tried to put binary Windows version by
downloading zip file from here:
http://cran.r-project.org/web/packages/lmtest/index.html

I took the file:
http://cran.r-project.org/bin/windows/contrib/3.1/lmtest_0.9-33.zip

downloaded it and tried to use the function of installing from local zip file.

However the effect was the same: "NeedsCompilation" set to true,
dwtest does not work.
The package contains binary file for 64-bit (DLLs).

What can I do in order to run this?
#
Maciej W?gorkiewicz <wegorkie <at> gmail.com> writes:
This sounds like R FAQ 7.30
http://cran.r-project.org/doc/FAQ/R-FAQ.html#
    I-installed-a-package-but-the-functions-are-not-there

(URL broken to make gmane happy)

  Try library("lmtest").  Everything else you've done after 
initially installing the package sounds like a wild goose chase ...
#
Did you use the library function to load it into memory? You may need to practise with some simpler tasks using base R before you get too frustrated with using a contributed package. The Introduction to R document that is provided with R is worth your time.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
On April 11, 2015 10:39:41 AM PDT, "Maciej W?gorkiewicz" <wegorkie at gmail.com> wrote:
#
You need to load the library after you have installed the package.  Only libraries in the base R installation load automatically. Thus every time you want to use contributed package XXX you need to issue the command
library(XXX) or require(XXX) 

So at the top of your program try

library(lmtest)

You should be good to go.  Newbies often miss this step.

Good luck with R

John Kane
Kingston ON Canada
____________________________________________________________
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!