James Lamb
James Lamb
## Short Description I'm opening this RFC to propose the following: > **all objects in the Python package which are intended to be internal should have names beginning with `_`**...
## Description CRAN's submission policies at https://cran.r-project.org/web/packages/policies.html include the following guidance > If running a package uses multiple threads/cores it must never use more than two simultaneously: the check farm...
## Request for Comment #3581 officially ended support for Python 2 in the Python package. Now that Python 2 support has been ended, I'd like to propose adding type hints...
## Summary The changes from #5174 should be reverted, and `Linux_latest` CI jobs on Azure Devops should use the `ubuntu:latest` image (currently Ubuntu 22.04). ## Description While working on #5169,...
## Description XGBoost's Python package relies on subclassing some of the commands from `setuptools`, with XGBoost-specific logic to build a shared library. https://github.com/dmlc/xgboost/blob/e28f6f66577eb31451e5d3fbf4be0a21626f7372/python-package/setup.py#L343-L348 This approach, and specifically support for invocations...
I'm unsure of the exact issue, but the following code ``` pkg_name extract_preserve_chunks -> read_utf8 -> readLines In addition: Warning message: In readLines(con, warn = FALSE) : cannot open file...
I'm unsure of the exact issue, but the following code ``` pkg_name
Running this code ```r CreatePackageReport( 'kerdiest' , report_path = file.path(getwd(), 'whatever.html') ) ``` Yields the following error on the "Function Network" tab ``` ## Error in as.environment(pos): no item called...
I'm unsure of the exact issue, but the following code ```r pkg_name
I'm unsure of the exact issue, but the following code ```r pkg_name