Closed a-torgovitsky closed 4 years ago
Done! I have added back the :: operator to the functions that require other packages.
Seems solved.
But is there a way to better determine whether the user has the correct dependencies? For example, when I first tried to run, I got this
Error in { : task 1 failed - "there is no package called ‘Momocs’"
Presumably this is for something you added (maybe the progress bar?) and installing the package resolved it. But it could be mysterious to an unsuspecting end user.
How does Hadley Wickham suggest dealing with dependencies?
I figure out that I missed Momocs
in the description file yesterday. Does it help in importing dependencies? Thanks!
I think that is the right approach. I already went and added Momocs
, so I'm not sure how to check this.
I tried to uninstall Momocs
and then install linearprog
to test. It works well on my side.
Ok good, let's consider this resolved then.
The example code should work
Instead I get
If I load the
parallel
package and try again, I getSo, it seems like packages are not being loaded correctly