Skip to content
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

Release 1.0.0 #25

Closed
17 of 19 tasks
nx10 opened this issue Jun 23, 2020 · 3 comments
Closed
17 of 19 tasks

Release 1.0.0 #25

nx10 opened this issue Jun 23, 2020 · 3 comments

Comments

@nx10
Copy link
Owner

nx10 commented Jun 23, 2020

This is a tracking issue for major tasks that have to be done for a 1.0.0 release. The goal is to ship a reliable and fast graphics device and a HTML/JS client that is easy to use.
Bugfixes and small feature requests will also be worked on when they arise.

Backend

  • Use Boost Beast
    • Get beast servers (http & websocket) to compile + run in an R package (done!)
    • Switch from cpphttplib server to beast
    • Implement websockets
  • Unit tests (If you want to contribute, this would be a great way to start)
  • Generate better SVGs
    • Improve SVG rendering (Number formatting, string building, ...)
  • Offline mode

HTML/JS Client

Other

  • Create logo
  • Investigate build and R CMD CHECK output for all platforms (Win, Linux, macOS)
  • Clean up code & meta data
  • Release 1.0.0 to CRAN

After 1.0

@nx10
Copy link
Owner Author

nx10 commented Dec 7, 2020

Just a small update on this: The only thing blocking CRAN release right now is this CMD check warning which only happens with the Windows build. My best guess is that it is caused by the way I had to combine the boost beast headers with the boost headers of the BH package.

I hope this will be resolved with the next BH update (#40), which will probably happen a couple days after boost 1.75 releases this week.

@nx10
Copy link
Owner Author

nx10 commented Dec 16, 2020

Another update: The new BH version will be out in January. I got the development version from GitHub (after some fixes to Belle) working and was able to run httpgd without any additional boost headers. The bad news is that the compiler warning persists. I will now try a couple of things to isolate the problem, if those fails as well, I will try to contact the CRAN team directly.

Edit: I finally fixed it (dfb080e), will wait for BH to update then submit to CRAN 🎉

@nx10
Copy link
Owner Author

nx10 commented Jan 19, 2021

It's out now: https://cran.r-project.org/package=httpgd

@nx10 nx10 closed this as completed Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant