Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
When questions are tried again, the existing answer will remain.
Before this PR, when questions where initialized, they were always initialized with a NULL answer. If the user was to get the answer wrong and try again, the question would be completely reset. This PR makes it so that the question is reset, but the existing answer remains.
PR task list:
devtools::document()