Hi everyone,
After trying load_all() to load all the functions of a package that I just created I get this error:
load_all()
Error in app$vspace(new_style$margin-top
%||% 0) :
attempt to apply non-function
my working directory is the package folder. I would be grateful if someone could help me. Thanks in advance!
Humberto
library(devtools)
create_package("~/path/to/package")
use_git("function")##with this I create and edit a random function
load_all()#then I try to load the function and get the error:
load_all()
Error in app$vspace(new_style$margin-top
%||% 0) :
attempt to apply non-function