PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
424 stars 81 forks source link

Fix for devtools bug #1

Closed olreim closed 5 years ago

olreim commented 5 years ago

There seems to be an issue with indenting a list of imports in the DESCRIPTION file. It breaks the install from the Github repository with the following error message:

Error in read.dcf(path) : Found continuation line starting ' shinyjs, ...' at begin of record

Removing all newlines resolves this issue.

markusdumke commented 5 years ago

The error appears with devtools 2.0.1, but not with older versions of devtools like 1.13...

PaulC91 commented 5 years ago

Thanks for this. The import part of the description was auto-generated by devtools but I think I may have been using an older version when developing. Merging now.