Closed StatisMike closed 3 years ago
Trying to install shinymanager with devtools::install_github("https://github.com/datastorm-open/shinymanager") creates an error.
shinymanager
devtools::install_github("https://github.com/datastorm-open/shinymanager")
Error message:
─ preparing ‘shinymanager’: ✓ checking DESCRIPTION meta-information ... Warning in grepl(e, files, perl = TRUE, ignore.case = TRUE) : PCRE pattern compilation error 'quantifier does not follow a repeatable item' at '*.sqlite' Error in grepl(e, files, perl = TRUE, ignore.case = TRUE) : invalid regular expression '*.sqlite' Execution halted Error: Failed to install 'shinymanager' from GitHub: System command 'R' failed, exit status: 1, stdout + stderr: E> * checking for file ‘/tmp/RtmpBvHfio/remotese1d4a7847a9/datastorm-open-shinymanager-70d3174/DESCRIPTION’ ... OK E> * preparing ‘shinymanager’: E> * checking DESCRIPTION meta-information ... OK E> Warning in grepl(e, files, perl = TRUE, ignore.case = TRUE) : E> PCRE pattern compilation error E> 'quantifier does not follow a repeatable item' E> at '*.sqlite' E> Error in grepl(e, files, perl = TRUE, ignore.case = TRUE) : E> invalid regular expression '*.sqlite' E> Execution halted
Information about system:
> Sys.info() sysname "Linux" release "5.8.0-59-generic" version "#66~20.04.1-Ubuntu SMP Thu Jun 17 11:14:10 UTC 2021" nodename "vai-o" machine "x86_64"
Thanks. Fix.
Trying to install
shinymanager
withdevtools::install_github("https://github.com/datastorm-open/shinymanager")
creates an error.Error message:
Information about system: