-
We made some temporary fixes in order to make the notebooks produce ngen input after some updates to ngen, the input datasets, and other dependencies. (These notebooks are amazing -- thank you @igarou…
-
I use Korean and Japanese.
PDF is generated and error occurs in font, please check the screenshot.
Please let me know if you have any solution regarding PDF font change.
![pdf_error](https://g…
-
Two array access patterns from R do not work in hdf5r: linear indexing and coordinate-based indexing. Without these two methods I can't see how to access arbitrary sets of indices without first extrac…
-
Is there any interest in adding a symbol to easily refer to x in i? Frequently, calls like this are used for faster subsetting.
```
dt[dt[,.I[1:5], by = x]$V1]
```
This works well until my data.…
-
Using a `DataFrame` in most backends to hold the data brings also some performance losses. Subsetting is not ideal but adding or replacing columns is even worse:
```r
library(S4Vectors)
library(m…
-
-
The grid_interop feature that returns lon/lat coordinates in standard names (and would support geospatial subsetting on the fly) doesn't seem to be working with:
http://tds.maracoos.org/thredds/dodsC…
-
## Observed behaviour
I’m running FontBakery from a checks profile, which includes Adobe Fonts checks.
One of the checks is giving me an error, and I’m not sure why, or if it’s only happening on…
-
In 1.0.0-beta4, `ReshapeVertex` may not form 4-dimensional arrays. More specifically, the code
```
graph.addVertex("reshape4d", new ReshapeVertex(n1, n2, n3, n4);
```
produces
```
Exception in …
-
The SEXP header takes up 32 bits of memory, even though it only has 31 bits of information in it (the reasons it does this are not important here, but they are good). I think we should use this unclai…