[R-pkg-devel] More GitHub problems

2020-04-20 Thread Spencer Graves
Hello:   Is there a way to restore the functionality of a local clone of a GitHub repository after the SSH key it used was replaced?   I have a local clone that previously worked fine but now asks for a password that I don't think I have when I try "git push".   Thanks,  

Re: [R-pkg-devel] check_for_cran not responsive

2020-04-20 Thread Duncan Murdoch
On 20/04/2020 5:34 p.m., Eric Leifer wrote: Hello, I apologize if I'm asking this question in the wrong place, but I'm trying to check my R package for upload to CRAN using the check_for_cran command, and it's stuck after the following messages: - Building package - Uploading package -

[R-pkg-devel] check_for_cran not responsive

2020-04-20 Thread Eric Leifer
Hello, I apologize if I'm asking this question in the wrong place, but I'm trying to check my R package for upload to CRAN using the check_for_cran command, and it's stuck after the following messages: - Building package - Uploading package - Preparing build, see status at

[R-pkg-devel] debugging memory sanitation errors

2020-04-20 Thread Marcin Jurek
Hello so I keep getting my package turned back because of errors detected by UBSAN. I am trying to catch it using r-hub's platform with UBSAN but there are no errors thrown there. What would be a good way for me to debug this. Obviously I did R CMD check --as-cran on my own machine, and on Travis