Displaying 7 results from an estimated 7 matches for "tsagri".
Did you mean:
tsagris
2018 Mar 05
2
Σχετ: Problem with Rd2.tex tduring compilation
...uk> ??????:
The error is that one of your documentation files is failing. Try
compiling each one separately with
R CMD Rd2pdf yourfilenamehere.Rd
and see what happens.
There is a list especially for package developers which might be better
in future.
Michael
On 05/03/2018 10:51, michael tsagris via R-help wrote:
> Hello, I am receiving this message when uploading my R package to rdevel.
> https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log
> Can anybody please help?
>
> ??? [[alternative HTML version deleted]]
>
> _________...
2018 Mar 05
0
Σχετ: Problem with Rd2.tex tduring compilation
https://stat.ethz.ch/mailman/listinfo/r-package-devel
On 05/03/2018 13:46, michael tsagris wrote:
> Hi and thanks for the prompt reply. I cannot say I understood or know
> what to do.
> Can you please tell me which is this mailing list?
>
>
>
> ???? 2:15 ?.?. ???????, 5 ??????? 2018, ?/? Michael Dewey
> <lists at dewey.myzen.co.uk> ??????:
>
>...
2018 Mar 02
0
Desktop.ini hiddeln file creates during compilaiton
...Reproducibility.html
[3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette)
[4] http://stat.ethz.ch/mailman/listinfo/r-package-devel
[5] https://github.com/RcppCore/Rcpp/issues
--
Sent from my phone. Please excuse my brevity.
On March 2, 2018 10:50:54 AM PST, michael tsagris via R-help <r-help at r-project.org> wrote:
>Hello,?I?am experiencing some difficult time with my R package. Every
>time I compilei it a hidden file, desktop.ini, is?being created. I am
>using C++ behind, linkking to Rcpp. The file is generated even when I
>compile it with?Linux,...
2018 Mar 02
3
Desktop.ini hiddeln file creates during compilaiton
Hello,?I?am experiencing some difficult time with my R package. Every time I compilei it a hidden file, desktop.ini, is?being created. I am using C++ behind, linkking to Rcpp. The file is generated even when I compile it with?Linux, and in many different computers. Does anybody have any advice or ideas?
[[alternative HTML version deleted]]
2018 Mar 05
2
Problem with Rd2.tex tduring compilation
Hello, I am receiving this message when uploading my R package to rdevel.
https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log
Can anybody please help?
[[alternative HTML version deleted]]
2018 Mar 05
0
Problem with Rd2.tex tduring compilation
The error is that one of your documentation files is failing. Try
compiling each one separately with
R CMD Rd2pdf yourfilenamehere.Rd
and see what happens.
There is a list especially for package developers which might be better
in future.
Michael
On 05/03/2018 10:51, michael tsagris via R-help wrote:
> Hello, I am receiving this message when uploading my R package to rdevel.
> https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log
> Can anybody please help?
>
> [[alternative HTML version deleted]]
>
> ____________...
2018 Apr 16
0
Inverse Gaussian distribution not working in glm funciton
Hello everybody,
I have encountered a problem with the inverse Gaussian distribution. It is very likely that it will not work regardless of the data input. I have programmed this regression and it works fine no matter which distribution the response comes from.
If you run this example (first tried and already got the error)
set.seed(1234)
y = abs( rnorm(150) )
glm( y ~ ., iris, family =