Can anyone point me in the right direction for getting around this error? I'm new to creating packages and am currently following Hadley Wickham's guide.
Asked
Active
Viewed 3,593 times
1
-
3That post might be outdated, this function is now part of [usethis](https://cran.r-project.org/package=usethis) package. – zx8754 Mar 03 '20 at 11:28
-
1In fact this is already fixed on GitHub; they haven't published the new version yet on the site, it seems: https://github.com/hadley/r-pkgs/blob/master/metadata.Rmd#L105 – MichaelChirico Mar 03 '20 at 11:36
-
reposted zx8754 and MichaelChirico comments in an answer to make it easier for users to find this information. – Jim Kloet Mar 03 '20 at 11:59
-
1Does this answer your question? [How should I deal with "'someFunction' is not an exported object from 'namespace:somePackage'" error?](https://stackoverflow.com/questions/60506879/how-should-i-deal-with-somefunction-is-not-an-exported-object-from-namespace) – Tensibai Mar 03 '20 at 13:35