Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie committed Jul 19, 2024
1 parent f28aa87 commit fc07cea
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# empty
Empty R package
# Minimal R package

This (I think) is simplest R package you can have - no functions, files, etc.

The packages builds and passes the usual checks

```
R CMD build minimal
R CMD check --as-cran minimal*.tar.gz
```

0 comments on commit fc07cea

Please sign in to comment.