Package: slugify Type: Package Title: Create Slug Strings for SEO Version: 0.2.0 Date: 2020-08-02 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) ) Maintainer: Bob Rudis Description: Most blogging platforms turn title phrases into slugs for better SEO. Tools are provided to turn phrases into slugs. URL: https://git.rud.is/hrbrmstr/slugify BugReports: https://git.rud.is/hrbrmstr/slugify/issues Encoding: UTF-8 SystemRequirements: C++11 License: MIT + file LICENSE Suggests: covr, tinytest Depends: R (>= 3.6.0) Imports: V8, stringi Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1