aryoda

Results 62 issues of aryoda

I have modularized my vignette Rmd file using `child` chunks to be able to reuse the child Rmd files in other Rmd documents via ``` ```{r child = "child_doc.Rmd"} ......

question

To capture eg. player names a text input box would be helpful. Using other GUI toolkits like `tkinter` do not integrate well into `pgzero` (eg. different fonts, windows positioned outside...

enhancement

My Dell U3818DW supports DisplayPort over USB-C as input source value 0x1b but the input source is not yet known to ddcutil: ``` Feature: 0x60 (Input Source) Values: 0x0f: DisplayPort-1...

input source

It would be great to have C++ API for ddcutil's C API that * encapsulates all ddcutil's C API calls * cares for correct allocation/deallocation of memory and handles (e....

enhancement
API

# Context Currently `lubridate`s `ymd`, `dmy` etc. parsing functions work by **guessing the best matching date format using a subset of the input data** (see[ `.get_train_set`](https://github.com/tidyverse/lubridate/blob/8045b8a1b432d8f5b110ff1685a9e9aece9614a5/R/guess.r#L218) for the algorithm which...

### Issue Description and Expected Result On Windows with `odbc` version 1.3.2, `DBI` 1.1.1 and R 4.1.0 and also with R 3.63 as well as on Ubuntu with R 3.6.3...

#10 introduced the possibility to inject your own logging functions. There are many logging packages at CRAN now. It would be very convenient if `tryCatchLog` provides functions to activate one...

feature request
work in progess

To give the user a better error (or other condition) message a feature to replace all or selected conditions (or at least condition messages) by custom conditions (messages) would be...

feature request

To show the file name and line number that has thrown a condition the [current documentation at github](https://github.com/aryoda/tryCatchLog#the-stack-trace-does-not-contain-r-file-names-and-line-number-for-my-packages-how-can-i-enable-this) says: > enable the keep.source.pkgs option before (you install the packages!) It...

bug
documentation

R 4.0.0 has been released today and brings some changes and features that might impact `tryCatchLog`. Examine the impact of the changes... - The internal traceback object produced when an...

Testing