Skip to content
/ myPkg Public

My toy package (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

Poduval/myPkg

Repository files navigation

myPkg

The goal of myPkg is to explore and test various aspects of R package development, including function implementation, documentation, unit testing, dependency management, and package distribution. It serves as a learning tool for understanding best practices, automation, and the complete lifecycle of an R package.

Installation

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

# install.packages("devtools")
devtools::install_github("Poduval/myPkg")

Example

This simple example shows how to add two numbers together.

library(myPkg)
add2vars(2, 3)
#> [1] 5

About

My toy package (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