Skip to content

Commit

Permalink
usethis::use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 3, 2023
1 parent 49a4769 commit 2f52d95
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@ Package: pingr
Title: Check if a Remote Computer is Up
Version: 2.0.2.9000
Authors@R: c(
person(given = "Gábor", family = "Csárdi", role = c("aut", "cre"), email = "[email protected]"),
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Check if a remote computer is up. It can either
just call the system ping command, or check a specified
TCP port.
)
Description: Check if a remote computer is up. It can either just call the
system ping command, or check a specified TCP port.
License: MIT + file LICENSE
URL: https://github.com/r-lib/pingr#readme, https://r-lib.github.io/pingr/
BugReports: https://github.com/r-lib/pingr/issues
Suggests:
covr,
testthat (>= 3.0.0)
Depends:
R (>= 3.6)
Imports:
processx,
utils
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Suggests:
covr,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Depends:
R (>= 3.6)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3

0 comments on commit 2f52d95

Please sign in to comment.