https://github.com/bgreenwell/funres
Functional residuals
https://github.com/bgreenwell/funres
Last synced: 2 months ago
JSON representation
Functional residuals
- Host: GitHub
- URL: https://github.com/bgreenwell/funres
- Owner: bgreenwell
- License: gpl-3.0
- Created: 2025-02-13T15:14:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T13:41:55.000Z (2 months ago)
- Last Synced: 2025-03-06T14:33:57.652Z (2 months ago)
- Language: TeX
- Homepage: https://bgreenwell.github.io/funres/
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# funres
The goal of **funres** is to ...
## Installation
Currently, you can only install the **funres** package from GitHub:
``` r
# install.packages("remotes")
remotes::install_github("bgreenwell/funres")
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(funres)
## basic example code
```