-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update website, README, citation, etc.
- Loading branch information
1 parent
38b22fc
commit c99249d
Showing
25 changed files
with
137 additions
and
26 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 |
---|---|---|
|
@@ -17,3 +17,6 @@ | |
^_pkgdown\.yml$ | ||
^doc$ | ||
^Meta$ | ||
^make_hex\.R$ | ||
^hex\.png$ | ||
^LICENSE\.md$ |
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 |
---|---|---|
|
@@ -41,3 +41,5 @@ tests/testthat/Rplots\.pdf | |
CRAN-RELEASE | ||
doc | ||
Meta | ||
|
||
.DS_Store |
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,7 +1,7 @@ | ||
Package: interactions | ||
Type: Package | ||
Title: Comprehensive, User-Friendly Toolkit for Probing Interactions | ||
Version: 1.1.5 | ||
Version: 1.1.6.9000 | ||
Authors@R: person(c("Jacob","A."), "Long", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1582-6214")) | ||
Description: A suite of functions for conducting and interpreting analysis | ||
|
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,2 @@ | ||
YEAR: 2019 | ||
COPYRIGHT HOLDER: Jacob Long | ||
YEAR: 2022 | ||
COPYRIGHT HOLDER: Jacob A. Long |
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,21 @@ | ||
# MIT License | ||
|
||
Copyright (c) 2022 Jacob A. Long | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
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,8 +1,9 @@ | ||
## Test environments | ||
* Local Windows 10 install, R 4.1.0 | ||
* Ubuntu (Trusty) (on Travis-CI), R-release, R-devel | ||
* Local macOS install, R 4.1.3 | ||
* ubuntu-latest (via Github Actions), R-release, R-devel, oldrel-1 | ||
* macOS-latest (via Github Actions), R-release | ||
* windows-latest (via Github Actions), R-release | ||
* Windows 2012 Server (on Appveyor) R-release, R-devel | ||
|
||
## R CMD check results | ||
There is a NOTE regarding my change of email address because I have changed | ||
affiliations since last update. | ||
There were no NOTEs, WARNINGs, or ERRORs. |
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,10 +1,10 @@ | ||
bibentry( | ||
bibtype = "Manual", | ||
title = "interactions: Comprehensive, User-Friendly Toolkit for Probing Interactions", | ||
author = person(c("Jacob","A."), "Long", email = "long.1377@osu.edu", | ||
author = person(c("Jacob","A."), "Long", email = "jacob.long@sc.edu", | ||
role = c("aut", "cre")), | ||
year = "2019", | ||
note = "R package version 1.1.0", | ||
year = "2022", | ||
note = "R package version 1.1.6", | ||
url = "https://cran.r-project.org/package=interactions", | ||
key = "interactions" | ||
) |
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 @@ | ||
library(showtext) | ||
library(jtools) | ||
library(interactions) | ||
library(ggplot2) | ||
library(hexSticker) | ||
|
||
font_add("Fantasque Sans Mono", "FantasqueSansMono-Regular.ttf") | ||
font_add("monofur", "monof55.ttf") | ||
|
||
# states <- as.data.frame(state.x77) | ||
# states$HSGrad <- states$`HS Grad` | ||
# fit <- lm(Income ~ HSGrad + Murder, | ||
# data = states) | ||
# p <- effect_plot(model = fit, pred = Murder, x.label = "x", y.label = "y") | ||
|
||
set.seed(1000) | ||
x <- rnorm(1000) | ||
z <- rnorm(1000) | ||
y <- x + z + x*z + rnorm(1000, sd=.1) | ||
d <- data.frame(cbind(x, y, z)) | ||
p <- interact_plot(fit <- lm(y ~ x * z, data = d), x, z, colors = "CUD Bright") | ||
p <- p + theme(axis.text.y = element_blank(), axis.text.x = element_blank(), | ||
axis.title.x = element_text(color = "white", size = 5), axis.title.y = element_text(color = "white", size = 5), | ||
panel.grid.major = element_line(linetype='longdash', size = 0.25, color = "#e8e8e8b3"), legend.position = "none") + xlim(-1, 3) + | ||
ylim(-1.75, 5.75) | ||
|
||
plot(sticker(p + theme_transparent(), package="interactions", p_family = "Fantasque Sans Mono", | ||
s_width = 1.25, s_height = 1.2, s_x = 0.93, s_y = 0.83, p_size = 4.5, p_y = 1.53, h_color = "#570008", | ||
h_fill = "#844247", url = "interactions.jacob-long.com", u_size = 1.6, | ||
u_family = "Fantasque Sans Mono", filename = "hex.png", dpi = 500)) | ||
|
||
|
||
# atlantic: #466A9F | ||
# garnet: #73000a | ||
# sandstorm: #FFF2E3 | ||
# azalea: #844247 | ||
# dark garnet: #570008 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,32 @@ | ||
.page-header { | ||
min-height:25px !important; | ||
} | ||
|
||
.template-home img.logo { | ||
width: 200px; | ||
} | ||
|
||
.text-muted { | ||
color: #ced4da !important; | ||
} | ||
|
||
.bg-primary .navbar-nav .nav-link:hover, .bg-primary .navbar-nav .nav-link:hover { | ||
color: #ced4da !important; | ||
} | ||
|
||
.huxtable tr, .huxtable th, .huxtable td { | ||
border-style: none; | ||
} | ||
|
||
aside h2 { | ||
margin-top: 2rem; | ||
} | ||
|
||
.page-header { | ||
margin-top: 2rem; | ||
border-bottom: none; | ||
} | ||
|
||
h1, h2, h3, h4 { | ||
font-weight: 400; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.