Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaulrich/contributing
Templates for GitHub contributing files
https://github.com/joshuaulrich/contributing
Last synced: 12 days ago
JSON representation
Templates for GitHub contributing files
- Host: GitHub
- URL: https://github.com/joshuaulrich/contributing
- Owner: joshuaulrich
- Created: 2016-08-09T12:08:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:22:36.000Z (over 7 years ago)
- Last Synced: 2024-11-05T05:43:04.539Z (about 2 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
### About
### Installation
The current release is available on [CRAN](https://CRAN.R-project.org/package=FIXME_ADD_PACKAGE_NAME), which you can install via:
```r
install.packages("FIXME_ADD_PACKAGE_NAME")
```To install the development version, you need to clone the repository and build from source, or run one of:
```r
# lightweight
remotes::install_github("FIXME: account/repo")
# or
devtools::install_github("FIXME: account/repo")
```You may need tools to compile C, C++, or Fortran code. See the relevant appendix in the [R Installation and Administration manual](https://cran.r-project.org/doc/manuals/r-release/R-admin.html) for your operating system:
- [Windows](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#The-Windows-toolset)
- [MacOS](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#macOS)
- [Unix-alike](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Essential-and-useful-other-programs-under-a-Unix_002dalike)### Getting Started
### Contributing
### See Also
### Author
### License