Pawel Rucki

Results 8 comments of Pawel Rucki

I want the error message exactly as you said: this and this is missing - not the error message is very cryptic

> What I would like to know, however, is what the user thought the table that came out of that call would be. That's only my experiments with rtables API....

That's correct. I want to use it when exporting `rtables` object. Right now we are exporting to csv using `rtables::as_html() %>% as.character() %>% xml2::read_table() %>% rvest::html_table() %>% utils::write.table()`. Don't know...

Hi @hector-ps I managed to do it for my package on Github Enterprise. For the installation please use: ``` Sys.setenv("GITHUB_PAT" = "") remotes::install_github("/", host = "https://github..com/api/v3") Sys.unsetenv("GITHUB_PAT") ``` Then for...

Thank you all who helped me on this. Merging!

Hi @gaborcsardi can you please have a look? I think it's a quick fix out there. Not sure if you like the test case though.

@gaborcsardi PR ready 🚀 - please have a look!

Thank you for the suggestion. I will use it instead of the option. Please decide what to do with this task. I am ok to close it without fix.