-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development #2
Comments
@dselivanov thanks for the offer. I can put together a general skeleton that we can start to work from. |
…thod export for the 'typeof' method doesn't work in the devtools::test() call because of the new enviornment it generates internally. I suspect I am overlooking something silly for the S4 methods.
@dselivanov A very minimal start at the moment. I wanted to push it up as I have encountered a silly error when using |
Thanks you @cdeterman ! Now I believe at least we can work asynchronously. Not sure when I actually will be able to start with this, but it is something which I want to give a shot. |
@dselivanov I am actually stuck at the moment dealing with that S4 issue. I have posted an SO question that hopefully some kind soul can lend some insight. It is a curious issue with S4 methods in multiple packages. |
Mb it make sense to add sparse matrices to main gpuR repo?
чт, 21 июн. 2018 г., 17:59 Charles Determan <[email protected]>:
… @dselivanov <https://github.com/dselivanov> I am actually stuck at the
moment dealing with that S4 issue. I have posted an SO question
<https://stackoverflow.com/questions/50952511/s4-method-fails-when-also-set-in-another-package>
that hopefully some kind soul can lend some insight. It is a curious issue
with S4 methods in multiple packages.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE4u3aeNC27Vl3XAp0LS0ITQUe8dMVX8ks5t-6bPgaJpZM4UfoUv>
.
|
@dselivanov the problem was coming because Regarding your previous point, I don't want to bloat the |
@cdeterman just wondering if this is still being pursued. The |
@jeffkeller87 I certainly want to, I simply don't have the bandwidth currently. I would love to have a collaborator to get this moving along further. But currently it is stalled. |
Thanks for the quick reply @cdeterman. I am interested in collaborating--what's the best way to get in touch? Is that here in GitHub Issues? Signal? Riot/Matrix? I'd like to better understand the current state of |
@jeffkeller87 sorry for delayed response, I have been quite busy lately. I have set up a gitter.im room here where we can have general discussions. Naturally, issues should be created for anything concrete. The general state of Afterwards, it will essentially be working on implementing all the basic operations (e.g. addition, subtraction, etc.) in addition to working on the sparse solvers that are part of ViennaCL. I am still struggling to get gpuR accepted once again currently. For some reason the build is failing on CRAN that I cannot replicate. Hopefully it is resolved soon and I can find some more time to dedicate to these packages. |
@cdeterman I can try to give a shot on this. I just may need help with initial set-up of the repository - how to link to vienacl, what is the preferred structure of S4 classes, etc.
The text was updated successfully, but these errors were encountered: