-
require(tidysynth)
data("final")
final %>% dplyr::glimpse()
is.data.frame(final)
violent_crimes_out %
# initial the synthetic control object
synthetic_control(outcome = final$`Violent cr…
-
Saw this code today:
```scheme
`(,(mod-full-name m) ,(mod-mappings m))
```
The quasiquoting is doing nothing at all here. The above is equivalent to `(list (mod-full-name m) (mod-mappings m))`…
-
I propose a simple version of string interpolation similar to that in Swift. This is a simpler version of #34174 and #50554.
## Proposal
In string literals we permit a new escape sequence `\(`.…
-
Using R 4.1.3 i can `cabal build inline-r-0.10.5`.
Using latest R 4.2.0 (that also is on stable ArchLinux), I get on `cabal build inline-r-0.10.5`:
```
Configuring library for inline-r-0.10.5..…
-
It'd be great if this could work
```
library(tidyverse)
plotter %
tibble() %>%
plotter()
```
-
**Original reporter**: _arcatan@_
When trying to generate Haddock documentation for any file that uses [quasiquotation](http://www.haskell.org/haskellwiki/Quasiquotation), I get an error message simi…
-
When `document()`ing `dplyr` we're getting:
```
Warning: Link to unknown topic in inherited text: dplyr::pull
Warning: Link to unknown topic in inherited text: dplyr::pull
```
probably becau…
-
-
We need some "ugly but usable" interaface that allows a programmer to directly construct IR constructs. This allows us to rapidly prototype changes to the IR subsystem without having to make correspon…
j-hui updated
2 years ago
-
### Your environment
Which OS do you use:
MacOS
Which LSP client (editor/plugin) do you use:
VSCode+Haskell
Describe your project (alternative: link to the project):
stack.yaml, package.ya…