search for: klutometis

Displaying 7 results from an estimated 7 matches for "klutometis".

2015 Oct 04
2
Conditional importFrom (roxygen?)
...trying to submit to CRAN). > > > > Yes, you can put conditionals into the NAMESPACE file. Apparently > roxygen2 doesn't support this feature, so you'll have to do it by hand. > > Duncan Murdoch > > This has been submitted as an issue at https://github.com/klutometis/roxygen/issues/378 closely related: https://github.com/klutometis/roxygen/issues/371 my current hacky solution to this is to use a Makefile that post-processes the NAMESPACE after it's roxygenized, e.g. search for "getRversion" in https://github.com/glmmTMB/glmmTMB/blob/master/Mak...
2015 Oct 04
0
Conditional importFrom (roxygen?)
...gt; >> Yes, you can put conditionals into the NAMESPACE file. Apparently >> roxygen2 doesn't support this feature, so you'll have to do it by hand. >> >> Duncan Murdoch >> >> > > This has been submitted as an issue at > > https://github.com/klutometis/roxygen/issues/378 > > closely related: > > https://github.com/klutometis/roxygen/issues/371 > > my current hacky solution to this is to use a Makefile that > post-processes the NAMESPACE after it's roxygenized, e.g. search > for "getRversion" in > >...
2016 Aug 30
1
cat(..., append=TRUE) on sftp share
...* A samba share on Ubuntu 16.04 works fine. * An sftp share on Ubuntu 16.04 does not work, replicated on 2 machines. * Handing over a connection to file argument works fine. * On the Linux server it worked fine, I am not sure how it is mounted there see also: https://github.com/klutometis/roxygen/issues/495 Cheers, Guido -- Guido Kraemer Max Planck Institute for Biogeochemistry Jena Department for Biogeochemical Integration Hans-Kn?ll-Str. 10 07745 Jena Germany phone: +49 3641 576293 e-mail: gkraemer at bgc-jena.mpg.de
2015 Oct 04
2
Conditional importFrom (roxygen?)
Folks: I am getting a build failure when I: #' @importFrom utils shortPathName which roxygenizes it to the NAMESPACE. I suspect this is because this particular function is Windows-only, but I'm a bit confused how I should "properly" importFrom a function like this so it doesn't cause a build failure, but I don't get a note in my R CMD CHECK if I DON'T have it:
2011 Jul 24
0
roxygen2
...ominate it roxygen2: http://cran.r-project.org/web/packages/roxygen2/index.html Some highlights: * it's faster; * usage has been improved (the @usage tag should be obsolete); * @rdname merges documentation for multiple functions into one file. For details, see: https://github.com/klutometis/roxygen/blob/master/NEWS _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jul 24
0
roxygen2
...ominate it roxygen2: http://cran.r-project.org/web/packages/roxygen2/index.html Some highlights: * it's faster; * usage has been improved (the @usage tag should be obsolete); * @rdname merges documentation for multiple functions into one file. For details, see: https://github.com/klutometis/roxygen/blob/master/NEWS _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Oct 21
3
Contributors on R-Forge
Hi, I've recently taken over maintenance for the "xtable" package, and have set it up on R-Forge. At the moment I'm pondering what the best way is to handle submitted patches. Basically, is it better to: 1) Be non-restrictive regarding committer status, let individuals change the code with minimal pre-commit review, and figure changes can be reviewed before