c2d4u.tools

'c2d4u' - CRAN Packages for 'Ubuntu'


License
GPL-3.0

Documentation

c2d4u.tools

The goal of c2d4u.tools is to install Ubuntu packages into a user's library w/o requiring system permissions. You might need to do that if your sysadmin is a meanie or bofh :).

Installation

You can install the development version of c2d4u.tools with:

remotes::install_github("nfultz/c2d4u.tools")

Example

This is a basic example of installing randomizr - no compiler is required.

  c2d4u.tools::update()
  c2d4u.tools::find("randomizr")
  c2d4u.tools::show("r-cran-randomizr")
  c2d4u.tools::install("r-cran-randomizr")

Troubleshooting

If you find a package that does not install correctly, please let me know via email.

See also