Dasonk / docstring

Provides docstring like functionality to R functions without requiring the need to create a package.
57 stars 6 forks source link

Error in .get_package_metadata(pkgdir) : Files 'DESCRIPTION' and 'DESCRIPTION.in' are missing #37

Open pickyseok opened 7 months ago

pickyseok commented 7 months ago

Hi,

This is my dummy script

library(docstring)

my_function <- function(parameter) {
    #' title for function
    #' 
    #' description part 

    return(True)
}

dosctring(my_function) 

I checked the generation of .Rd file in my temperate directory. I searched this error in google but it doesn't help much.

version _
platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 3.1
year 2023
month 06
day 16
svn rev 84548
language R
version.string R version 4.3.1 (2023-06-16 ucrt) nickname Beagle Scouts