From e2090242e9f95fbe273ca4f184e6275039b7bda6 Mon Sep 17 00:00:00 2001 From: StatisMike Date: Tue, 13 Jul 2021 13:39:18 +0200 Subject: [PATCH] fixed typo --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 63ff84c..a29cb5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Authors@R: role = c("aut", "cre"), email = "kosinski.mich@gmail.com", comment = c(ORCID = "https://orcid.org/0000-0002-8426-3654")) -Description: Package creates UI modules for Login, Register and Password Reset boxes and server module for reading and writing user database contained within googlesheet or sqlite file. Creates automatic e-mail messages after registration and for resetting password procedure. Currently supports English language (default) and Polish. The authentication system created with shiny.reglog is designed to be optional: user don't neet to be logged-in to access your application, but when logged-in the user data can be used to read from and write to relational databases. +Description: Package creates UI modules for Login, Register and Password Reset boxes and server module for reading and writing user database contained within googlesheet or sqlite file. Creates automatic e-mail messages after registration and for resetting password procedure. Currently supports English language (default) and Polish. The authentication system created with shiny.reglog is designed to be optional: user don't need to be logged-in to access your application, but when logged-in the user data can be used to read from and write to relational databases. Imports: shiny, dplyr,