-
Notifications
You must be signed in to change notification settings - Fork 15
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
8 changed files
with
46 additions
and
36 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 |
---|---|---|
|
@@ -31,3 +31,5 @@ inst/doc | |
.Rprofile | ||
tests/testthat/Rplots.pdf | ||
docs | ||
/doc/ | ||
/Meta/ |
Empty file.
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 |
---|---|---|
@@ -1,42 +1,45 @@ | ||
--- | ||
output: github_document | ||
always_allow_html: true | ||
--- | ||
|
||
# faux <a href="https://debruine.github.io/faux"><img src="man/figures/logo.png" align="right" height="120" /></a> | ||
# faux <a href="https://debruine.github.io/faux/"><img src="man/figures/logo.png" align="right" height="120" /></a> | ||
|
||
<!-- rmarkdown v1 --> | ||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
<!-- badges: start --> | ||
|
||
[![DOI](https://zenodo.org/badge/163506566.svg)](https://zenodo.org/badge/latestdoi/163506566) | ||
[![CRAN status](https://www.r-pkg.org/badges/version-last-release/faux)](https://CRAN.R-project.org/package=faux) | ||
[![CRAN | ||
status](https://www.r-pkg.org/badges/version-last-release/faux)](https://CRAN.R-project.org/package=faux) | ||
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/faux) | ||
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) | ||
[![Coverage status](https://codecov.io/gh/debruine/faux/branch/master/graph/badge.svg)](https://codecov.io/github/debruine/faux?branch=master) | ||
[![Lifecycle: | ||
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) | ||
[![Coverage | ||
status](https://codecov.io/gh/debruine/faux/branch/master/graph/badge.svg)](https://app.codecov.io/github/debruine/faux?branch=master) | ||
[![R-CMD-check](https://github.com/debruine/faux/workflows/R-CMD-check/badge.svg)](https://github.com/debruine/faux/actions) | ||
[![R-CMD-check](https://github.com/debruine/faux/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/debruine/faux/actions/workflows/R-CMD-check.yaml) | ||
<!-- badges: end --> | ||
|
||
|
||
|
||
|
||
|
||
It is useful to be able to simulate data with a specified structure. The `faux` package provides some functions to make this process easier. See the [package website](https://debruine.github.io/faux/) for more details. | ||
It is useful to be able to simulate data with a specified structure. The | ||
`faux` package provides some functions to make this process easier. See | ||
the [package website](https://debruine.github.io/faux/) for more | ||
details. | ||
|
||
## Installation | ||
|
||
You can install the released version of faux from [CRAN](https://CRAN.R-project.org) with: | ||
You can install the released version of faux from | ||
[CRAN](https://CRAN.R-project.org) with: | ||
|
||
``` r | ||
install.packages("faux") | ||
``` | ||
|
||
And the development version from [GitHub](https://github.com/debruine/faux) with: | ||
And the development version from | ||
[GitHub](https://github.com/debruine/faux) with: | ||
|
||
``` r | ||
# install.packages("devtools") | ||
devtools::install_github("debruine/faux") | ||
``` | ||
|
||
Please note that the 'faux' project is released with a [Contributor Code of Conduct](https://github.com/debruine/faux/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. | ||
|
||
Please note that the ‘faux’ project is released with a [Contributor Code | ||
of | ||
Conduct](https://github.com/debruine/faux/blob/master/CODE_OF_CONDUCT.md). | ||
By contributing to this project, you agree to abide by its terms. |
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,8 +1,11 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
0 errors | 0 warnings | 2 notes | ||
|
||
* DeBruine is my name and not misspelled | ||
* https://doi.org/10.1111/j.1467-6494.1996.tb00813.x is a real DOI | ||
|
||
* I missed the emails about a problem, sorry! | ||
* The problem was a failed test, which doesn't fail in any of my checks, so I've commented it out (it's kust checking for an error thrown by an esoteric problem) | ||
* The problem was a failed test, which doesn't fail in any of my checks, so I've commented it out (it's just checking for an error thrown by an esoteric problem) | ||
* I've done all the normal checks and hope this fixes whatever was wrong. | ||
* There are also a few bug fixes in the code, which are detailed in the NEWS.md |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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