Skip to content

What the Package Does (One Line, Title Case)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gguyver/animalsoundr

Repository files navigation

animalsoundr

R-CMD-check

The goal of animalsoundr is to go through the R packaging process, making and building a simple package that allows us to practice the packaging process.

Installation

You can install the development version of animalsoundr from GitHub with:

# install.packages("devtools")
devtools::install_github("gguyver/animalsoundr")

Example

This is a basic example which shows you how to use the only function:

library(animalsoundr)
## basic example code
animal_sounds("dog", "woof")
#> [1] "The dog says woof, woof, woof!"

About

What the Package Does (One Line, Title Case)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages