Closed gabrielgrover closed 8 years ago
Are you using swirl in the R console, on the command line, or in RStudio?
I am using it in Rstudio
When you're asked a question that requires you to submit a script in swirl, a new file should open up in the test editor window. Does this happen for you?
Yes. A script named boringfunction.R opens up.
You're supposed to make modifications to that script, save it, and then type submit() into the R console and hit enter. Is that process not working?
On Wed, May 6, 2015 at 1:16 PM, Euklidian-Space notifications@github.com wrote:
Yes. A script named boringfunction.R opens up.
— Reply to this email directly or view it on GitHub https://github.com/swirldev/swirl/issues/290#issuecomment-99541975.
Hi All,
I got the same issue, all the above works except typing submit() This brings me to:
Press Enter to continue... | Is the following information correct?
Course ID: rprog-0XX Submission login (email): xx@gmail.com Submission password: xxxxxx
1: Yes, go ahead! 2: No, I need to change something.
Selection: Enter an item from the menu, or 0 to exit Selection:
Et cetera. Which is the submit script for the R programming course on coursera source("http://d396qusza40orc.cloudfront.net/rprog%2Fscripts%2Fsubmitscript3.R")
Clearing the workspace however, does the job rm(list=ls())
Yea, unfortunately a different function by the same name is used to submit programming assignments in the R Programming Coursera course. @Jeroenvos's suggestion will solve your problem.
On Fri, May 29, 2015 at 10:43 AM, Jeroen notifications@github.com wrote:
Clearing the workspace however does the job rm(list=ls())
— Reply to this email directly or view it on GitHub https://github.com/swirldev/swirl/issues/290#issuecomment-106832444.
I think I just found the secret. I'm working in "R-Studio", but I do most of my entry into the "Console" screen when working with Swirl. I just, on a hunch, modified the script in the entry / editor screen (not Console), saved it, hi-lighted the modified script, and hit run. Everything seemed to work OK.
I don't know why this has to be this difficult.
gdw
I don't known, I can't submit in R and R studio, this what the message. Grade submission failed. Press ESC if you want to exit this lesson and you want to try to submit your grade at a later time.
| Not quite right, but keep trying. What can I do please?
I am currently working on the "R programming functions" section on swirl. When it asks me to use the submit() function it brings me to the menu for submitting my last programming assignment for the R class on coursera and it will not let me continue with the swirl lesson.