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
Adds
session_startandsession_stopevents.I originally hoped to install the session_start handler in
initialize.Rnext to the stop handler. Unfortunately, we don'tinitialize_session_state(which is necessary to get the tutorial ID/name/etc) until we run asession$registerDataObjhandler. I couldn't find a viable way to defer the session start logic until the handler had been run, so I went this route instead. (later::laterdidn't do it late enough).PR task list:
devtools::document()