Re: [R-pkg-devel] Proper way to document helper functions not accessible by user.

2018-08-13 Thread Boxuan Cui
Do you have to export them? If not, I think you can just leave out the @export from the roxygen2 comments. Here is what I did for my package: https://github.com/boxuancui/DataExplorer/blob/master/R/helper.r Best, Boxuan (Bo) On Mon, Aug 13, 2018 at 2:08 PM Eggleston, Barry wrote: > > > Hello,

Re: [R-pkg-devel] Release Frequency

2018-05-31 Thread Boxuan Cui
t; As CRAN is a repository for releases software, we expect that releases are > well tested and hence do not happen too frequently. > > In case you nevertheless found a serious bug, please submit a fixed > version and explain why this was needed in the submission comments. > > Best, >

[R-pkg-devel] Release Frequency

2018-05-31 Thread Boxuan Cui
Hi, During my recent CRAN submissions, I noticed a more streamlined/automatic process. I am wondering if the submission still requires a manual approval, or does it go to CRAN automatically after all checks? I am asking because I accidentally shipped a showstopper bug for a new feature for DataEx

Re: [R-pkg-devel] Help with R check

2018-01-07 Thread Boxuan Cui
On Sat, Jan 6, 2018 at 5:11 PM, Uwe Ligges wrote: > > > On 06.01.2018 18:36, Boxuan Cui wrote: > >> Hi all, >> >> *[Issue 1]* >> >> This is the first time I have encountered this, and I have no idea what's >> going on. I really appreciate an

[R-pkg-devel] Help with R check

2018-01-06 Thread Boxuan Cui
Hi all, *[Issue 1]* This is the first time I have encountered this, and I have no idea what's going on. I really appreciate anyone's help on this. My package: https://cran.r-project.org/package=DataExplorer My story: - *[Jan 01]* - I plan to release the latest version to CRAN. I ran a