search for: l287

Displaying 2 results from an estimated 2 matches for "l287".

Did you mean: 287
2016 Jul 19
2
package installation fails when symlink of same name exists
...ry, type = "source") On running this, I see a surprising error message: ERROR: 'MASS' is not a legal package name The code that I'm bumping into lives here: https://github.com/wch/r-source/blob/62f5acbdbdf36e1fc618510312125d1677d79941/src/library/tools/R/install.R#L283-L287 I guess my wish here would be that R would check if any file already existed at the 'instdir' path, and if it existed and was a symlink, R would remove that symlink before install. It could happen before creating the directory, e.g. here: https://github.com/wch/r-source/blob/62f5acbdbdf36...
2023 Feb 15
17
[PATCH 00/17] cirrus: Modernize the cirrus driver
Update the cirrus driver to follow current best practices. While the driver's hardware is obsolete, the cirrus driver is still one of the go-to modules to learn about writing a DRM driver. So keep it in good shape. Patches 1 to 3 simplify blitting and convert it to the DRM's current helpers. Patches 4 to 8 replace simple-KMS helpers with DRM's regular atomic helpers. The former are