Closed aliaamiri closed 2 years ago
Recently, I tried to load sprtt r package in Kaggle but it was not successful. It is not included in the list of packages in this repo too. What is the protocol to make a package available in Kaggle? Best Regards
sprtt
sprtt package links:
https://cran.r-project.org/web/packages/sprtt/index.html https://github.com/MeikeSteinhilber/sprtt
Hi @aliaamiri,
We usually install packages that are used on Kaggle.
In the meantime, you could install the missing package in your notebook: install.packages('sprtt')
install.packages('sprtt')
Best, Philippe
Recently, I tried to load
sprtt
r package in Kaggle but it was not successful. It is not included in the list of packages in this repo too. What is the protocol to make a package available in Kaggle? Best Regardssprtt
package links:https://cran.r-project.org/web/packages/sprtt/index.html https://github.com/MeikeSteinhilber/sprtt