Thomas Mailund
Thomas Mailund
It would be great if the zoom'ed in area could be shown on the right of the full plot as well as on the left. Some times it makes more...
---- *opened via [imdone.io](https://imdone.io) from a code comment on [096d52c0bf04844c454ceb514a58b67ecb4dcc34](https://github.com/mailund/dynprog/commit/096d52c0bf04844c454ceb514a58b67ecb4dcc34) by Thomas Mailund [email protected]* ---- https://github.com/mailund/dynprog/blob/8191bdb7c4840ee23461809672b56377feff1f30/R/parser.R#L89-L94
---- *opened via [imdone.io](https://imdone.io) from a code comment on [d93310570bd2228676b088177890c86576ecc2d1](https://github.com/mailund/dynprog/commit/d93310570bd2228676b088177890c86576ecc2d1) by Thomas Mailund [email protected]* ---- https://github.com/mailund/dynprog/blob/8191bdb7c4840ee23461809672b56377feff1f30/R/parser.R#L69-L74
---- *opened via [imdone.io](https://imdone.io) from a code comment on [d93310570bd2228676b088177890c86576ecc2d1](https://github.com/mailund/dynprog/commit/d93310570bd2228676b088177890c86576ecc2d1) by Thomas Mailund [email protected]* ---- https://github.com/mailund/dynprog/blob/8191bdb7c4840ee23461809672b56377feff1f30/R/parser.R#L20-L25
---- *opened via [imdone.io](https://imdone.io) from a code comment on [096d52c0bf04844c454ceb514a58b67ecb4dcc34](https://github.com/mailund/dynprog/commit/096d52c0bf04844c454ceb514a58b67ecb4dcc34) by Thomas Mailund [email protected]* ---- https://github.com/mailund/dynprog/blob/8191bdb7c4840ee23461809672b56377feff1f30/R/parser.R#L82-L87
---- *opened via [imdone.io](https://imdone.io) from a code comment on [d93310570bd2228676b088177890c86576ecc2d1](https://github.com/mailund/dynprog/commit/d93310570bd2228676b088177890c86576ecc2d1) by Thomas Mailund [email protected]* ---- https://github.com/mailund/dynprog/blob/8191bdb7c4840ee23461809672b56377feff1f30/R/parser.R#L33-L38
Full report below -- the check does not fail on any other platform where I tests. ``` * using log directory ‘/srv/hornik/tmp/CRAN/pmatch.Rcheck’ * using R Under development (unstable) (2018-12-20 r75868)...
When I run the test on Appveyor, I get an error. The problem seems to be with installing `httpuv`. I don't know which package needs it, but the compilation fails....
The first issue I have to work out is how to check if an input is a constructor. Patterns should either be constructors, values, or symbols. That is easy to...
I have no idea if this is possible in C extensions, but considering that Rcpp can work on classes, it must be at least partially possible. I probably cannot define...