Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlisic/sysdep
SysDep is an R package to identify system dependencies of installed packages and suggest dependencies for packages not installed.
https://github.com/jlisic/sysdep
Last synced: 8 days ago
JSON representation
SysDep is an R package to identify system dependencies of installed packages and suggest dependencies for packages not installed.
- Host: GitHub
- URL: https://github.com/jlisic/sysdep
- Owner: jlisic
- License: other
- Created: 2018-04-22T17:22:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T03:34:02.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:14:04.839Z (4 months ago)
- Language: R
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jlisic/sysdep - SysDep is an R package to identify system dependencies of installed packages and suggest dependencies for packages not installed. (R)
README
# sysdep
SysDep is an R package to identify system dependencies of installed packages and suggest dependencies for packages not installed.Progress:
==============
General:
-----------Finished:
- General framework for shared object detection.
In progress
- Web API for not installed packages - done
- Setup Nginx, MariaDB, and PHP server - done
- Setup database schema - done
- Build scripts to populate server - done
- Populate server with bulk builds - done (homebrew only) starting Ubuntu 16.04 (done, need to handle cmake still)
- Build PHP application - done
- Move R scripts to a package - doneTodo:
- Deploy to digital ocean
- Buld test infrastructure.
- Build out makevar.Homebrew:
-----------Finished:
- Initial functions written.Todo:
- Keg integration and testing (post initial release).
- Cask integraton and testing (post initial release).Ubuntu 18.04/16.04:
-----------Finished:
- Initial dpkg testing.
- Initial functions written.
- Create a function to identify dev libraries associated with shared objects.Todo:
- Build docker test infrastucture.
- Handle PPAs (post initial release).Not Started:
------------ RPM based distros:
- Centos 6/7x
- SLES/LEAP (post initial release)