Sebastian Jentschke

Results 19 comments of Sebastian Jentschke

Any hint how I can change or remove the CLA? It was part of the requirements to get the project approved as open source project but I agree that it...

I don't know whether this is related, but it seems as if the `remotes`-package which is required to install the package to be tested is not installed / available. See...

You may try writing the values using `write_omv` from `jmvReadWrite` For more information: https://cran.r-project.org/package=jmvReadWrite https://sjentsch.github.io/jmvReadWrite/

I switched to using the R-package `zip` instead of using the `zip` from `utils`. https://github.com/sjentsch/jmvReadWrite/blob/98be1a9f7f49d7b41f93156a7b7422596ccfcd04/DESCRIPTION#L26 https://github.com/sjentsch/jmvReadWrite/blob/main/R/read_omv.R https://github.com/sjentsch/jmvReadWrite/blob/98be1a9f7f49d7b41f93156a7b7422596ccfcd04/R/write_omv.R#L490

I have the same error but the solution above (https://github.com/r-hub/rhub/issues/601#issuecomment-2071882458) doesn't work for me (`gh::gh_whoami()` runs without an error). Any other ideas? The output from `rhub_doctor()` is: ``` ✔ Found...

``` > gh::gh_whoami() { "name": "Sebastian Jentschke", "login": "sjentsch", "html_url": "https://github.com/sjentsch", } > gh::gh_rate_limits() type limit used remaining reset 1 core 5000 9 4991 2024-05-22 20:06:49 2 search 30 0...

No, this isn't the problem, unfortunately. I get the same error mesage when I change the remote to https. ``` > rhub::rhub_doctor() ✔ Found R package at /home/sjentsch/Documents/Computer/jamovi/R-packages/jmvReadWrite. ✔ Found...

They all seem to work apart from that the first command returns NAs for protocol host and username. I won't post the output from the second command (and removed the...

``` origin https://github.com/sjentsch/jmvReadWrite.git (fetch) origin [email protected]:sjentsch/jmvReadWrite.git (push) ``` I had also tried setting both fetch and push to https, but that didn't work either and `git push` is more convenient...