Skip to content

Commit

Permalink
Update author and site
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidk6 committed Nov 26, 2024
1 parent 963332c commit 987bed9
Show file tree
Hide file tree
Showing 45 changed files with 19 additions and 4,468 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^_pkgdown\.yml$
^\.github$
^CRAN-SUBMISSION$
^pkgdown$
9 changes: 5 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: pkgdown
name: pkgdown.yaml

permissions: read-all

jobs:
pkgdown:
Expand All @@ -22,7 +23,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -41,7 +42,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
clean: false
branch: gh-pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ vignettes/*.pdf
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
.Rproj.user
docs
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Description: Perform sigmoidal Emax model fit using 'Stan' in a formula notation
Authors@R: c(
person("Kenta", "Yoshida", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-4967-3831")),
person("Danielle", "Navarro", , "[email protected]", c("aut")),
person("Trustees of Columbia University", role = "cph",
comment="src/init.cpp, tools/make_cc.R, R/stanmodels.R"))
Encoding: UTF-8
Expand Down Expand Up @@ -39,5 +40,5 @@ Suggests:
spelling
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/yoshidk6/rstanemax
URL: https://github.com/yoshidk6/rstanemax, https://yoshidk6.github.io/rstanemax/
BugReports: https://github.com/yoshidk6/rstanemax/issues
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
url: https://yoshidk6.github.io/rstanemax/
template:
bootstrap: 5

115 changes: 0 additions & 115 deletions docs/404.html

This file was deleted.

Loading

0 comments on commit 987bed9

Please sign in to comment.