dirkschumacher / armacmp

🚀 Automatically compile linear algebra R code to C++ with Armadillo
https://dirkschumacher.github.io/armacmp/
Other
95 stars 6 forks source link

Towards CRAN #73

Open dirkschumacher opened 5 years ago

dirkschumacher commented 5 years ago

@coatless what do think needs to be done / is left to do to put it on CRAN?

coatless commented 5 years ago

I think this should be good to go onto CRAN once the following are addressed:

  1. 32 / #68

  2. 64

  3. 67

In addition, maybe trim the README.md file a bit? Add trimmed contents into a vignette?

dirkschumacher commented 2 years ago

I feel like it would make sense to extract the ensmallen optimisation part into a separate package. @coatless do you have an opinion on that?

coatless commented 7 months ago

@dirkschumacher eh, I think it should be okay to go with a larger translator package. From what I've experienced, folks who would use the translator are going to want a singular package instead of having tasks split across multiple packages.

Did you want help with moving more toward CRAN with this package?