Some users have asked me to install the mosaic package (www.mosaic-web.org/mosaic/) in our conda setup, but I cannot r-mosaic anywhere. I do find r-mosaiccore and r-mosaicdata but this is not sufficient according to my users. It is on CRAN, but having something prebuilt is always preferable.
Asked
Active
Viewed 63 times
-1
-
2It isn't available yet, but I just put in [a PR to add it to Conda Forge](https://github.com/conda-forge/staged-recipes/pull/16616). If it builds without issue, it's usually a 24 hour turnaround. – merv Oct 22 '21 at 10:33
-
Great news indeed. Thanks a lot! – dragz Oct 22 '21 at 12:19
1 Answers
1
It is now available through Conda Forge, i.e.,
conda install -c conda-forge r-mosaic
In the future, it would be better to submit a package request Issue to the Conda Forge staged-recipes
repository when there are packages that you would like added.

merv
- 67,214
- 13
- 180
- 245
-
1Thanks a lot! It works as expected and I have now submitted pull request directly to the repo for r-mosaiccalc based on your hints. (Still waiting for it to be accepted.) – dragz Oct 29 '21 at 11:50