search for: newses

Displaying 20 results from an estimated 12299 matches for "newses".

Did you mean: newbes
2015 Jan 19
2
Link to NEWS.2 in NEWS is broken
I am not sure where to post this. I am looking at the NEWS file here: http://cran.r-project.org/bin/windows/base/NEWS.R-3.1.2.html And the links at the bottom seem to be broken. This link: http://cran.r-project.org/bin/windows/NEWS.2 Should be this: http://cran.r-project.org/doc/manuals/NEWS.2 CHANGES in previous versions - Older news can be found in text format in files NEWS.0
2015 Jan 20
1
Link to NEWS.2 in NEWS is broken
I think Kurt has this in hand since the same issue affected src/base/NEWS.html. The fix seems to be just not to copy the html formatted NEWS to the file distribution folders and have any links in there point to doc/manuals/r-release/NEWS.html instead. The relative links to the parent directory would be a pain to sort out. (Cc: Kurt, as he may not be aware that there is a fix to apply to
2015 Jan 20
0
Link to NEWS.2 in NEWS is broken
>>>>> Tal Galili <tal.galili at gmail.com> >>>>> on Tue, 20 Jan 2015 00:30:56 +0200 writes: > I am not sure where to post this. Maybe you could try to contact the CRAN maintainer by e-mail. (E-mail: you know the thing people did before they "posted" everything :-) ;-)) but I agree that it is not easy to find e-mail addresses nowadays..
2015 May 23
6
NEWS.md support on CRAN
>>>>> Duncan Murdoch writes: > On 22/05/2015 8:49 PM, Imanuel Costigan wrote: >> 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. > Not as far as I know. There have been discussions about increasing the > support of Markdown, but so far the conclusion has been that
2015 May 23
5
NEWS.md support on CRAN
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.
2002 Jun 05
13
Welcome to the Linux Magazine newsletter
******************************************************************** * PLEASE SAVE THIS WELCOME MESSAGE! * ******************************************************************** Welcome to linux-mag-news! This list is for the monthly Linux Magazine newsletter. SUBSCRIBING: Send a blank message to: join-linux-mag-news@sand.lyris.net UNSUBSCRIBING: Send a message
2015 May 24
1
NEWS.md support on CRAN
That is more or less what I had been doing for a long time (having both NEWS.md and NEWS), but decided not to do it any more last year. In fact, you can easily convert NEWS.md to a NEWS file that R's news() can understand, e.g. https://github.com/yihui/knitr/blob/947ad5fc94/Makefile#L8-L10 (if your NEWS.md is like this https://raw.githubusercontent.com/yihui/knitr/947ad5fc94/NEWS.md) I
2007 Jul 19
7
NoMethodError in partial driving me mad
Hello, i simplified have a news model, a news category model and a news controller. my _news.rhtml partial renders a single news entry. in my controller there are the actions show and show_category. if the "show" action is called, a single news item is rendered through my partial with no errors. if the "show_category" action is called, i get a NoMethodError while displaying
2015 May 30
2
NEWS.md support on CRAN
> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: > > So I assume this commit means NEWS.md is now no longer on blacklist? > ....in the development version. Not true of released versions. -pd > https://github.com/wch/r-source/commit/9ffe87264a1cd59a31a829f72d57af0f1bfa327a > > Sent from my iPad > > On 23 May 2015, at 6:05 pm, Kurt
2006 Jun 09
0
Controller Modules Messed Me Up
Modules are exactly what I needed to figure out, but once I started my app over again putting my controller under a module folder, I can''t get my basic app going. Basically I have a News app, where we will post PR and other articles of interest. It was working fine with a model/controller combo of news/index for the public and news/admin for the administrators. Keep in mind this
2015 Jun 03
4
NEWS.md support on CRAN
>>>>> Duncan Murdoch writes: > On 02/06/2015 11:05 AM, Dirk Eddelbuettel wrote: >> Hi Kurt, >> >> On 1 June 2015 at 14:02, Kurt Hornik wrote: >> | >>>>> peter dalgaard writes: >> | >> | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: >> | >> >> | >> So I assume
2015 Jun 05
3
R-devel Digest, Vol 148, Issue 5
It's disappointing that many packages do not have a NEWS file. Perhaps CRAN should require NEWS or CHANGELOG, as long as the system is being reformed to potentially accommodate markdown anyway. -Thomas Thomas J. Leeper http://www.thomasleeper.com On Fri, Jun 5, 2015 at 12:00 PM, <r-devel-request at r-project.org> wrote: > Date: Thu, 04 Jun 2015 12:39:34 -0400 > From: Duncan
2010 Aug 27
2
NEWS and readNEWS
readNEWS() states: Read R's ?NEWS? file or a similarly formatted one. This is an experimental feature, new in R 2.4.0 and may change in several ways and news() also indicates that this tool is supposed to work with non-R news files. However, I've not been able to get readNEWS to read a package news file, even when following the format indicated in news(). Looking at the
2015 Jun 05
1
NEWS.md support on CRAN
@Gavin: My aim was to point out that the ability to mix developer-facing documentation with user-facing documentation is not a good reason to want to support md. I agree with Duncan that links to within a package would be useful (not sure if NEWS.Rd supports this). I'm not so convinced that package authors that do not even add a plain text NEWS file will create a NEWS.md file. Adding
2015 Jun 02
4
NEWS.md support on CRAN
Hi Kurt, On 1 June 2015 at 14:02, Kurt Hornik wrote: | >>>>> peter dalgaard writes: | | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: | >> | >> So I assume this commit means NEWS.md is now no longer on blacklist? | >> | | > ....in the development version. Not true of released versions. | | Now also in r-patched.
2015 May 24
2
NEWS.md support on CRAN
On 23/05/2015 10:26 PM, Imanuel Costigan wrote: > >> On 24 May 2015, at 12:07 pm, Duncan Murdoch <murdoch.duncan at 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 >>
2006 Jul 04
13
NewBie question
Hi, I m very new to Ruby. I bought a book "Ruby on Rails" and I think I understand some concepts. My question is : Is there a way to not use "Cookies" or "Sessions Variables" to keep some information about the user. I ask this question because I would like to prevent some cases where the user browser won''t accept cookies. I m from Asp 3.0, and I
2015 May 23
6
NEWS.md support on CRAN
On Sat, May 23, 2015 at 8:14 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: [...] > I think the harder problem is display. CRAN can run pandoc, but can > users who install the package from source? I would expect some obscure > platforms (like Windows ;-) would not have it available. > [...] I don't think pandoc is the best way to go with NEWS.md (and README.md,
2015 May 23
0
NEWS.md support on CRAN
On 23/05/2015 4:05 AM, Kurt Hornik wrote: >>>>>> Duncan Murdoch writes: > >> On 22/05/2015 8:49 PM, Imanuel Costigan wrote: >>> 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. > >> Not as far as I know. There have been discussions about increasing the
2015 Jun 05
0
NEWS.md support on CRAN
On 05/06/2015 8:16 AM, Thomas J. Leeper wrote: > It's disappointing that many packages do not have a NEWS file. Perhaps > CRAN should require NEWS or CHANGELOG, as long as the system is being > reformed to potentially accommodate markdown anyway. I think we should all be careful about suggesting work for other people. This would be a huge amount of work, probably hundreds of hours