subugoe / oauni

Monitoring the uptake of open access in publications from German research institutions.
http://subugoe.github.io/oauni
5 stars 0 forks source link

app cannot be deployed from gh actions (there is no CI!) #11

Open maxheld83 opened 4 years ago

maxheld83 commented 4 years ago
Error in value[[3L]](cond) : 
  No root directory found in /srv/connect/apps/oadash-refs-heads-muggleme or its parent directories. Root criterion: contains a file `DESCRIPTION`
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted

Might be related to golem https://github.com/ThinkR-open/golem/issues/387 (fix may not be on CRAN)

maxheld83 commented 4 years ago

I think what's happening here is that some functions still use some usethis:: or similar functions to figure out the root of the project. This seems a bit like golem, again, because a shiny app per se should not care.