Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On first user input, lesson exits to "What shall I call you?" prompt #405

Open
mmarks13 opened this issue Jun 5, 2018 · 0 comments
Open

Comments

@mmarks13
Copy link

mmarks13 commented Jun 5, 2018

I'm encountering a strange intermittent issue with the Building Blocks lesson in which the lesson exits to the "What shall I call you?" prompt as soon as the user inputs a value for the first question. Code example is below. Any ideas what might be causing this?

I am using R version 3.4.4 and it happens in both RStudio and the base RGui.

| Please choose a lesson, or type 0 to return to course menu.   
1: Basic Building Blocks      2: Sequences of Numbers       3: Vectors                    4: Missing Values             5: Subsetting Vectors        
6: Matrices and Data Frames   7: Logic                      8: Functions                  9: lapply and sapply         10: vapply and tapply        
11: Looking at Data           12: Simulation                13: Dates and Times             
Selection: 1    

|                                                                                                                                                          |   0% 
| In this lesson, we will explore some basic building blocks of the R programming language.  ...   

|====                                                                                                                                                      |   3% 
| If at any point you'd like more information on a particular topic related to R, you can type help.start() at the prompt, which will open a menu of resources \| (either within RStudio or your default web browser, depending on your setup). Alternatively, a simple web search often yields the answer you're looking for.  
...    

|========                                                                                                                                                  |   5% | 
In its simplest form, R can be used as an interactive calculator. Type 5 + 7 and press Enter.  
> 5+7 
[1] 12  

| Welcome to swirl! Please sign in. If you've been here before, use the same name as you did then. If you are new, call yourself something unique.
 
What shall I call you?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant