- Reverts to
Suggests: mice
to eliminatewarn.conflict
messages on startup - In order to access the mice built-in data, run
require("mice", warn.conflicts = FALSE)
before attachingmicerocker
- Declares
mice
asDepends
so that internal datasets will be findable - Sets minimum
mice
version to 3.16.4, specifies remotes formice
- Repairs an error in the logic of
get_data_uploads()
- Exports all end point handler
- Adds
data_uploads
argument tomice_longfmt_handler()
- Replaces the role of the global R variables
data_uploads
by the environmental variableMICEREST_DATA_UPLOADS
- Selects files
webmice_function.R
andwebmice_handlers.R
fromamices/webmice
- Declares dependencies
- Documents function arguments
- Runs styler and linter to improves consistency
- Creates initial package
micerest