Kaggle / docker-rcran

A dockerfile to install all of CRAN
Apache License 2.0
19 stars 15 forks source link

sprtt package is missing #58

Closed aliaamiri closed 2 years ago

aliaamiri commented 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 package links:

https://cran.r-project.org/web/packages/sprtt/index.html https://github.com/MeikeSteinhilber/sprtt

Philmod commented 2 years ago

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')

Best, Philippe