Skip to content
/ pets Public

This is the development site for the {pets} package for R.

License

Unknown, MIT licenses found

Licenses found

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

FISH549/pets

Repository files navigation

pets

The goal of pets is to provide a simple means for people to express their feelings about pets. At present, the package only contains one function: cats().

Installation

You can install the development version of pets like so:

if(!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("FISH549/pets")

Example

Here are two simple examples that allow you to express your feelings about cats.

library(pets)

## if you like cats
cats(TRUE)
#> [1] "I love cats!"

## if you don't like cats
cats(FALSE)
#> [1] "I am not a cat person."

About

This is the development site for the {pets} package for R.

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