Skip to content

Commit

Permalink
links from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 29, 2022
1 parent e34cd4a commit a0c3343
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors@R: c(
person("Jan","Gorecki", role=c("aut","cre"), email="[email protected]"))
Description: Lightweight release of R packages on github.
License: GPL-2
URL: https://jangorecki.github.io/pkgup
BugReports: https://github.com/jangorecki/pkgup/issues
URL: https://jangorecki.github.io/pkgup/
BugReports: https://github.com/jangorecki/pkgup/issues/
Suggests: knitr, rmarkdown, markdown
VignetteBuilder: knitr
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgup
----

Example package to present lightweight configuration for a complete R package release.
Example package to present lightweight setup for R package release.
- [x] R package repository
- [x] html manual
- [ ] html vignettes
- [x] html vignettes

[R package website](https://jangorecki.github.io/pkgup)
[R package documentation](https://jangorecki.github.io/pkgup)

----

Expand All @@ -17,14 +17,9 @@ Installation
install.packages("pkgup", repos="https://jangorecki.github.io/pkgup")
```

Usage
How to use
----

Let's keep it light, no need to install.

```r
library(pkgup)

installcmd()
```

See `.github/workflows/pkgup.yaml`
See [howto vignette](https://jangorecki.github.io/pkgup/library/pkgup/doc/howto.html) for details.

0 comments on commit a0c3343

Please sign in to comment.