https://github.com/joey711/testpkg
A dummy R package for testing aspects of R development
https://github.com/joey711/testpkg
Last synced: 3 months ago
JSON representation
A dummy R package for testing aspects of R development
- Host: GitHub
- URL: https://github.com/joey711/testpkg
- Owner: joey711
- Created: 2011-07-26T22:51:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-31T20:01:48.000Z (over 13 years ago)
- Last Synced: 2024-08-13T07:14:20.372Z (6 months ago)
- Language: R
- Size: 121 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - joey711/testpkg - A dummy R package for testing aspects of R development (R)
README
# testpkg
This is a nice little sandbox. A simple, almost minimalist set of source code to build an R package. I am adding new things when I discover they have different behavior during build, or because I think they are useful examples of R code. I make no effort to be comprehensive. However, the package should build and load in your system. If it does not, let me know.
Some additional details about testpkg
More concretely, `testpkg` provides:
* Examples of necessary or strongly suggested elements of an R package.
* Examples of using roxygen2 source for building documentation
* Examples of S4 methods and documentation.
* Some additional things TBD.