[R-pkg-devel] Odd R CMD build behaviour on Windows

2018-12-27 Thread Imanuel Costigan
Hi all [Originally posted on R-help which is probably not the right place - hence no response?] I am finding that on Windows 10: * the archive file produced by R (i386) CMD build command saves the resulting archive file in the present working directory * ...BUT the archive produced by the R

Re: [R-pkg-devel] Keeping secrets in R packages

2015-06-05 Thread Imanuel Costigan
Have you checked out Hadley's secret package? https://github.com/hadley/secure/blob/master/README.md Sent from my iPhone On 6 Jun 2015, at 8:19 am, Neal Fultz nfu...@gmail.com wrote: I am working on updating the RGoogleDocs package to use OAuth2, since the old api was recently turned off (at

Re: [Rd] NEWS.md support on CRAN

2015-05-29 Thread Imanuel Costigan
So I assume this commit means NEWS.md is now no longer on blacklist? https://github.com/wch/r-source/commit/9ffe87264a1cd59a31a829f72d57af0f1bfa327a Sent from my iPad On 23 May 2015, at 6:05 pm, Kurt Hornik kurt.hor...@wu.ac.at wrote: Duncan Murdoch writes: On 22/05/2015 8:49 PM, Imanuel

Re: [Rd] NEWS.md support on CRAN

2015-05-23 Thread Imanuel Costigan
While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to see” this file in the Help pane in RStudio or being about to run something like show_news(“packagename”). Duncan mentioned issues with the news() function being able to process

Re: [Rd] NEWS.md support on CRAN

2015-05-23 Thread Imanuel Costigan
I’d suggest going with CommonMark if this will be the basis of broader support for Markdown as it is well defined whereas GruberMarkdown is defined by broad conventions with specifics determined by parsers. On 24 May 2015, at 12:01 pm, Duncan Murdoch murdoch.dun...@gmail.com wrote: On

Re: [Rd] NEWS.md support on CRAN

2015-05-23 Thread Imanuel Costigan
On 24 May 2015, at 12:07 pm, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 23/05/2015 9:15 PM, Imanuel Costigan wrote: While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to see” this file in the Help pane in RStudio

[Rd] NEWS.md support on CRAN

2015-05-22 Thread Imanuel Costigan
Are there any plans for CRAN to support NEWS files in markdown? Bit of a hassle to go the the package’s Github (or other like) site to read NEWS. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] NEWS.md support on CRAN

2015-05-22 Thread Imanuel Costigan
What about treating it as a plain text file (i.e. no need for CRAN to support parsing)? On 23 May 2015, at 11:08 am, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 22/05/2015 8:49 PM, Imanuel Costigan wrote: Are there any plans for CRAN to support NEWS files in markdown? Bit

[Rd] Running examples with R5 constructor from package failing

2014-02-01 Thread Imanuel Costigan
I am having an issue with reference classes (R5) in a package I am developing. They have both been illustrated in the `roxygentest` package I've got hosted on Github [1].  When I run `R CMD check .` on the source directory of my package I am told that: Error: could not find function Blob

Re: [Rd] Running examples with R5 constructor from package failing

2014-02-01 Thread Imanuel Costigan
You referred to another package that exports an R5 class. Which one? Thanks for your help. On 02 Feb, 2014,at 12:57 AM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 14-01-31 10:14 PM, Imanuel Costigan wrote: I am having an issue with reference classes (R5) in a package I am developing

Re: [Rd] Possible POSIXlt / wday glitch bugs.r-project.org status

2013-10-05 Thread Imanuel Costigan
) and some cases may be worked around - and that remains to be investigated. Cheers, Simon On 5 October 2013 02:37, Joshua Ulrich josh.m.ulr...@gmail.com wrote: On Fri, Oct 4, 2013 at 8:02 PM, Imanuel Costigan i.costi...@me.com wrote: Thanks for the responses and quoting the timezone

[Rd] Possible POSIXlt / wday glitch bugs.r-project.org status

2013-10-04 Thread Imanuel Costigan
Wanted to raise two questions: 1. Is bugs.r-project.org down? I haven't been able to reach it for two or three days: ``` ping bugs.r-project.org PING rbugs.research.att.com (207.140.168.137): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout for

Re: [Rd] Possible POSIXlt / wday glitch bugs.r-project.org status

2013-10-04 Thread Imanuel Costigan
, and on most machines back to 1902 (when time zones were in their infancy). Outside the platform limits we use our own C code. On 05/10/2013, at 12:59 AM, Scott Kostyshak skost...@princeton.edu wrote: On Fri, Oct 4, 2013 at 6:11 AM, Imanuel Costigan i.costi...@me.com wrote: Wanted to raise two

Re: [Rd] Possible POSIXlt / wday glitch bugs.r-project.org status

2013-10-04 Thread Imanuel Costigan
: On Fri, Oct 4, 2013 at 8:02 PM, Imanuel Costigan i.costi...@me.com wrote: Thanks for the responses and quoting the timezone help file. I am assuming that in order to determine the wday element of POSIXlt, R does the necessary calculations in Julian time (via POSIXct). Based on this excerpt from

Re: [Rd] Can't install.packages() from local repo in 2.15.2

2012-11-05 Thread Imanuel Costigan
options(install.packages.check.source = FALSE) which works for me. You could also specify contriburl, as you have a partial repository. On 02/11/2012 09:28, Imanuel Costigan wrote: Hi guys I think there's a high chance this is a bug. But I can't rule out that I can be blamed

[Rd] Can't install.packages() from local repo in 2.15.2

2012-11-02 Thread Imanuel Costigan
Hi guys I think there's a high chance this is a bug. But I can't rule out that I can be blamed for this. I've posted this to bugzilla (#15092). Then I read that I probably should have posted it to R-develop first. Sorry for doing this in the wrong order. I've set up a local repo on my local