Arthur Eschenlauer
Arthur Eschenlauer
Once upon a time I was able to circumvent this issue by initializing with docker-galaxy-stable 19.09, then upgrading to 20.05 but no more; `sh manage_db.sh upgrade` aborts along the way,...
I guess that I'm not sure that the real issue is not that owner was inferred from `shed_username` for `shed_create`. However, I think that the two should be consistent with...
@nsoranzo I hit this this issue which may be a duplicate of issue 1194 The pertinent file is [.shed.yml linked here](https://github.com/eschen42/mqppep/blob/debug01/tools/mqppep/.shed.yml) and the error message that appears, notwithstanding the fact...
Okay, I'm working on it. FYI, when I tried to install `rtciles` from a git clone it failed because of unmet dependency `xfun` - fortunately, I thought to search for...
Good to know. Probably I am using an old version of R! I will retry sometime with a newer version. With my version of RStudio, I didn't find `xfun` when...
I don't know how to get 'testit' to produce results that I can see and review. ```r testit::test_pkg("rticles") ``` produces no output (instantly) and gives no evidence that it has...
Dear @yihui , Please understand that I do not wish to bite the hand that feeds me. I very much appreciate your hard work on rmarkdown and how it makes...
> @eschen42 friendly ping 😄 > > what is the status of this PR ? Do you plan on working on it or can @nuest work on it ? @cderv...
@cderv @nuest I am very sorry that I have not gotten back to this in like forever.... I will see what I can do today. Part of the issue has...
@cderv Even when I do `renv::activate()`, install required packages, and do `devtools::install`, I still get: ``` Error: 'gigascience_article' is not an exported object from 'namespace:rticles' ``` Whereas the other article...