v0.4.1
CRAN submission update from 0.2.0.2
2# shiny.reglog 0.3.0
- Added
credentials
argument tocreate_sqlite_db
to create SQLite database containing some data - Removed
use_language
from exported functions, as its functionality is minimal out of its usage context sqlite_get_db
andgsheet_get_db
functions are now exported, as their functionality grew with addedcredentials
argument- Fixed
user_id
value returned bylogin_server
function for anonymous users. It is now in form ofpaste("Anon", Sys.time(), sep = "_")
to force its reads ascharacter
object. Before it could be read asdatetime
object while reading from 'googlesheets' database and it caused some bugs
3# shiny.reglog 0.4.0
- Added
credentials
argument tocreate_gsheet_db
, mirroring the same functionality ofcreate_sqlite_db
- Added
logout_button
function, providing the users a way to log out during usage of ShinyApp - Added description of how to provide credentials to
create_sqlite_db
andcreate_gsheet_db
functions - Created vignette specifying the authorization process for
gmailr
andgooglesheets4
to use their methods of email sending and database storage - Removed
dbplyr
dependency
0.4.1 - minor CRAN tweaks