Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impeding CRAN archival on 2024-07-06 #15

Open
rfsaldanha opened this issue Jun 24, 2024 · 1 comment
Open

Impeding CRAN archival on 2024-07-06 #15

rfsaldanha opened this issue Jun 24, 2024 · 1 comment

Comments

@rfsaldanha
Copy link
Collaborator

Hi Daniela,
I believe you also received a message from CRAN with an impeding archival due to check problems.

The error occurs in the example below and is related to the blas library, but I can´t reproduce it locally.

blast.c:362:29: runtime error: load of address 0x7fbced194f40 with insufficient space for an object of type 'unsigned char'

Are you able to reproduce this error?

# Input file name
input  <- system.file("files/sids.dbc", package = "read.dbc")

# Output file name
output <- tempfile(fileext = ".dbc")

# The call returns TRUE on success
if( dbc2dbf(input.file = input, output.file = output) ) {
     print("File decompressed!")
     # do things with the file
}

file.remove(output) # clean up example, don't do in real life :)
@danicat
Copy link
Owner

danicat commented Jul 14, 2024

I was never able to reproduce it and they are not very helpful in providing the steps they use to create the specific report tha shows the failure, so at this point I'm considering abandoning CRAN support and make the devtools installation the default unless someone has a better idea on how to diagnose / solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants