diff --git a/.gitattributes b/.gitattributes index 9e9ca1c..5b1fe56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.html linguist-detectable=false *.tcl linguist-detectable=false +inst/ linguist-detectable=false diff --git a/DESCRIPTION b/DESCRIPTION index 683e42c..76cd328 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/man/Rpkg-package.Rd b/man/Rpkg-package.Rd index e7dbbfa..2385def 100644 --- a/man/Rpkg-package.Rd +++ b/man/Rpkg-package.Rd @@ -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} }