Witold Wolski
Witold Wolski
Hi, very useful package. I am wondering if there is any way to also parse the #' @examples from the roxygen documentation for duplications?
#### Summary: Can't build stan model using stanc and stan_model #### Reproducible Steps: ```{r} library(rstan) fixed_effect tmp.def; \ echo "C:/rtools40/mingw64/bin/"g++ -shared -s -static-libgcc -o file9746d052a95.dll tmp.def file9746d052a95.o "C:/Users/wewol/OneDrive/Documents/R/win-library/4.0/rstan/lib/x64/libStanServices.a" -L"C:/Users/wewol/OneDrive/Documents/R/win-library/4.0/StanHeaders/libs/x64" -lStanHeaders...
The code example isn't using the column width, (see image).  This is the yaml section for my poster. column_numbers: 4 poster_height: "1009mm" poster_width: "1426mm" title_textsize: "75pt" author_textsize: "35pt" font_family:...
Just discovered the great feature of `covr` (Coverage of Examples). However, I can not get my examples running with `covr` Although all of them run with devtools::run_examples or devtools::check. R...
Is it possible to get the package installed on MS Windows . I did run into the following error: ``` > devtools::install_github("nfultz/grpc") Downloading GitHub repo nfultz/grpc@master from URL https://api.github.com/repos/nfultz/grpc/zipball/master Installing...
I have an R package with several R6 classes. Some of the function names of these classes are identical (e.g., initialize R6 class A has an initialize method, and class...
Bibliospec (proteowizard) gives the following error. ERROR: ../dataSearchResults/SearchGUI/GRAY_MS/tpp_psm_export.pep.xml(line 7): Missing required attribute 'base_name'.
We are interested in a protein that produces mostly short peptides. Therefore, we did try to make a DIANN search which includes peptides of length `6` by setting the parameter...
I am wondering if it is possible to filter the data on a second attribute/key when using `crosstalk::SharedData`? I would like to modify the example: https://stackoverflow.com/questions/48581598/filter-two-tables-with-crosstalk/49327147#49327147 to introduce an additional...
After creating a figure (see code below) all points are displayed. Making a selection displays the selected points only. But how to remove the selection, to display all points, without...