Skip to content

Commit

Permalink
adding small extensions, issue link and more than one name in DESCRIP…
Browse files Browse the repository at this point in the history
…TION
  • Loading branch information
Detlef Groth committed Sep 8, 2023
1 parent 53b4c08 commit 96bada4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.html linguist-detectable=false
*.tcl linguist-detectable=false
inst/ linguist-detectable=false
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Package: Rpkg
Type: Package
Title: your package title change the name on top
Title: Your package title change the name on top with no dot at the end
Version: 0.0.1
Date: 2023-01-01
Authors@R:c(
person("Max", "Musterman", , "max@university.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")))
Description: R package for ... you should use Imports mostly instead of Depends.
Description: R package for ... you should use
Imports mostly instead of Depends.
Imports:
URL: https://github.com/username/pkgname
BugReports: https://github.com/username/pkgname/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion man/Rpkg-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\title{Rpkg package - package template for R packages}
\description{The Rpkg package can be used as a template to create new packages from scratch.}
\details{Some more details:
The following list of objects and/or functions is available:
The following list of objects and/or functions are available:
\describe{
\item{\link[Rpkg:add]{add(x,y)}}{an illustrative add function}
}
Expand Down

0 comments on commit 96bada4

Please sign in to comment.