aboutsummaryrefslogtreecommitdiffstats
path: root/modules/packages/cran/metadata.go
Commit message (Collapse)AuthorAgeFilesLines
* Enable `unparam` linter (#31277)silverwind2024-06-111-10/+8
| | | | | | | | | | | | Enable [unparam](https://github.com/mvdan/unparam) linter. Often I could not tell the intention why param is unused, so I put `//nolint` for those cases like webhook request creation functions never using `ctx`. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de>
* Add CRAN package registry (#22331)KN4CK3R2023-05-221-0/+244
This PR adds a [CRAN](https://cran.r-project.org/) package registry. ![grafik](https://user-images.githubusercontent.com/1666336/210450039-d6fa6f77-20cd-4741-89a8-1624def267f7.png)