Sebastian Krantz
Sebastian Krantz
In case this is of interest, I have set up a [fastverse r-universe](https://fastverse.r-universe.dev/) that builds binary versions of the GitHub version of your packages qs and stringfish for MAC and...
In case this is of interest, I have set up a [fastverse r-universe](https://fastverse.r-universe.dev/) that builds binary versions of the GitHub version of your package for MAC and Windows (new binaries...
Hello, thanks for developing this package. This question has probably be asked in some form but I did not come across it yet: It would be nice if data frame...
Hi Jim, I'm trying to get covr to work for my C/C++ based package (https://github.com/SebKrantz/collapse) and facing difficulties which I'm not sure how to solve. I ran `package_coverage(quiet = FALSE,...
In my documentation I have some large \tabular's where I have used double line breaks \cr\cr to increase the space between two lines. This does not render well to HTML....
Hello, thanks a lot for this package and the comprehensive access to World Bank statistics it provides. I am using this package in part to download large volumnes of indicators...
Hi, collapse currently has a soft dependency on lfe. I see this package was just removed from CRAN. Could it be added back? Best regards, Sebastian
Submitting Author Name: Sebastian Krantz Submitting Author Github Handle: @SebKrantz Other Package Authors Github handles: @rbagd Repository: https://github.com/SebKrantz/dfms Submission type: Pre-submission Language: en --- - Paste the full DESCRIPTION file...
With an indexed data.table, computing a variable and retrieving it using `$` should also confer the 'indexed_series' class to the new vector: ``` DT_IX[, var := 1] DT_IX$var # Needs...