roxygen Questions

1

Solved

I'm using roxygen2 to document datasets for a package I'm developing. I know you can use roxygen to document a dataset, but Shane's answer ultimately suggests a hack, which while I'd rather avoid. ...
Hampstead asked 17/8, 2011 at 0:44

1

Solved

Roxygen have made my work a lot easier and is in most cases nice and intuitive. One thing that I have never figured out though is how to preserve indentation in @examples sections so that the resul...
Phagocyte asked 8/8, 2011 at 13:19

2

Solved

I've recently been pointed towards Roxygen to solve my documentation woes/laziness. But then there's this shiny Roxygen2 which, in my understanding, is somewhat its own thing. Hadley's packag...
Iguana asked 6/8, 2011 at 22:21

1

Solved

I followed the Vignette and found that information such as License, Author, etc. in pseudoprime-package.Rd is not written to DESCRIPTION? Did I do something wrong?
Harlen asked 22/4, 2011 at 16:58

1

Solved

Background I written an R package, and now a collaborator (recent CS grad who is new to R) is editing and refactoring the code. In the process, he is dividing up my functions into smaller, more gen...
Montherlant asked 9/3, 2011 at 17:25

1

Solved

Running R CMD roxygen on a big package can take quite a long time. It's obviously inefficient as well as it goes through everything regardless of whether a file has changed since the last roxygen c...
Zaragoza asked 20/1, 2011 at 15:29

3

Solved

I used 'package.skeleton()' to generate .Rd help files a few months ago. I have edited these files, and I have also changed the functions, removed some functions, added others. Is there a function ...
Engleman asked 4/11, 2010 at 18:30

2

Solved

I'm writing an R package that's going to be used by others, so I'm trying to get this one right! I want to use roxygen for documentation and RUnit for unit testing, but I haven't used them before. ...
Quitrent asked 23/3, 2010 at 7:47

2

Solved

I find R documentation to be important but also time-consuming to create/maintain. Has anyone used Roxygen yet, and if so, does it help in maintaining an R package? I've used Doxygen in the p...
Safe asked 14/11, 2009 at 15:3

© 2022 - 2024 — McMap. All rights reserved.