You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
717 B

Package: slugify
Type: Package
4 years ago
Title: Create Slug Strings for SEO
4 years ago
Version: 0.2.0
4 years ago
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 <bob@rud.is>
4 years ago
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
4 years ago
SystemRequirements: C++11
4 years ago
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
4 years ago
R (>= 3.6.0)
Imports:
4 years ago
V8,
stringi
Roxygen: list(markdown = TRUE)
4 years ago
RoxygenNote: 7.1.1