pkgnet icon indicating copy to clipboard operation
pkgnet copied to clipboard

R package for analyzing other R packages via graph representations of their dependencies

Results 53 pkgnet issues
Sort by recently updated
recently updated
newest added

I'm unsure of the exact issue, but the following code ``` pkg_name extract_preserve_chunks -> read_utf8 -> readLines In addition: Warning message: In readLines(con, warn = FALSE) : cannot open file...

bug
help wanted

I'm unsure of the exact issue, but the following code ``` pkg_name

bug
help wanted
good first issue
Hacktoberfest

Running this code ```r CreatePackageReport( 'kerdiest' , report_path = file.path(getwd(), 'whatever.html') ) ``` Yields the following error on the "Function Network" tab ``` ## Error in as.environment(pos): no item called...

bug
help wanted
Hacktoberfest

I'm unsure of the exact issue, but the following code ```r pkg_name

bug
help wanted
Hacktoberfest

I'm unsure of the exact issue, but the following code ```r pkg_name

bug
help wanted
Hacktoberfest

I'm unsure of the exact issue, but the Function Network (produced `FunctionReporter`) is broken for some packages. To reproduce: ```r pkg_name

bug
help wanted
Hacktoberfest

There are a few good ideas regarding useful colorings of nodes in the report. It is hard to choose, but why do we?! What if we had a why to...

help wanted
Hacktoberfest

Hey all, I think it would be cool to have a user stories / testimonials section on the website. Thoughts? If that sounds good, I think vignettes is the right...

question
ux
Hacktoberfest

This is not a fully-formed idea, but leaving here to start a discussion. If `pkgnet` is supposed to help answer the question "should I add / remove this dependency?", I...

question
Hacktoberfest

As it turns out, if you have an article with the same name as the package (e.g., vignettes/pkgdown.Rmd for pkgdown), it will automatically appear in the navigation bar under “Get...

documentation
Hacktoberfest