AlbanSagouis

Results 10 issues of AlbanSagouis

At the moment, the warning message is not clear when submitting coordinates with easting written in French (O for W): ``` parzer::parse_lon("53° 03′ 00' O") [1] NaN Warning message: In...

## Proposition to add a warning, update documentation for clarity and addition of two tests ### Description of the modifications In the situation where the user specifies `area` or `column`...

## Description This is a general attempt at speeding up parzer by passing objects by reference and now preparing work with @mpadge, decreasing Rcpp functions use in cpp code and...

help wanted

## Organisation - Name: iDiv (Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig) - Website: https://www.idiv.de/ ## Scope iDiv is an internationally renowned public research institute in Ecology. Members are encouraged...

enhancement

Here are benchmark results comparing C++ functions before and after the work in the branch `albansagouis/cpp-optimisation` and proposed in pull request #44 . Essentially, changes focused on decreasing the use...

Hi, While running `suppdata::suppdata(x = "10.6084/m9.figshare.19697279.v1", si = 1)`, I receive an error: ``` Error in download.file(url, destination, quiet = TRUE) : cannot open URL '' In addition: Warning message:...

Hi, While using MADtraits::MADtraits to download datasets, I ran into a suppdata::suppdata error: ``` > unzip(suppdata::suppdata("10.1002/ece3.1456", 1)) Warning message: In unzip(suppdata::suppdata("10.1002/ece3.1456", 1)) : zip file is corrupt ``` - I...

When `expect_doppelganger` is called with the plot object only, I find the error message confusing: ``` r R> vdiffr::expect_doppelganger(p) Error in `str_standardise()`: ! is_scalar_character(s) is not TRUE ``` Maybe ```r...

New functions allow randomly moving clusters and/or individuals at each time step, and simulate reproduction.

## Goal In an effort to make `parzer` easier to maintain, all C++ code was translated to base R code and `stringi` functions. ## Methods Compared versions are [aacd37](https://github.com/ropensci/parzer/pull/44/commits/aacd37b138c168409a42e931585c18e2d2ef79d9) for...