swirldev / swirl_courses

:mortar_board: A collection of interactive courses for the swirl R package.
http://swirlstats.com
Other
4.32k stars 7.24k forks source link

Exploratory Data Analysis/ lattice plotting system #338

Closed ajaybyan closed 8 years ago

ajaybyan commented 8 years ago

I don't know why do I get this error. I cannot proceed forward even if I skip the question.

Again, the values match the plot. That's reassuring. We've copied some code from the slides for | you. To see it, type myedit("plot1.R"). This will open your editor and display the R code in it.

myedit("plot1.R") Error in editor(file = file, title = title) : argument "name" is missing, with no default > type myedit("plot1.R")

seankross commented 8 years ago

What version of swirl do you have? Also see https://github.com/swirldev/swirl/issues/434#issuecomment-201907367

ajaybyan commented 8 years ago

I am using R version 3.1.2 (64 bit) in windows. After using this command options(editor = "internal"), before starting swirl now it works fine. Thank you