Skip to content

CRAN check warning about _exit, abort and exit #355

@yutannihilation

Description

@yutannihilation

https://cran.r-project.org/web/checks/check_results_string2path.html

  File ‘string2path/libs/string2path.so’:
    Found ‘_exit’, possibly from ‘_exit’ (C)
      Object: ‘rust/target/release/libstring2path.a’
    Found ‘abort’, possibly from ‘abort’ (C)
      Object: ‘rust/target/release/libstring2path.a’
    Found ‘exit’, possibly from ‘exit’ (C)
      Object: ‘rust/target/release/libstring2path.a’
  
  Compiled code should not call entry points which might terminate R nor
  write to stdout/stderr instead of to the console, nor use Fortran I/O
  nor system RNGs nor [v]sprintf.
  
  See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions