Sibo Jiang
Sibo Jiang
Hi David, This is a super useful tool. I am wondering if you could add an extra addin to View only the output of last chain step in the source...
It is quite troublesome to read excel files by loading library(readxl) after library(tidyverse). Is it possible to include readxl in the tidyverse package? Thanks, SJ
The `list `and `cols ` arguments in `read_csv `seem to be interchangeable, and I cannot find a clear answer online. Any insight into this? ``` r library(tidyverse) read_csv( "a,b,c 4,5,6"...
Hi Ron, I cannot find the documentation for the default percentiles of plotted lines for observed data. Is it (0.05, 0.95) or (0.025, 0.0975)? Is there any way that we...
Hi dreamRs: Viewxl:::view_in_xl() works well for a normal dataframe object when that is selected. Is it possible to apply that to an expression object? e.g. selected ` slice (mtcars, 1)`...
Hi Andrew, I found those two arguments called very similar inputs, particularly for compiled code. The HCV example uses '**ff_file=ff_ODE_compiled**", while the PK.1.comp.oral example uses the "**ff_fun=ff.ode.rcpp**". In the online...
Hi Andrwe, I am running the wafarin example scripts in the R package. My Initial parameters(sampling points) are: 0.5 1 2 6 24 36 72 120 The Optimized Sampling Schedule...
It will be much easier to send a picture if the app can support the function of pasting copied picture to the text box. The only way to do so...
It will be very helpful to learners by providing a cheatsheet. e.g. ggplot has a very nice [cheatsheet ](https://rstudio.github.io/cheatsheets/data-visualization.pdf)
Once I reset the summary setting back to default by using `PKNCA.set.summary(reset = TRUE)`, it always throws errors and interestingly, it suggest sthe users report this error.  Sibo