Package: shinybrowser Title: Find Out Information About a User's Web Browser in 'Shiny' Version: 1.0.0.9001 Authors@R: person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"), comment = c(ORCID="0000-0002-5645-3493")) Description: Sometimes it's useful to know some information about your user in a 'Shiny' app. The available information is: browser name (such as 'Chrome' or 'Safari') and version, device type (mobile or desktop), operating system (such as 'Windows' or 'Mac' or 'Android') and version, and browser dimensions. URL: https://github.com/daattali/shinybrowser, https://daattali.com/shiny/shinybrowser-demo/ BugReports: https://github.com/daattali/shinybrowser/issues Depends: R (>= 3.1.0) Imports: htmltools (>= 0.3.5), shiny (>= 1.0.4) Suggests: shinydisconnect License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2024-08-18 18:44:42 UTC RemoteUrl: https://github.com/daattali/shinybrowser RemoteRef: HEAD RemoteSha: 42354107d80d34e236367013fba080ef46c84eab NeedsCompilation: no Packaged: 2026-05-25 10:02:49 UTC; root Author: Dean Attali [aut, cre] (ORCID: ) Maintainer: Dean Attali