Displaying 1 result from an estimated 1 matches for "pkgerrmsg".
Did you mean:
  kberrmsg
  
2012 Dec 20
0
How to make an <pkg>/configure file executable on Windows/NTFS?
...t("-x", "configure")) {
  cmd <- paste(paste(configure_vars, collapse = " "), "./configure",
paste(configure_args, collapse = " "))
  if (debug) message("configure command: ", sQuote(cmd), domain = NA)
  res <- system(cmd)
  if (res) pkgerrmsg("configuration failed", pkg_name)
}  else if (file.exists("configure"))
  errmsg("'configure' exists but is not executable -- see the 'R
Installation and Administration Manual'")
Would it be possible to automatically try to update the file
permissions...