Sviluppare pacchetti R
Jasmin Ludolf
Content Developer


Imports:
Suggests:


Imports:
Suggests:
Depends:



stringr a Importslibrary(usethis)
use_package("stringr", type = "Imports")

Nel file DESCRIPTION
Imports:
stringr
usethis::use_package("stringr", min_version = "1.4.0")

Nel file DESCRIPTION
Imports:
stringr (>= 1.4.0)
use_package("tibble", type = "Suggests")

use_package("glue", type = "Depends")

Package: unitConverter
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: MIT
Encoding: UTF-8
...
...
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
Imports:
stringr (>= 1.4.0)
Suggests:
tibble
Depends:
glue
Sviluppare pacchetti R