Skip to content

Commit

Permalink
unignore git2r in renv to fix shinyapps deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Jan 3, 2025
1 parent c2a37d9 commit de96b93
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 40 deletions.
86 changes: 58 additions & 28 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,43 @@
"Built": "R 4.4.0; ; 2024-04-25 20:41:26 UTC; windows"
}
},
"git2r": {
"Source": "CRAN",
"Repository": "https://packagemanager.posit.co/cran/latest",
"description": {
"Type": "Package",
"Package": "git2r",
"Title": "Provides Access to Git Repositories",
"Authors@R": "c(person(\"Stefan\", \"Widgren\", role = c(\"aut\", \"cre\"),\n email = \"[email protected]\",\n comment = c(ORCID = \"0000-0001-5745-2284\")),\n person(\"Gabor\", \"Csardi\", role = \"ctb\"),\n person(\"Gregory\", \"Jefferis\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"John\", \"Blischak\", role = \"ctb\"),\n person(\"Karthik\", \"Ram\", role = \"ctb\"),\n person(\"Peter\", \"Carbonetto\", role = \"ctb\"),\n person(\"Scott\", \"Chamberlain\", role = \"ctb\"),\n person(\"Thomas\", \"Rosendal\", role = \"ctb\"))",
"Description": "Interface to the 'libgit2' library, which is a pure C\n implementation of the 'Git' core methods. Provides access to 'Git'\n repositories to extract data and running some basic 'Git'\n commands.",
"Version": "0.35.0",
"License": "GPL-2",
"URL": "https://docs.ropensci.org/git2r/,\nhttps://github.com/ropensci/git2r",
"BugReports": "https://github.com/ropensci/git2r/issues",
"Imports": "graphics, utils",
"Depends": "R (>= 4.0)",
"Suggests": "getPass",
"NeedsCompilation": "yes",
"SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or\nlibgit2-dev (deb)",
"Collate": "'blame.R' 'blob.R' 'branch.R' 'bundle_r_package.R'\n'checkout.R' 'commit.R' 'config.R' 'contributions.R'\n'credential.R' 'diff.R' 'fetch.R' 'git2r.R' 'index.R'\n'libgit2.R' 'merge.R' 'note.R' 'odb.R' 'plot.R' 'pull.R'\n'punch_card.R' 'push.R' 'reference.R' 'reflog.R' 'refspec.R'\n'remote.R' 'repository.R' 'reset.R' 'revparse.R' 'sha.R'\n'signature.R' 'stash.R' 'status.R' 'tag.R' 'time.R' 'tree.R'\n'when.R'",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"Packaged": "2024-10-20 07:43:12 UTC; stefan",
"Author": "Stefan Widgren [aut, cre] (<https://orcid.org/0000-0001-5745-2284>),\n Gabor Csardi [ctb],\n Gregory Jefferis [ctb],\n Jennifer Bryan [ctb],\n Jeroen Ooms [ctb],\n Jim Hester [ctb],\n John Blischak [ctb],\n Karthik Ram [ctb],\n Peter Carbonetto [ctb],\n Scott Chamberlain [ctb],\n Thomas Rosendal [ctb]",
"Maintainer": "Stefan Widgren <[email protected]>",
"Repository": "RSPM",
"Date/Publication": "2024-10-20 23:00:02 UTC",
"Built": "R 4.4.0; x86_64-w64-mingw32; 2024-10-21 04:46:27 UTC; windows",
"Archs": "x64",
"RemoteType": "standard",
"RemotePkgRef": "git2r",
"RemoteRef": "git2r",
"RemoteRepos": "https://packagemanager.posit.co/cran/latest",
"RemoteReposName": "CRAN",
"RemotePkgPlatform": "x86_64-w64-mingw32",
"RemoteSha": "0.35.0"
}
},
"gitcreds": {
"Source": "CRAN",
"Repository": "https://packagemanager.posit.co/cran/latest",
Expand Down Expand Up @@ -2750,7 +2787,7 @@
"Type": "Package",
"Package": "promises",
"Title": "Abstractions for Promise-Based Asynchronous Programming",
"Version": "1.3.0",
"Version": "1.3.2",
"Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )",
"Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.",
"License": "MIT + file LICENSE",
Expand All @@ -2763,14 +2800,14 @@
"Config/Needs/website": "rsconnect",
"Encoding": "UTF-8",
"Language": "en-US",
"RoxygenNote": "7.3.1",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "yes",
"Packaged": "2024-04-04 20:02:05 UTC; jcheng",
"Packaged": "2024-11-27 23:38:47 UTC; jcheng",
"Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]",
"Maintainer": "Joe Cheng <[email protected]>",
"Repository": "RSPM",
"Date/Publication": "2024-04-05 15:00:06 UTC",
"Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 09:00:54 UTC; windows",
"Date/Publication": "2024-11-28 00:40:02 UTC",
"Built": "R 4.4.0; x86_64-w64-mingw32; 2024-11-28 04:41:56 UTC; windows",
"Archs": "x64"
}
},
Expand Down Expand Up @@ -3148,13 +3185,13 @@
"Package": "shiny",
"Type": "Package",
"Title": "Web Application Framework for R",
"Version": "1.9.1",
"Version": "1.10.0",
"Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"[email protected]\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"[email protected]\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"[email protected]\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Victor\", \"Tsaran\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Dennis\", \"Lembree\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(family = \"PayPal, Inc\", role = \"cph\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize-plugin-a11y library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )",
"Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.",
"License": "GPL-3 | file LICENSE",
"Depends": "R (>= 3.0.2), methods",
"Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.6.0), cachem (>= 1.1.0), lifecycle (>= 0.2.0)",
"Suggests": "datasets, DT, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr\n(>= 1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass",
"Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.3.2), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.6.0), cachem (>= 1.1.0), lifecycle (>= 0.2.0)",
"Suggests": "coro (>= 1.1.0), datasets, DT, Cairo (>= 1.5-5), testthat (>=\n3.0.0), knitr (>= 1.6), markdown, rmarkdown, ggplot2, reactlog\n(>= 1.0.0), magrittr, yaml, future, dygraphs, ragg, showtext,\nsass",
"URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny",
"BugReports": "https://github.com/rstudio/shiny/issues",
"Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'busy-indicators-spinners.R'\n'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R'\n'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R'\n'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R'\n'html-deps.R' 'image-interact-opts.R' 'image-interact.R'\n'imageutils.R' 'input-action.R' 'input-checkbox.R'\n'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R'\n'input-file.R' 'input-numeric.R' 'input-password.R'\n'input-radiobuttons.R' 'input-select.R' 'input-slider.R'\n'input-submit.R' 'input-text.R' 'input-textarea.R'\n'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R'\n'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R'\n'shiny.R' 'mock-session.R' 'modal.R' 'modules.R'\n'notifications.R' 'priorityqueue.R' 'progress.R' 'react.R'\n'reexports.R' 'render-cached-plot.R' 'render-plot.R'\n'render-table.R' 'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R'\n'viewer.R'",
Expand All @@ -3164,19 +3201,12 @@
"Config/testthat/edition": "3",
"Config/Needs/check": "shinytest2",
"NeedsCompilation": "no",
"Packaged": "2024-07-31 17:44:44 UTC; cpsievert",
"Packaged": "2024-12-13 21:47:15 UTC; cpsievert",
"Author": "Winston Chang [aut, cre] (<https://orcid.org/0000-0002-1576-2126>),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut] (<https://orcid.org/0000-0002-4958-2844>),\n Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Jonathan McPherson [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n PayPal, Inc [cph] (Bootstrap accessibility plugin),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2024-08-01 10:50:02 UTC",
"Built": "R 4.4.1; ; 2024-08-01 23:50:46 UTC; windows",
"RemoteType": "standard",
"RemotePkgRef": "shiny",
"RemoteRef": "shiny",
"RemoteRepos": "https://cran.rstudio.com",
"RemoteReposName": "CRAN",
"RemotePkgPlatform": "x86_64-w64-mingw32",
"RemoteSha": "1.9.1"
"Repository": "RSPM",
"Date/Publication": "2024-12-14 00:10:02 UTC",
"Built": "R 4.4.0; ; 2024-12-14 04:24:48 UTC; windows"
}
},
"shinyFeedback": {
Expand Down Expand Up @@ -3584,29 +3614,29 @@
"description": {
"Package": "testthat",
"Title": "Unit Testing for R",
"Version": "3.2.1.1",
"Version": "3.2.2",
"Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Implementation of utils::recover()\")\n )",
"Description": "Software testing is important, but, in part because it is\n frustrating and boring, many of us avoid it. 'testthat' is a testing\n framework for R that is easy to learn and use, and integrates with\n your existing 'workflow'.",
"License": "MIT + file LICENSE",
"URL": "https://testthat.r-lib.org, https://github.com/r-lib/testthat",
"BugReports": "https://github.com/r-lib/testthat/issues",
"Depends": "R (>= 3.6.0)",
"Imports": "brio (>= 1.1.3), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.2), digest (>= 0.6.33), evaluate (>= 0.21), jsonlite (>=\n1.8.7), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), methods,\npkgload (>= 1.3.2.1), praise (>= 1.0.0), processx (>= 3.8.2),\nps (>= 1.7.5), R6 (>= 2.5.1), rlang (>= 1.1.1), utils, waldo\n(>= 0.5.1), withr (>= 2.5.0)",
"Suggests": "covr, curl (>= 0.9.5), diffviewer (>= 0.1.0), knitr,\nrmarkdown, rstudioapi, shiny, usethis, vctrs (>= 0.1.0), xml2",
"Imports": "brio (>= 1.1.3), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.2), digest (>= 0.6.33), evaluate (>= 1.0.1), jsonlite (>=\n1.8.7), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), methods,\npkgload (>= 1.3.2.1), praise (>= 1.0.0), processx (>= 3.8.2),\nps (>= 1.7.5), R6 (>= 2.5.1), rlang (>= 1.1.1), utils, waldo\n(>= 0.6.0), withr (>= 3.0.2)",
"Suggests": "covr, curl (>= 0.9.5), diffviewer (>= 0.1.0), knitr,\nrmarkdown, rstudioapi, S7, shiny, usethis, vctrs (>= 0.1.0),\nxml2",
"VignetteBuilder": "knitr",
"Config/Needs/website": "tidyverse/tidytemplate",
"Config/testthat/edition": "3",
"Config/testthat/parallel": "true",
"Config/testthat/start-first": "watcher, parallel*",
"Encoding": "UTF-8",
"RoxygenNote": "7.2.3",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "yes",
"Packaged": "2024-04-14 03:24:27 UTC; ripley",
"Packaged": "2024-12-09 00:46:50 UTC; hadleywickham",
"Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Implementation of utils::recover())",
"Maintainer": "Hadley Wickham <[email protected]>",
"Repository": "RSPM",
"Date/Publication": "2024-04-14 05:24:52",
"Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:28:34 UTC; windows",
"Date/Publication": "2024-12-10 10:50:02 UTC",
"Built": "R 4.4.0; x86_64-w64-mingw32; 2024-12-11 04:26:16 UTC; windows",
"Archs": "x64"
}
},
Expand Down Expand Up @@ -4240,7 +4270,7 @@
"checksum": "e8d96d5ffd16a6867fd6d7458bd2f905"
},
".Rprofile": {
"checksum": "d4addc5b094a70e72827efad2958ff33"
"checksum": "2b1c25f0a65dac4aaa4773cc66dd63ee"
},
"azure-pipelines-dev.yml": {
"checksum": "fc2ef843ff5024bcba25ff84eec05f4c"
Expand Down Expand Up @@ -4354,7 +4384,7 @@
"checksum": "49f84962c930a31bd04b66f5ec0855e8"
},
"renv.lock": {
"checksum": "a785896169bf04012cbc71c98d917fa0"
"checksum": "7f2d3de56a754e78fbb99e43ebb565e5"
},
"server.R": {
"checksum": "76d87396cd2c1b083696fcac91980a6d"
Expand Down
Loading

0 comments on commit de96b93

Please sign in to comment.