Jan van der Laan

Results 39 comments of Jan van der Laan

The solution we have implemented is to add a `categories` field to the field description. This is either an array with the names, titles and descriptions of each of the...

Sorry, for the delay in the replay. I've been a bit busy. @rgrp It is not completely clear to me why `categories` would be confusing. What other 'real world uses'...

@rgrp What do you mean with option 1? Is that the introduction of a `categorical` type? If so, are you planning to store the categories in the datapackage? I don't...

As a possible start: the following code gets the last updated dates for CRAN-packages. ``` library(rvest) dta

Actually an easier/better way to handle this is to use badges. See https://github.com/djvanderlaan/awesome-official-statistics-software where I have added badges to two packages. We can use https://www.r-pkg.org/services for packages on CRAN and...

Hi @jkeirstead , There is a vignette on this: https://cran.r-project.org/web/packages/reclin/vignettes/deduplication.html. You can use the function `filter_pairs_for_deduplication` to remove the duplicate pairs. This still creates the pairs initially which is not...

@jeanbarrado The package (/`lvec`) doesn't handle more than 2^31 pairs, which judging from the error message seems to be the case here. Please first check the expected number of pairs:...

This is something that is not supported yet in pandoc markdown. It is not possible to add an id (and classes etc) to tables. Will keer this open for now...

Thanks. I know. However, as far as I know it doesn't come standard with the default pandoc installation. That's why I didn't yet include it. Perhaps I could add the...

Not sure I completely understand. Can't you just add the header with the title to the file in combination with the `VignetteIndexEntry` lines? `simplermarkdown` is fine with that; it will...