Skip to content

Commit

Permalink
updates documentation and description, solves one CRAN check
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed May 18, 2023
1 parent 6025ad1 commit 949a8ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-coverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PAT: ${{ secrets.GIT_TOKEN }}


steps:
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Type: Package
Package: optic
Title: Optic: Simulation Tool for Causal Inference Using Longitudinal Data
Title: Simulation Tool for Causal Inference Using Longitudinal Data
Version: 1.0.0
Authors@R: c(
person("Beth Ann", "Griffin", , "[email protected]", role = c("aut", "cph"),
Expand All @@ -18,7 +19,8 @@ Description: Implements a simulation study to assess the strengths and
<doi:10.1007/s10742-022-00284-w> and Griffin et al. (2022)
<doi:10.1186/s12874-021-01471-y> for a description of our methods.
License: GPL-3 | file LICENSE
URL: https://randcorporation.github.io/optic/
URL: https://randcorporation.github.io/optic/, https://github.com/randcorporation/optic
BugReports: https://github.com/randcorporation/optic/issues
Depends:
R (>= 4.1.0)
Imports:
Expand Down
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#' \item{crude.rate}{Crude rate of drug-induced deaths (all drug overdose) per 100,000 residents (Centers for Disease Control and Prevention, National Center for Health Statistics)}
#' }
#' @source
#' US Bureau of Labor Statistics. Local Area Unemployment Statistics April 2019 release. Accessed at \url{https://www.bls.gov/lau/}.
#' US Bureau of Labor Statistics. Local Area Unemployment Statistics April 2019 release. Accessed at https://www.bls.gov/lau/.
#'
#' Centers for Disease Control and Prevention, National Center for Health Statistics. Multiple Cause of Death 1999-2019 on CDC WONDER Online Database, released in 2020. Data are from the Multiple Cause of Death Files, 1999-2019, as compiled from data provided by the 57 vital statistics jurisdictions through the Vital Statistics Cooperative Program. Accessed at \url{http://wonder.cdc.gov/mcd-icd10.html}.
#'
#' Centers for Disease Control and Prevention, IQVIA Xponent 2006–2019. U.S. Opioid Dispensing Rate Maps. Accessed at \url{https://www.cdc.gov/drugoverdose/rxrate-maps/index.html}.
#' Centers for Disease Control and Prevention, IQVIA Xponent 2006–2019. U.S. Opioid Dispensing Rate Maps. Accessed at https://www.cdc.gov/drugoverdose/rxrate-maps/index.html.
"overdoses"
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

No Error or Warnings.

Two NOTES found:
One NOTE found:

* Url https://www.bls.gov/lau/ flagged as forbidden, but url is accessible.
* lastMiKTeXException Note:

```
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
```
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored.
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can be ignored.
4 changes: 2 additions & 2 deletions man/overdoses.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 949a8ae

Please sign in to comment.