Aditya P T
Results
1
issues of
Aditya P T
The following two lines in get_R.R code should be updated to prevent errors while creating apps of versions >=4: latest_R_version % stringr::str_extract("[1-3]\\.[0-9]+\\.[0-9]+") %>% stats::na.omit() %>% unique() old_R_versions % stringr::str_extract("[1-3]\\.[0-9]+\\.[0-9]+") %>%...