Skip to content

Commit

Permalink
revert attempt to add repo-token
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 10, 2024
1 parent 9009aa0 commit 7726e84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
shell: Rscript {0}

- name: Commit and push changes
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion R/est.incidence.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' This function models seroincidence using maximum likelihood estimation; that is, it finds the value of the seroincidence parameter which maximizes the likelihood (i.e., joint probability) of the data.
#' @inheritParams log_likelihood
#' @inheritParams stats::nlm
#' @param pop_data a [data.frame] with cross-sectional serology data per antibody and age, and additional columns
#' @param pop_data a [data.frame()] with cross-sectional serology data per antibody and age, and additional columns
#' @param lambda_start starting guess for incidence rate, in years/event.
#' @param antigen_isos Character vector with one or more antibody names. Values must match `pop_data`
#' @param build_graph whether to graph the log-likelihood function across a range of incidence rates (lambda values)
Expand Down

0 comments on commit 7726e84

Please sign in to comment.