Package Details: r-rcpp 1.0.12-1

Git Clone URL: https://aur.archlinux.org/r-rcpp.git (read-only, click to copy)
Package Base: r-rcpp
Description: Seamless R and C++ Integration
Upstream URL: https://cran.r-project.org/package=Rcpp
Licenses: GPL
Submitter: frichtlm
Maintainer: pekkarr (BioArchLinuxBot)
Last Packager: BioArchLinuxBot
Votes: 7
Popularity: 0.25
First Submitted: 2018-05-31 00:58 (UTC)
Last Updated: 2024-01-09 18:07 (UTC)

Latest Comments

1 2 Next › Last »

pekkarr commented on 2023-05-25 16:16 (UTC)

@chuckccd Fixed, thanks for reporting

chuckccd commented on 2023-05-25 06:24 (UTC)

using C++ compiler: ‘g++ (GCC) 13.1.1 20230429’
test_stats.R..................   36 tests 1 fails  11.2s


----- FAILED[data]: test_stats.R<246--246>
 call| expect_equal(runit_qnorm_log(-1e+05)$lower, -447.1974945)
 diff| Expected '-447.1974945', got '-447.197893678525'
Error: 1 out of 1534 tests failed
Execution halted
==> ERROR: A failure occurred in check().
    Aborting...

$ pacman -Q|grep glibc
glibc 2.37-3
lib32-glibc 2.37-3

Alad commented on 2022-07-03 14:00 (UTC)

I was using glibc 2.35-5. Thanks for the heads up.

pekkarr commented on 2022-07-02 18:37 (UTC) (edited on 2022-07-02 18:37 (UTC) by pekkarr)

@Alad Are you using the latest version of glibc (2.35-6)? The C.UTF-8 locale should be included by default in the package.

Alad commented on 2022-07-02 18:07 (UTC)

Is LC_ALL=C.UTF-8 strictly needed here? I had to specifically uncomment this locale in /etc/locale.gen and run locale-gen to build this...

pekkarr commented on 2022-07-02 11:21 (UTC)

@Lou35, can you test the latest version? It should fix the issue.

Lou35 commented on 2022-07-01 17:55 (UTC)

Hello Pekkar :)

I still have the same issue reported by Samsagax with test_embedded_r

pekkarr commented on 2022-06-07 17:22 (UTC)

Thanks for reporting, the bug should be fixed now.

Samsagax commented on 2022-06-07 14:52 (UTC) (edited on 2022-06-07 14:55 (UTC) by Samsagax)

check() is failing with

----- FAILED[xcpt]: test_embedded_r.R<37--37>
 call| expect_error(sourceCpp("cpp/embeddedR2.cpp", env = newEnv2),
 call| -->    "could not find function \"foo\"")
 diff| The error message:
 diff| 'no se pudo encontrar la función "foo"'
 diff| does not match pattern 'could not find function "foo"'
Error: 1 out of 1534 tests failed

Won´t install unless --nocheck is passed to makepkg or the env variable LC_ALL=C is set.