Jan Gorecki
Jan Gorecki
Without this feature I not really able to send dots to my wallet, unless I just type the address by hand, which is probably not a best practice, and it...
Then it will be nice if parity releases an android wallet app for more day-to-day usage.
I don't have any favorite ones and usually go with those listed as supported according to official documentation. Parity signer is the only one for android.
why not build the call instead? ``` r as.call(list(as.name(fun.name), as.name(var.name), ...) ```
```r print(data.table::as.data.table(x)) ``` wouldn't make much sense because it has to copy whole object during conversion of xts (matrix) to data.table. Much easier just simple concatenate print output of head...
Looks neat > do not break the existing code You mean you run checks of reverse dependencies (ideally including Suggested revdeps). As this is what CRAN will expect from maintainers...
Better I mean _some_ at all. Yes the base-rCharts integration is missing at the moment, and it makes base graphics cannot compete with interactive ones in terms of user experience....
AFAIK that make the function platform/compiler dependent
optionally the .gitlab-ci.yml may be easier and more flexible (using gitlab.com as CI) as it allows to use any docker image, so all dependencies can be included in docker, and...
Can be wired by git push to gitlab.com. AFAIK docker images can be used in travis only to be consumed as services, not as the base for your CI. According...