| Line 648... |
Line 648... |
| 648 |
If the help search system does not work @emph{at all}, this probably
|
648 |
If the help search system does not work @emph{at all}, this probably
|
| 649 |
indicates that Java support is either not installed or not enabled in
|
649 |
indicates that Java support is either not installed or not enabled in
|
| 650 |
your browser. Recent versions of browsers have made Java support
|
650 |
your browser. Recent versions of browsers have made Java support
|
| 651 |
optional: for example it is optional in Netscape 6/7 and in Opera, and
|
651 |
optional: for example it is optional in Netscape 6/7 and in Opera, and
|
| 652 |
may not be installed for IE6 on Windows XP. You also need JavaScript
|
652 |
may not be installed for IE6 on Windows XP. You also need JavaScript
|
| 653 |
enabled,
|
653 |
enabled.
|
| 654 |
|
654 |
|
| 655 |
@node Loading a package fails., Package TclTk does not work., My functions are not found by the HTML help search system., Packages
|
655 |
@node Loading a package fails., Package TclTk does not work., My functions are not found by the HTML help search system., Packages
|
| 656 |
@section Loading a package fails.
|
656 |
@section Loading a package fails.
|
| 657 |
|
657 |
|
| 658 |
Is the package compiled for this version of R? Many of the packages
|
658 |
Is the package compiled for this version of R? Many of the packages
|
| Line 661... |
Line 661... |
| 661 |
You can tell the version the package was compiled for by looking at the
|
661 |
You can tell the version the package was compiled for by looking at the
|
| 662 |
@code{Built:} line in its @file{DESCRIPTION} file or at the
|
662 |
@code{Built:} line in its @file{DESCRIPTION} file or at the
|
| 663 |
@code{Version} tab of its DLL (if it has one) in the @file{libs}
|
663 |
@code{Version} tab of its DLL (if it has one) in the @file{libs}
|
| 664 |
directory. (Right-click on the DLL in Windows Explorer and select
|
664 |
directory. (Right-click on the DLL in Windows Explorer and select
|
| 665 |
@code{Version} tab of the @code{Properties}, or use the
|
665 |
@code{Version} tab of the @code{Properties}, or use the
|
| 666 |
@code{DLL.version} function inside R.) If there is no @code{Built:}
|
666 |
@code{DLL.version} function inside R.)
|
| 667 |
line or version tab, the package was compiled far too long ago.
|
- |
|
| 668 |
|
667 |
|
| 669 |
|
668 |
|
| 670 |
@node Package TclTk does not work., Hyperlinks in Compiled HTML do not work., Loading a package fails., Packages
|
669 |
@node Package TclTk does not work., Hyperlinks in Compiled HTML do not work., Loading a package fails., Packages
|
| 671 |
@section Package TclTk does not work.
|
670 |
@section Package TclTk does not work.
|
| 672 |
|
671 |
|
| Line 705... |
Line 704... |
| 705 |
the package's DLL when it is loaded. So use @code{update.packages()}
|
704 |
the package's DLL when it is loaded. So use @code{update.packages()}
|
| 706 |
(or the menu equivalent) in a new session.
|
705 |
(or the menu equivalent) in a new session.
|
| 707 |
|
706 |
|
| 708 |
If you put @code{library(foo)} in your @file{.Rprofile} you will need to
|
707 |
If you put @code{library(foo)} in your @file{.Rprofile} you will need to
|
| 709 |
start R with @option{--vanilla} to be able to update package @code{foo}.
|
708 |
start R with @option{--vanilla} to be able to update package @code{foo}.
|
| - |
|
709 |
If you set @code{R_DEFAULT_PACKAGES} to include @code{foo}, you will
|
| - |
|
710 |
need to unset it temporarily.
|
| 710 |
|
711 |
|
| 711 |
@newchap{}
|
712 |
@newchap{}
|
| 712 |
@node Windows Features, Workspaces, Packages, Top
|
713 |
@node Windows Features, Workspaces, Packages, Top
|
| 713 |
@chapter Windows Features
|
714 |
@chapter Windows Features
|
| 714 |
|
715 |
|