jay-sf

Results 8 issues of jay-sf

Hi, we can't change the point shapes wit the `pch`. Reproducible example: ``` library("PerformanceAnalytics") chart.Correlation(iris[1:4], histogram=TRUE, pch = "+") ``` We can't see any `+` in the plot. Thanks for...

Hi, first of all thanks a ton for providing marginal effects for R! I've identified an issue when there's a survival object in the data set. `data.table::rbindlist` won't like it...

bug

Hi Thanks for maintaining both DBI and RMariaDB! I have a problem connecting to a MariaDB on a Synology NAS. It doesn't work at all using `RMariaDB::MariaDB` and just unsatisfactory...

reprex

Hi, first of all thanks for maintaining this great package! On Ubuntu 22.04 LTS with a freshly installed R using the regular `sudo apt install r-base-core` I tried to `install.packages('imputeTS')`...

Hello, I am surprised that no issue has been opened on this topic yet. I have been searching the internet for hours in vain for a straightforward solution to align...

enhancement

Hi there, first of all thanks for keeping this invaluable package up to date! So far I have worked with LaTeX, and now with HTML tables I noticed that the...

Hi, thanks for maintaining the leaflet R package! I wonder how I might get a better control of the circle radius. Depending on the zoom factor it can get pretty...

Hi, the confidence intervals in pooled summary are duplicated which is weird: ``` > imp with(data=imp, exp=lm(chl ~ age + bmi + hyp)) |> pool() |> summary(conf.int=TRUE) term estimate std.error...

bug