loading animation
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-08 11:38:02 +02:00
commit 1613386096
No known key found for this signature in database
9 changed files with 113 additions and 30 deletions

View file

@ -7930,6 +7930,40 @@
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
"Repository": "CRAN"
},
"shinyjs": {
"Package": "shinyjs",
"Version": "2.1.0",
"Source": "Repository",
"Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds",
"Authors@R": "person(\"Dean\", \"Attali\", email = \"daattali@gmail.com\", role = c(\"aut\", \"cre\"), comment= c(ORCID=\"0000-0002-5645-3493\"))",
"Description": "Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.",
"URL": "https://deanattali.com/shinyjs/",
"BugReports": "https://github.com/daattali/shinyjs/issues",
"Depends": [
"R (>= 3.1.0)"
],
"Imports": [
"digest (>= 0.6.8)",
"jsonlite",
"shiny (>= 1.0.0)"
],
"Suggests": [
"htmltools (>= 0.2.9)",
"knitr (>= 1.7)",
"rmarkdown",
"shinyAce",
"shinydisconnect",
"testthat (>= 0.9.1)"
],
"License": "MIT + file LICENSE",
"VignetteBuilder": "knitr",
"RoxygenNote": "7.1.1",
"Encoding": "UTF-8",
"NeedsCompilation": "no",
"Author": "Dean Attali [aut, cre] (<https://orcid.org/0000-0002-5645-3493>)",
"Maintainer": "Dean Attali <daattali@gmail.com>",
"Repository": "CRAN"
},
"sodium": {
"Package": "sodium",
"Version": "1.4.0",