forked from carriedaymont/growthcleanr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request carriedaymont#118 from carriedaymont/main
Bring upd-v3 up to date
- Loading branch information
Showing
75 changed files
with
3,009 additions
and
2,704 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,4 @@ Dockerfile | |
cran-comments.md | ||
^LICENSE\.md$ | ||
^vignettes$ | ||
.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Adapted from: | ||
# https://github.com/VaultVulp/gp-docker-action#complete-workflow-example | ||
name: Build and publish latest | ||
|
||
on: | ||
push: | ||
branches: | ||
- "main" | ||
pull_request: | ||
branches: | ||
- "main" | ||
|
||
jobs: | ||
build-and-publish-image: | ||
if: github.repository == 'mitre/growthcleanr' | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Build and publish Docker image | ||
uses: VaultVulp/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
image-name: gcr-image | ||
image-tag: latest |
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,23 @@ | ||
# Adapted from: | ||
# https://github.com/VaultVulp/gp-docker-action#complete-workflow-example | ||
name: Build and publish tag | ||
|
||
on: | ||
push: | ||
tags: | ||
- "*" | ||
|
||
jobs: | ||
build-and-publish-image: | ||
if: github.repository == 'mitre/growthcleanr' | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Build and publish Docker image | ||
uses: VaultVulp/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
image-name: gcr-image | ||
extract-git-tag: true |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected].4 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.1 | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
|
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,23 +1,24 @@ | ||
Package: growthcleanr | ||
Type: Package | ||
Title: Data Cleaner for Anthropometric Measurements | ||
Version: 2.0.2 | ||
Version: 2.1.1 | ||
Authors@R: c( | ||
person("Daymont","Carrie", email = "[email protected]", role = "aut"), | ||
person("Grundmeier","Robert", role = "aut"), | ||
person("Miller","Jeffrey", role = "aut"), | ||
person("Campos","Diego", role = "aut"), | ||
person("Chudnov","Dan", role = "ctb"), | ||
person("De los Santos","Hannah", email = "[email protected]", role = c("ctb","cre")), | ||
person("Cao","Lusha", role = "ctb"), | ||
person("Silva","Steffani", role = "ctb"), | ||
person("Zhang","Hanzhe", role = "ctb"), | ||
person("Boyas","Matt", role = "ctb"), | ||
person("Freedman","David", role = "ctb"), | ||
person("Achilleos","Andreas", role = "ctb"), | ||
person("Butts","Jessica", role = "ctb"), | ||
person("Nguyen","Sheila", role = "ctb"), | ||
person("Soleymani","Taraneh", role = "ctb") | ||
person("Carrie", "Daymont", email = "[email protected]", role = c("ctb","cre")), | ||
person("Robert", "Grundmeier", role = "aut"), | ||
person("Jeffrey", "Miller", role = "aut"), | ||
person("Diego", "Campos", role = "aut"), | ||
person("Dan", "Chudnov", email = "[email protected]", role = "ctb"), | ||
person("Hannah", "De los Santos", email = "[email protected]", role = c("ctb")), | ||
person("Lusha", "Cao", role = "ctb"), | ||
person("Steffani", "Silva", role = "ctb"), | ||
person("Hanzhe", "Zhang", role = "ctb"), | ||
person("Matt", "Boyas", role = "ctb"), | ||
person("David", "Freedman", role = "ctb"), | ||
person("Andreas", "Achilleos", role = "ctb"), | ||
person("Jessica", "Butts", role = "ctb"), | ||
person("Sheila", "Nguyen", role = "ctb"), | ||
person("Taraneh", "Soleymani", role = "ctb"), | ||
person("Max", "Olivier", role = "ctb") | ||
) | ||
Description: Identifies implausible anthropometric (e.g., height, | ||
weight) measurements in irregularly spaced longitudinal datasets, such as those from electronic health records. | ||
|
@@ -45,4 +46,4 @@ Suggests: | |
knitr (>= 1.29), | ||
rmarkdown (>= 2.3), | ||
testthat (>= 2.3.2) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 |
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,4 +1,4 @@ | ||
FROM rocker/tidyverse:latest | ||
FROM ghcr.io/rocker-org/tidyverse:latest | ||
|
||
LABEL maintainer="Daniel Chudnov <[email protected]>" | ||
|
||
|
@@ -13,7 +13,7 @@ RUN mkdir /app/R_libs | |
RUN echo "R_LIBS_USER=/app/R_libs" > /home/gcuser/.Renviron | ||
RUN echo ".libPaths(c('/app/R_libs', .libPaths()))" > /home/gcuser/.Rprofile | ||
|
||
RUN R -e "devtools::install_github('mitre/growthcleanr', dependencies = TRUE, ref = 'main', lib='/app/R_libs')" | ||
RUN R -e "devtools::install_github('mitre/growthcleanr', dependencies = TRUE, ref = 'main', lib = '/app/R_libs')" | ||
|
||
ADD exec/gcdriver.R /usr/local/bin/ | ||
RUN chmod ugo+rx /usr/local/bin/gcdriver.R | ||
|
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
Oops, something went wrong.