-
This is too clunky:
```r
mouse_df %>%
select(id, time, genotype, cohort, sys_mm_hg) %>%
feval(id = "id", argvals = "time", value = "sys_mm_hg")
```
We want something like:
```r…
-
I'm creating this issue to track the work on the testsuite rules that I just resumed. Right now, when I run:
``` sh
hadrian/build.sh -c -j4 --flavour=perf --build-root=_tmp test
```
I see a _l…
-
Variation of fn() that does _not_ support quasiquotation.
egnha updated
6 years ago
-
It should be possible to make qq, at least, faster and less memory-hungry.
-
This issue tracks the purpose of Protocol Specification.
> Found a couple links that relate to purpose 2. We might split this out into a separate issue to track:
>
> * https://pdfs.semanticschol…
-
Using `select()` and `select_()` with a data frame that contains columns named with the numbers returns different results and fails (in some cases).
I have faced the following problems while workin…
-
According to the book, `quasiquotation` has two sides: `quotation` and `unquotation`.
This doesn't seem to fit with the meaning of [`quasi`](https://www.merriam-webster.com/dictionary/quasi), i.e. …
-
I want to return a list of expressions as with `map`, that are constructed based on different conditions as in `case_when` or `ifelse`.
The source of this example is a table created outside a tec…
-
Having a uniform notation for all of RedPRL's sublanguages would be really nice; RedPRL-style sexprs seem a natural choice, because they are easy to parse and easy to print, and (excitingly) it is wel…
-
Functions should be able to specify code-block type as an LLVM block:
```swift
public func add(a: Int, b: Int) -> Int llvm {
define (, ) {
ret i32 add ( i32 %0, %1 )
}
}
```