Skip to content

Yunuuuu/standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standalone

R-CMD-check

The standalone package offers helper scripts designed for use in other R packages. You can integrate these scripts into your project with a single command, making it easy to leverage utility functions across packages without adding dependency overhead.

To use standalone scripts in your R package, simply run:

usethis::use_standalone("Yunuuuu/standalone")

Helper Scripts Available

  • assert: Argument-checking helpers to ensure inputs are valid.
  • cli: Functions to format messages using the cli package if it is available.
  • obj-type: Functions to generate informative messages about an object's class.
  • stringr: Base R functions that mimic stringr syntax.
  • tibble: Provides base implementations for functions from dplyr, tidyr, and tibble using vctrs.
  • purrr: Base R functions that mimic purrr syntax.

About

No description, website, or topics provided.

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