-
![image](https://user-images.githubusercontent.com/34615798/134073938-f792de42-8902-4e07-a3ad-f04434521c59.png)
So this is lang racket not highlighting the `#;` does not highlight the comment brow…
-
#### 1. Introduction
No exercises
#### 2. Names and values
- [x] Included feedback from #164
#### 3. Vectors
- [x] Included feedback from #165
- Lists ex 3: Compare and contrast c() and …
-
By design using a variable as a column identifier doesn't work. Maybe it should in the next release?
```
map_key
-
I'm doing something that in theory could be saved a line if an additional argument were added to the add_row() function. I'd like to create several rows that produce 0's in all the columns that are 'u…
-
- [x] 2 d: merge reviews (EDIT: 1 unreviewed exercise for Quasiquotation and 1 unreviewed exercise for Evaluation still need to be formulated as issues)
- [ ] 6-8 d: solve exercises
- [ ] 1 d: do a …
-
This code fails in Mit scheme (`;Unbound variable: y`) but works in Chibi scheme (`4`). I understand why it doesn't work in Mit. But I don't understand why it works in Chibi.
And more, if I change …
-
`expr_interp` is used internally to create on the fly closures but that doesn't allow for argument splicing due to the R's parser checks:
```R
> args expr_interp(function(!!!args) {})
Error: un…
-
Happens with CRAN version of testthat and current dev version. The same issue exists also for bang bang.
library(testthat)
test_that("", {
local_edition(3)
df No snapshott…
-
- Mention in the exercise in the Names and values chapter whre we show what is in base R: Mention that the listed packages are typical referred to as base R
Vectors: 2 or 3. 1. How would you descri…
-
@yogat3ch came across this in using my package, that relies heavily on `rlang` (https://github.com/burchill/catchr/issues/4)
``` r
fn setting value
#> version R versio…