The help content on sin is in https://dist.apache.org/repos/dist/dev/spark/v2.3.0-rc5-docs/_site/api/R/column_math_functions.html
It’s a fairly long list but sin is in there. Is that not what you are seeing? ________________________________ From: Mihály Tóth <[email protected]> Sent: Tuesday, February 27, 2018 8:03:34 AM To: [email protected] Subject: Fwd: Help needed in R documentation generation Hi, Actually, when I open the link you provided and click on - for example - 'sin' the page does not seem to describe that function at all. Actually I get same effect that I get locally. I have attached a screenshot about that: [Szövegközi kép 1] I tried with Chrome and then with Safari too and got the same result. When I go to https://spark.apache.org/docs/latest/api/R/index.html (Spark 2.2.1) and select 'sin' I get a proper Description, Usage, Arguments, etc. sections. This sounds like a bug in the documentation of Spark R, does'nt it? Shall I file a Jira about it? Locally I ran SPARK_HOME/R/create-docs.sh and it returned successfully. Unfortunately with the result mentioned above. Best Regards, Misi -------------------- From: Felix Cheung <[email protected]<mailto:[email protected]>> Date: 2018-02-26 20:42 GMT+00:00 Subject: Re: Help needed in R documentation generation To: Mihály Tóth <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Could you tell me more about the steps you are taking? Which page you are clicking on? Could you try https://dist.apache.org/repos/dist/dev/spark/v2.3.0-rc5-docs/_site/api/R/index.html ________________________________ From: Mihály Tóth <[email protected]<mailto:[email protected]>> Sent: Monday, February 26, 2018 8:06:59 AM To: Felix Cheung Cc: [email protected]<mailto:[email protected]> Subject: Re: Help needed in R documentation generation I see. When I click on such a selected function, like 'sin' the page falls apart and does not tell anything about sin function. How is it supposed to work when all functions link to the same column_math_functions.html ? Thanks, Misi On Sun, Feb 25, 2018, 22:53 Felix Cheung <[email protected]<mailto:[email protected]>> wrote: This is recent change. The html file column_math_functions.html should have the right help content. What is the problem you are experiencing? ________________________________ From: Mihály Tóth <[email protected]<mailto:[email protected]>> Sent: Sunday, February 25, 2018 10:42:50 PM To: [email protected]<mailto:[email protected]> Subject: Help needed in R documentation generation Hi, I am having difficulties generating R documentation. In R/pkg/html/index.html file at the individual function entries it reference column_math_functions.html instead of the function page itself. Like <a href="column_math_functions.ht<http://column_math_functions.ht>ml">asin</a> Have you met with such a problem? Thanks, Misi
