[R-pkg-devel] warning about object name and object not being used

2022-12-21 Thread Sanjeev Sariya
Hi there, I get two warnings: 1) I created a .rda file from a file. The file was read in a variable as vcf_data. Warning: Undocumented code objects: 'vcf_data' Undocumented data sets: 'vcf_data' I created object as: vcf_data <- vcfR::read.vcfR("sample_chr21.vcf", verbose=TRUE) save(*vcf_

Re: [R-pkg-devel] How do I enable to show data in inst/extdata in data() || lazy load

2022-12-21 Thread Sanjeev Sariya
@Uwe - OK, makes sense. I will read the file into an object and save it as a .Rda in the data folder. Thank you. -- Sanjeev M On Tue, Dec 20, 2022 at 2:36 PM Uwe Ligges wrote: > > > On 20.12.2022 00:58, Sanjeev Sariya wrote: > > Hi, > > thank you for the reply. > > > > Do you need this to be