Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"access_right": "open",
"license": "MIT",
"title": "palday/BoxCox.jl: Box-Cox transformation in Julia",
"title": "JuliaMixedModels/BoxCox.jl: Box-Cox transformation in Julia",
"description": "A Julia package providing the Box-Cox transformation and generalizations thereof for marginal and conditional distributions.",
"upload_type": "software",
"creators": [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Stable Docs][docs-stable-img]][docs-stable-url]
[![Dev Docs][docs-dev-img]][docs-dev-url]
[![Codecov](https://codecov.io/gh/palday/BoxCox.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palday/BoxCox.jl)
[![Codecov](https://codecov.io/gh/JuliaMixedModels/BoxCox.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaMixedModels/BoxCox.jl)
[![DOI](https://zenodo.org/badge/682869439.svg)](https://doi.org/10.5281/zenodo.16986704)
[![Code Style: YAS](https://img.shields.io/badge/code%20style-yas-1fdcb3.svg)](https://github.com/jrevels/YASGuide)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/d68e1e2f/BoxCox.jl)
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
Documenter = "1.3"

[sources.BoxCox]
path = ".."
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ makedocs(; root=joinpath(dirname(pathof(BoxCox)), "..", "docs"),
"mixed-models.md",
"api.md"])

deploydocs(; repo="github.com/palday/BoxCox.jl", push_preview=true, devbranch="main")
deploydocs(; repo="github.com/JuliaMixedModels/BoxCox.jl", push_preview=true,
devbranch="main")
Loading