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

Clarify Installation and Development Docs #124

Open
dipterix opened this issue Aug 3, 2020 · 3 comments
Open

Clarify Installation and Development Docs #124

dipterix opened this issue Aug 3, 2020 · 3 comments

Comments

@dipterix
Copy link

dipterix commented Aug 3, 2020

Is there any plan to submit this package to CRAN?

@michaelweylandt
Copy link
Member

michaelweylandt commented Aug 3, 2020

We hope to in the next few months: we (mainly @jasminezhuoy) are currently rewriting all the graphics functionality, so we'll need a bit of time to finish that off.

@minjiewang1991 has also developed some new methods for generalized convex clustering [1] which we might also want to add before a CRAN release.

Do you need it on CRAN earlier than that? We already support installing directly from GitHub (via the remotes::install_github function) and could probably find a way to host binaries via drat if there's enough need.

[1] https://arxiv.org/abs/1912.05449

@dipterix
Copy link
Author

dipterix commented Aug 3, 2020

Thanks @michaelweylandt

Great to hear about the plan! It's not an urgent issue (as long as CRAN is on your list). OSX has a little bit issue installing from github, mainly because gFortran library is missing from xcode by default. Installing from CRAN after compiled can get rid of this issue. drat is good too but installing gFortran is just easy.

https://cran.r-project.org/bin/macosx/tools/

Thanks again for the great package :)

@dipterix dipterix closed this as completed Aug 3, 2020
@michaelweylandt
Copy link
Member

I'm going to reopen and hijack this issue to focus on smoothing installation stuff. Let me know if anything else is needed.

Need to add:

  • Pointer to compilers needed for install (including gfortran on OS X)
  • Pointer to suppressing compiler warnings from Eigen (pragma pop stuff)
  • Instructions on how to develop clustRviz (locally creating autogenerated files for develop branch)

@michaelweylandt michaelweylandt changed the title Plans on CRAN Clarify Installation and Development Docs Aug 3, 2020
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

2 participants