Swirl: Error with swirl

Created on 3 Aug 2015  ·  6Comments  ·  Source: swirldev/swirl

After running installed.packages("swirl"), it displays the following error
Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances
License License_is_FOSS License_restricts_use OS_type Archs MD5sum
NeedsCompilation Built

notable

Most helpful comment

You're using the function installed.packages() when you should be using the function install.packages(). Please see my comment above for the canonical method of installing swirl.

All 6 comments

Can you send a screenshot of this error?

screenshot 368

Try the following:

install.packages("swirl")
library(swirl)
swirl()

Still did not install
image

You're using the function installed.packages() when you should be using the function install.packages(). Please see my comment above for the canonical method of installing swirl.

Thank You

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tklebel picture tklebel  ·  14Comments

JuanAndresAlban picture JuanAndresAlban  ·  6Comments

chethanaraj picture chethanaraj  ·  16Comments

pushpendra-1104 picture pushpendra-1104  ·  3Comments

seankross picture seankross  ·  3Comments