Skip to content

Undeclared dependency on package {fs}

Currently using fs::path_home() in server.R. Consider (and test) whether it can be replaced by base::path.expand("~") or either declare the dependency. The difference is in Windows only. path_home points to C:\Users\<user> while path.expand() points to the Documents folder within the former.