Skip to content
Prev 7607 / 29559 Next

Problem to Read maptools Help

On Wed, 10 Feb 2010, gianni lavaredo wrote:

            
The function is removed from the namespace and its help page is removed 
to:

file.show(system.file("old_man/maptools.Rd", package="maptools"))

To use the function, do:

maptools:::maptools()

if you must, but you can more easily use:

packageDescription("maptools")

to find out what the package version is. It has been made redundant by 
packages now using Changelogs, so:

file.show(system.file("ChangeLog", package="maptools"))

automatically shows which changes have been made and when.

Hope this helps,

Roger