mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Initial commit
This commit is contained in:
commit
ccab72aa0f
31 changed files with 6547 additions and 0 deletions
26
DESCRIPTION
Normal file
26
DESCRIPTION
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Package: webResearch
|
||||
Title: Browser Based Data Analysis
|
||||
Version: 0.0.0.9000
|
||||
Authors@R:
|
||||
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "0000-0002-7559-1154"))
|
||||
Description: Browser based basic data analysis and research output.
|
||||
License: AGPL (>= 3)
|
||||
Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.2
|
||||
Imports:
|
||||
assertthat,
|
||||
dplyr,
|
||||
glue,
|
||||
gt,
|
||||
gtsummary,
|
||||
haven,
|
||||
here,
|
||||
openxlsx2,
|
||||
quarto,
|
||||
readODS,
|
||||
readr
|
||||
Suggests:
|
||||
MASS,
|
||||
styler
|
||||
Loading…
Add table
Add a link
Reference in a new issue