Skip to content

can't install 'datasets' package in OS X

5 messages · C W, David Winsemius

#
On Sep 14, 2012, at 2:09 PM, C W wrote:

            
Evidence?  (Notice there is no dataframe named "state")

state.abb (state)              US State Facts and Figures
state.area (state)             US State Facts and Figures
state.center (state)           US State Facts and Figures
state.division (state)         US State Facts and Figures
state.name (state)             US State Facts and Figures
state.region (state)           US State Facts and Figures
state.x77 (state)              US State Facts and Figures
Well, now you've really done it, Ollie.
Correct. Also no "stats" or "base" or "graphics".
Since it is part of the base install, you may find it easiest to just reinstall R.
#
On Sep 14, 2012, at 5:07 PM, C W wrote:

            
When you execute the command:

data(state)

... the interpreter loads all of those dataframes into memory.

The pages says:

"Usage

	state.abb
	state.area
	state.center
	state.division
	state.name
	state.region
	state.x77"