I have a package on github
devtools::install_github("DataScienceProjectsJapan/TidyverseTutorials")
learnr::run_tutorial("learnrexs", "TidyverseTutorials")
Is there a way to convert it to a cran package as is or must I just start from scratch to build it afresh as a cran package?
Thanks!