Max Held
Max Held
when you haven't recently run `apt-get update`, `local_system_requirements()` and friends can fail with something like: ``` E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?...
https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions
the public key for a known host *is* currently saved, but is not actually used. The Rsync call still needs `ssh -o StrictHostKeyChecking=no`, otherwise we get a host key verification...
this is for the case where you might want to push to a folder named as the repo, as is often the case. It's another thing you have to type...
I'd just love for someone to look over the ssh usage in here, whether that can be improved.
```r jsonlite::toJSON(vctrs::new_vctr("foo")) ``` gives: ```r Error: No method asJSON S3 class: vctrs_vctr ``` This bubbles up in testthat snapshot testing, which default to jsonlite: ```r testthat::expect_snapshot_value(vctrs::new_vctr("foo")) ``` --- `sessioninfo::session_info()`: ```...
would be nice if more PCA packages would be supported; I'm trying to hack this together myself, but I'm not familiar with SVD, so I'm not sure how to get...
I'd love to use ggbiplot + #18 inside [qmethod](https://github.com/aiorazabala/qmethod) for https://github.com/aiorazabala/qmethod/issues/162. What would be the best way to include your (great) work in a CRAN package (qmethod is on CRAN)?...
This is a first attempt at #18 I don't know much about SVD, so it'd be nice if someone could have a look at this. If this is done (merged),...