Mervin Fansler
Mervin Fansler
The `rgl` package is a `Suggests` dependency. As such, testing of functions depending on `rgl` should skip if it is not installed. This PR adds such a skip condition. Test...
Documentation only covers v0.46.0 CLI options. As [v0.50.0](https://github.com/pachterlab/kallisto/releases/tag/v0.50.0) adds significant new functionality, [the documentation](https://github.com/pachterlab/kallisto/blob/23ce14c28322eab8d96bf7e12a10bf52a8ab1eba/manual.md) should be updated to reflect this.
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue Staged-recipes submissions that list `conda-forge/r` (the "R Team") fail linting due to...
This PR suggests adding an explicit copy of the CC0-1.0 license ([copied from SPDX](https://github.com/spdx/license-list-data/blob/c526bd932cd40590a9970359cca63bd85c84f718/text/CC0-1.0.txt)). **Motivation.** Downstream at Conda Forge, we try to always distribute a license copy and prefer to...
The `r-arrow` recipe uses an `r_clang` compiler on Windows: https://github.com/conda-forge/r-arrow-feedstock/blob/99eee2298644d6439115a96ca5fd47f23378f353/recipe/meta.yaml#L31 However, the documentation only describes five compilers, which does not include this: https://github.com/conda-forge/conda-forge.github.io/blob/1d3214c295a46a249434de4fcf48c6b8d747a07f/src/maintainer/knowledge_base.rst?plain=1#L280-L287 This should be documented with guidance on...
### Your question: The **Knowledge Base** for maintainers omits any mention of Windows in [the OpenMP section](https://github.com/conda-forge/conda-forge.github.io/blob/b854c073162b20721d8b5b27adbfe64d6ace4c37/src/maintainer/knowledge_base.rst?plain=1#L862). While it seems like there is no such corresponding package, I have noticed...
On Conda Forge, we [lost the ability to build this package since v0.23.0](https://github.com/conda-forge/r-nmf-feedstock/pulls) due to dependence on Bioconductor's `Biobase` package. Nevertheless, we've continued to rebuild v0.21.0 for R 4.1, 4.2,...
GLM is used but no copy of [its license](https://github.com/icaven/glm/blob/71e70884367e10d9f3521c7c005bb985f8837021/copying.txt) appears to be redistributed. Note that this is a requirement of the license: > *"The above copyright notice and this permission...
Since we only support R 4.1, 4.2 on Conda Forge right now, I patched the latest release to `R >= 4.1` and [everything appears to build without issue](https://github.com/conda-forge/r-lifecontingencies-feedstock/pull/4/checks?check_run_id=13284833712) and all...
The `test-race-s3.R` test sets `kknn` as the engine without checking for `kknn` availability (it is a Suggests dependency). This PR conditions the test on `kknn` being installed. Error was originally...