Sebastian Krantz

Results 37 issues of 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...

feature request

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...

enhancement

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...

0/presubmission

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...

It turns out that calling replacement functions in base R entails a deep copy in some cases: ``` # No deep copy f2

enhancement