Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201839

Trouble accessing help documentation for a package I created

$
0
0

I'm new to R so I hope this isn't incredibly obvious. I created a package that contains two functions. I provided documentation using roxygen2 for each of the functions, documented and built the package as well as installed and restarted multiple times. I also pushed it up to github and have done everything I can think of to do, yet I cannot access the help files that I created. I always receive this error:

No documentation for ‘myfunc’ in specified packages and libraries: you could try ‘??myfunc’

Not only is ?myfunc not working, but when I attempt to install my own package to my own RStudio console, but I also receive this error:

Warning in install.packages : package ‘yourpackage*’ is not available (for R version 3.6.1)

What exactly is going wrong here, and how can I attempt to fix it? I've built packages before and this time I've followed all the same steps I've been taught to use and have used in the past, but for some reason, I'm being met with these errors. I would appreciate any and all help you all have to offer. Thank you in advance!


Viewing all articles
Browse latest Browse all 201839

Trending Articles