0

How do I make devtools::build_manual put package documentation on the first page of the manual?

#' flowNet: Mapping the Topology of Single Cell Data
#'
#' Some text...
#'
#' @section Some more text...
#'
#' @docType package
#' @name flowNet
NULL
#> NULL

.datatable.aware <- TRUE

Output: enter image description here

0

1 Answer 1

1

I do not think you can, and you have your tools crossed. devtools does not influence how base R collates all Rd entries into a pdf.

But I just took one guess at an older package (xts) by a friend and indeed, it has a first entry ending in "-package":

enter image description here

So just add an entry flowNew-package (via roxygen2) and you should be good.

Here is another example from a package of mine:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.