rdrr1990 / bigKRLS

Now on CRAN, bigKRLS combines bigmemory & RcppArmadillo (C++) for speed into a new Kernel Regularized Least Squares algorithm. Slides:
https://sites.google.com/site/petemohanty/software
28 stars 7 forks source link

bigKRLS not in CRAN repository #29

Closed duncanhobbs closed 5 years ago

duncanhobbs commented 5 years ago

When I tried to look for the bigKRLS package from CRAN I got the following error:

Package ‘bigKRLS’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Archived on 2019-04-22 as check errors were not corrected despite reminders.
rdrr1990 commented 5 years ago

Thanks, there is an extremely minor warning which we are having trouble replicating off of the CRAN server but which we hope to fix soon. In the meantime, please feel free to use the github version.

if(!require(remotes)) install.packages('remotes')
remotes::install_github('rdrr1990/bigKRLS')
stevenlis commented 5 years ago

Hi, buddy. Is this github version stable?

I cannot found it either: https://cran.r-project.org/web/packages/bigKRLS/index.html

rbshaffer commented 5 years ago

Hi Steven,

Thanks for your note! Yes, the GitHub version is stable. We're working on getting it back on CRAN soon.

On Mon, Jul 8, 2019, 7:53 PM StevenLi-DS notifications@github.com<mailto:notifications@github.com> wrote:

Hi, buddy. Is this github version stable?

I cannot found it either: https://cran.r-project.org/web/packages/bigKRLS/index.html

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rdrr1990/bigKRLS/issues/29?email_source=notifications&email_token=ABNR7ZB2YTIEDLAZU2BSPLTP6P4TZA5CNFSM4HPVK4N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZO5RNY#issuecomment-509466807, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABNR7ZCK6KCA4GA64CR5GQLP6P4TZANCNFSM4HPVK4NQ.

stevenlis commented 5 years ago

Thanks for the quick reply.

Any plan to make a python version of it (e.g., a scikit-learn extension or something)? If not, please consider this as an invitation from a Python user 😉.

stevenlis commented 5 years ago

Since the package docs are usually hosted on CRAN, is there any way I can find the more comprehensive doc than the README?

rbshaffer commented 5 years ago

Hi Steven,

No plans for a Python version right now, unfortunately.

All package documentation that's on CRAN should ship with the library. For normal use, you should be covered by the information contained in the bigKRLS() function documentation, but if there's anything else you need after consulting with that information, let us know!

On Tue, Jul 9, 2019 at 9:25 AM StevenLi-DS notifications@github.com<mailto:notifications@github.com> wrote:

Since the package docs are usually hosted on CRAN, is there any way I can find the more comprehensive doc than the README?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rdrr1990/bigKRLS/issues/29?email_source=notifications&email_token=ABNR7ZEGQB37ONFIZQLMASLP6SGTBA5CNFSM4HPVK4N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZQIBNI#issuecomment-509640885, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABNR7ZDHWNBMZCLYXJXT4NLP6SGTBANCNFSM4HPVK4NQ.

-- Postdoctoral Fellow, Perry World House, University of Pennsylvania Websitehttps://rbshaffer.github.io/

rdrr1990 commented 5 years ago

Back on CRAN, thanks for your patience!