Package 'apollo13'

Title: Houston, We Have a Problem
Description: Import a number of helper functions without exposing any evil underscores.
Authors: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
License: GPL (>= 2)
Version: 0.0.1
Built: 2024-10-31 02:49:03 UTC
Source: https://github.com/eddelbuettel/apollo13

Help Index


Houston, We Have A Problem

Description

Some people write packages with too many underscores, and too many imports shadowing other packages. This package addresses both problems by selectively importing just a few key funtions and carefully renaming them. To camelCase, naturally.

Details

This mostly uses facilities now available via the NAMESPACE mechanism.

Author(s)

Dirk Eddelbuettel

Maintainer: Dirk Eddelbuettel <[email protected]>


buildPackage

Description

buildPackage

Usage

buildPackage(...)

Arguments

...

passed on to build

See Also

build


installGithub

Description

installGithub

Usage

installGithub(...)

Arguments

...

passed on to install_github

See Also

install_github