-
Hi!
I tried installing the websocket package from source, but I got an error as the file websocket.dll is identified as a virus by my computer.
Here is the console log
```
> install.packages("…
-
This fails because deSolve will not accept function pointers of this type. Get this working with dde then try and get this ported to work with deSolve - doing this will help with getting odin and odin…
-
```r
> install.packages("systemfonts")
trying URL 'https://cran.rstudio.com/src/contrib/systemfonts_1.0.5.tar.gz'
Content type 'application/x-gzip' length 80638 bytes (78 KB)
=====================…
-
IMHO one of the unique advantages of hippomocks is the tiny one-header include.
I totally agree, that different classes / aspects should be separated, especially if you want to keep the code clean…
-
Would it be useful to have the initializer lists constructors also for the non writable classes, or should they really only be constructed from `SEXP`, e.g. I enjoy:
``` r
cpp11::cpp_function('cp…
-
- [ ] CPP1115-1 Add support for bitset/bitfield/bitmask/bitvalue
- [ ] CPP1115-4 Add support for (u)int8
- [ ] CPP1115-18 Add support for struct inheritance
- [ ] Add support for empty struct
- [ …
-
- [ ] Add support for `@optional`
- [ ] Extend support for the new type traits for `bitmask`
Specification: https://www.omg.org/spec/CPP11/1.6
Issues fixed in v1.6: https://issues.omg.org/issues/…
-
I tried to install the package on Ubuntu 18.04 and got the following error at compilation. Any idea how I could get it to compile?
```
> install.packages("systemfonts")
Installing package into ‘/…
-
See the following issues
- gesistsa/rio#315
- tidyverse/readr#1517
Current dependencies of `readODS` are: `c("cellranger", "readr", "stringi", "tibble", "vctrs", "zip")` See below when `readr` …
-
Please consider adding registration to compile code cells marked with `Rcpp`. Right now, the only way to run them would be to render the entire document.
````md
---
title: "Rcpp test"
for…