Huge package
See original GitHub issueI happened to see this package as I was looking for a state machine implementation. You may notice the NPM reports bundle sizes now, and yours is 25mb. I actually downloaded the package tarball just to see if I should report it as a virus.
Here are things you are currently shipping that you might not want to be:
/.rp2t_cache/**
/docs/**
/src/**
/.github/**
/notes/**
.nycrc
.eslintrc
.editorconfig
Of course, much easier would be to set the package files
field to just be /dist/**
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (16 by maintainers)
Top Results From Across the Web
CRAN - Package huge
Provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing, neighborhood screening, graph ...
Read more >High-Dimensional Undirected Graph Estimation in huge - Rdrr.io
The package "huge" provides 8 main functions: (1) the data generator creates random samples from multivariate normal distributions with different graph ...
Read more >Huge - High-Dimensional Undirected Graph Estimation - GitHub
R Package for High-Dimensional Undirected Graph Estimation and Inference. Huge (Huge-Dimensional Undirected Graph Estimation) implements the algorithm of ...
Read more >The huge Package for High-dimensional Undirected Graph ...
The package huge aims to provide a general framework for high-dimensional undirected graph estimation. The package includes Six functional modules (M1-M6) ...
Read more >The huge Package for High-dimensional Undirected Graph ...
Abstract: We describe an R package named huge which provides easy-to-use functions for estimating high dimensional undirected graphs from ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oh holy crap. thank you for letting me know
It’s well known that the number of issues and their age is a factor in the old
npms.io
algorithm. That’s why I transitioned all my issues to a different repo.You can see it in the api response for a different repo (warning, large unformatted json). I use the
fsl
repo for the example instead of thejssm
repo because since thejssm
repo now has no relevant issues, the section is removed.The two relevant pieces are the
maintenance
section and thegithub
breakdown:and
The NPM algorithm is relatively simple: a score is the weighted average of components, themselves often nested averages.
maintenance
, the section in question, has a 35% weight on the master score, andopenIssues
is 20% ofmaintenance
. Thefsl
repo is scored0.17
onopenIssues
, meaning those gh issues alone drag the total score down by 7% from an ideal1.0
.@conartist6 - frankly I think it’s a stupid system