Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 - done

Todo:
- 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)