[R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-07 Thread David.Kaethner
Hello, I am hoping to post to the right mailing list, if not apologies! I have recently written my first couple packages, relying on devtools and roxygen. Everything is done in RStudio (details regarding the setup: see end of text). But the help is not working! Specifically: On Window

Re: [R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-10 Thread David.Kaethner
Thank you for the replies! First of all, here is the test package: https://github.com/c06n/helpers2 Session info and the log of R CMD check at the end. There is an error: "LaTeX errors when creating PDF version." However, it says "checking Rd files ... OK". I have tried the install now on

Re: [R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-10 Thread David.Kaethner
Thank you for pointing that out, this solved the ERROR in the R CMD check. I've updated the repo. Unfortunately, it did not solve the problem. So when you clone/pull the repo now, the error should persist. * using log directory ‘/Users/spaceicons/code/R_package_dev/helpers2/helpers2.Rcheck’ *

Re: [R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-10 Thread David.Kaethner
sorry, I got sloppy - I had played around before with the DESCRIPTION file, that does not seem to be the culprit. But you are right of course, it should run without warnings in any case. * using log directory �/Users/spaceicons/code/R_package_dev/helpers2/helpers2.Rcheck� * using R version 3.

Re: [R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-14 Thread David.Kaethner
Hello, for the archive: I believe I found the solution, validated on Win7 and MacOS. This error occurs for any package that starts with "help". So "hell" is ok, "help12345" is not ok as a package name. Is this documented behavior? Apologies if I missed that. -Ursprüngliche Nachricht-