Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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