-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
5,080 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
^docs$ | ||
^_pkgdown\.yml$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Package: matsindf | ||
Type: Package | ||
Title: Work with matrices in data frames | ||
Version: 0.2.6 | ||
Date: 2018-07-03 | ||
Version: 0.2.7 | ||
Date: 2018-10-30 | ||
Authors@R: c(person("Matthew", "Heun", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7438-214X"), | ||
email = "[email protected]")) | ||
Author: Matthew Heun [aut, cre] | ||
Maintainer: Matthew Heun <[email protected]> | ||
|
@@ -12,7 +13,7 @@ Description: Provides functions to collapse a tidy data frame into matrices in a | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.1.0 | ||
Depends: R (>= 2.10) | ||
Imports: | ||
matsbyname, | ||
|
@@ -29,3 +30,5 @@ Suggests: | |
testthat | ||
VignetteBuilder: | ||
knitr | ||
URL: https://github.com/MatthewHeun/matsindf | ||
BugReports: https://github.com/MatthewHeun/matsindf/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
output: github_document | ||
bibliography: vignettes/References.bib | ||
--- | ||
|
||
# matsindf | ||
|
||
The `R` package `matsindf` provides | ||
ways to interact with matrices in data frames. | ||
|
||
|
||
## Installation | ||
|
||
You can install `matsindf` from github with: | ||
|
||
```{r gh-installation, eval = FALSE} | ||
# install devtools if not already installed | ||
# install.packages("devtools") | ||
devtools::install_github("MatthewHeun/matsindf") | ||
# To build vignettes locally, use | ||
devtools::install_github("MatthewHeun/matsindf", build_vignettes = TRUE) | ||
``` | ||
|
||
|
||
## History | ||
|
||
The functions in this package were used in the paper | ||
[Heun et al. [-@Heun:2018]](https://doi.org/10.1016/j.apenergy.2018.05.109). | ||
|
||
|
||
## More Information | ||
|
||
Find more information, including vignettes and function documentation at | ||
<https://MatthewHeun.github.io/matsindf/>. | ||
|
||
|
||
## References |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.