Jan van der Laan

Results 9 issues of Jan van der Laan

Hi, I am trying to setup bbb on ec2 using the install script, but I seem to be running into the problem that the install scripts detects the local IP...

cloud

We work a lot with surveydata and administrative data. In both cases files often contain fields where the values in the field should come from a limited list of possible...

Table Schema

Hi Rob, What you could do, is specify some dummy columns of type text. When you don't read all columns you don't have to completely specify all columns. In your...

From discussion at issue #22

enhancement

Perhaps if omitted and the code-block has an id and the table has a caption, use the id of the code-block. When the table has no caption the function should...

enhancement

When there are too many filter statements, the request URL to the odata portal becomes too long and the request fails. Currently, the resulting error message is very uninformative. Most...

Would it be possible to introduce the option to specify a callback function in `ragg` that is called whenever the plot is updated? Use case: I am the author the...

Values larger than `.Machine$integer.max` or smaller than `-.Machine$integer.max` result in a warning and a missing value (https://github.com/djvanderlaan/datapackage/issues/23): ``` > yaml.load("foo: 9876543219") $foo [1] NA Warning message: In yaml.load("foo: 9876543219") :...