xianghui dong

Results 14 comments of xianghui dong

Yes I guess it should be their problem. Just wanted to know if you can guess something from the log error. Looks to me that it tried to install to...

Upon further reading documents, it seemed that they only check `library` call to install packages. And there is a explicit `install.package` call in my pacman script which cause problem. I'm...

@trinker Thanks for the update! Though I'm not sure about 2 things: 1. what's the purpose of writing library calls into clipboard? I'm not aware of this usage. 2. If...

@trinker After tracking in source code of `rsconnect` I found [the code responsible for parsing libraries is in `packrat`](https://github.com/rstudio/packrat/blob/master/R/dependencies.R#L383). We should add pacman support there and it will be supported...

@trinker Do you mean user write `p_convert` with list of libraries in script, then execute that line and convert it into a series library calls, paste them into code to...

OK Now I understand the idea. Though user need to keep the two versions in sync when he made some changes. I'm looking at `packrat` code now.

@trinker I created a pull request in packrat. The problem should be solved. I have tested with my app and everything works now. There are some known limitation of syntax...

I found `p_load_gh` works but decided not to add direct support for it because the github repo string could be quite complicated. Instead user just need to load that package...

From the source code, looks like it is checking from file extension only sometimes. The function name and the help made me to expect the file at least need to...

Hi @bhaskarvk , our shiny app used leaflet map and would like to have some animations on animal tracking data. A timeline plugin or other plugin listed in [Temporal Viz...