Skip to content

R package for simple filesystem access for linux with strictly omitted filename modification

License

Notifications You must be signed in to change notification settings

schwidom/simplefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Simple FS R Package

This software provides an extension for The R Project for Statistical Computing.

The simplefs package provides an easy way for accessing a linux filesystem mainly driven by direct calls to the the underlying system calls like 'stat', 'unlink', 'rename' and so on. Provided path names keeps hereby untouched so that every relative or absolute name expresses exactly only one path in an unambiguous manner.

R has an implicit tilde ('~') expansion mechanism which is adapted from unix but provides no way to quote this tilde to make it part of the path so it is not possible for instance to open a file relative to the cwd (current working directory) with a name like '~'. And it is currently not possible to switch off this behaviour. This and the fact that there is a pending bug according to tilde expansion urged me to create the simplefs package.

In this package no path name modification takes place except I have to rely on already existing functions which carry the same tilde expansion problem. But then it is clearly documented.

See the tilde discussion on r-help and r-devel.

Install the package by cloning the repo and running make:

About

R package for simple filesystem access for linux with strictly omitted filename modification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published