Skip to content

romainfrancois/typo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typo

Helping people with fat fingers making typos in various functions.

# using stringdist::stringdist to calculate the
# string distances between `dlpyr` and the known available packages
# on CRAN
cran_install( "dlpyr" )

# using agrep to find approximate fuzzy matches between "google" and
# available packages, e.g. finds those which start by "google"
cran_install( "google" ) 

You can install:

  • the latest development version from github with
    if (packageVersion("devtools") < 1.6) {
      install.packages("devtools")
    }
    devtools::install_github("romainfrancois/typo")

About

Helping people who make typos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages