Stefano Coretta
Stefano Coretta
As a temporary solution (minimally tested, so might break things), replace all occurrences of ```^\\s*([`~]{3,})\\s*(\\{?)``` to ```^\\s*([`~]{3,})\\s*(\\{?=?)``` in `grammars/language-markdown.json` of your local installation of the package. (It will be overwritten...
A temporary solution is to manually add the `source.gfm.rmd` grammar to the package. This can be done by adding it in the `lib/ > document-outline.js` file, as shown in the...
Hi! I am not sure that answers my question. What I am trying to achieve is returning the variables inside the smooths after finding the smooths. Pseudo-code example: ```r b...
Unfortunately, it doesn't work correctly: ```r library(insight) library(mgcv) #> Loading required package: nlme #> This is mgcv 1.8-40. For overview type 'help("mgcv-package")'. set.seed(2) ## simulate some data... dat Gu &...
Hi! It should return all variables in all cases. And the variables should be different elements. These are some of the possible scenarios ```r s(time) s(longitude, latitude) s(longitude, latitude, altitude)...
It might do although it's a bit inelegant because technically the `s()` term can have more than one variable, and I would expect `clean_name()` to return those individually. In order...
> > It might do although it's a bit inelegant because technically the `s()` term can have more than one variable, and I would expect `clean_name()` to return those individually....
Any news on this front?
An update. I realised that field names are not dropped. MATLAB structs are read into R as 3-dimensional arrays and the content of the struct is in the first element...
Would be great to have line-by-line comparison at least for "text-based" files (TXT, CSV, JSON, MD, YAML, TOML, XLM, ...). By the way, great job with `dvc`, it's making my...