File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 44
55- The Shiny app for linear regression is reworked to match new convention y = a + bx.
66
7+ - Course issues now use templates.
8+
79# BioDataScience2 2023.9.0
810
911- Learnrs ** B09La_db** , ** B09Lb_mds** and ** B10La_som** revised for 2023-2024.
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ sdd2_issue <- function() {
7272 # We shift the academic year (starting mid-september) by 250 days
7373 # and get the year using two last digits
7474 acad_year <- format(Sys.Date() - 250 , " %y" )
75+ # Create issue from a template (issues/new/choose instead of issues/new)
7576 new_issue_url <- paste0(" https://github.com/BioDataScience-Course/b00qa_" ,
7677 acad_year , " m_issues-b" , acad_year , " /issues/new/choose" )
7778 # Display a message with short instructions + url
You can’t perform that action at this time.
0 commit comments