Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arunge committed Nov 8, 2024
1 parent 8ebe82f commit a3db0c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Inquiry app for expert elicitation
Version: 24.11.0
Authors@R: c(person("Antonia", "Runge", email = "antonia.runge@inwt-statistics.de", role = c("aut", "cre")))
Description: An app for creating Inquiry templates, conducting a survey, and downloading the results.
Description: An app for creating Inquiry templates, conducting a survey, and downloading the results based on the shinysurveys package.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# InquiryR

An app for creating Inquiry templates, conducting a survey, and downloading the results based on the shinysurveys package.

## Release notes:

- see `NEWS.md`

## Notes for developers

When adding information to the _help_ sites, _docstrings_ or the _vignette_ of this
package, please update documentation locally as follows. The documentation of
the main branch is build automatically via github action.

```R
devtools::document() # or CTRL + SHIFT + D in RStudio
devtools::build_site()
```

0 comments on commit a3db0c1

Please sign in to comment.