遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/2033)
<a href="https://www.bestpractices.dev/projects/2033"><img src="https://www.bestpractices.dev/projects/2033/badge"></a>
An R package which when given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padé approximant of appropriate order.
https://github.com/aadler/Pade/blob/master/README.md
https://github.com/aadler/Pade/blob/master/CodeOfConduct.md
https://github.com/aadler/Pade/blob/master/DESCRIPTION
As a FLOSS project for R, it is easy for anyone to fork/clone the project and assume maintenance even without access to the behind-the-scenes elements of the githup repository. CRAN has been known many times to allow new users to assume maintenance of orphaned projects. THIS github repo may be defunct, but it can be cloned, updated, and the corrections built into the package and pushed to CRAN seamlessly to the end user.
See https://cran.r-project.org/src/contrib/Orphaned/README
As a FLOSS project for R, it is easy for anyone to fork/clone the project and assume maintenance even without access to the behind-the-scenes elements of the githup repository: https://cran.r-project.org/doc/manuals/r-release/R-exts.html
https://github.com/aadler/Pade#roadmap
It is an R package, on CRAN, which means it must conform to https://cran.r-project.org/doc/manuals/r-release/R-exts.html
https://github.com/aadler/Pade#security
https://cran.r-project.org/web/packages/Pade/Pade.pdf
Mathematical computation library, so similar to program library in details.
Software doesn't generate text intended for end-users and doesn't sort human-readable text
Project sites do not store passwords for this purpose. It stores SSH key but not password.
https://cran.r-project.org/src/contrib/Archive/Pade/
https://bitbucket.org/aadler/pade/issues
No vulnerabilities resolved in the last 12 months
https://github.com/aadler/Pade/issues
https://github.com/aadler/Pade#style
No automatic tool to enforce the specific requirements, although many can be set as Rstudio options or through use of a linter,
Built via the R CMD system which honors relevant compiler and linker (environment) variables.
Built via the R CMD system which preserves debugging information.
Built via the R CMD system and doesn't use a recursive make.
Tested using the tinytest suite for R.
Uses the R package building system which comes with install and uninstall.
Uses the R package building system and follows its standards.
Easily installed by using R and any suite of its tools. Tested on rhub.
https://github.com/aadler/Pade/blob/master/DESCRIPTION; https://github.com/aadler/Pade/blob/master/NAMESPACE
As it only imports base R package routines, that is handled by R Core.
Must use the R build system as it is an R package.
Uses the tinytest package and a suite of tests. https://github.com/aadler/Pade/blob/master/inst/tinytest
https://github.com/aadler/Pade/blob/master/inst/tinytest
https://app.codecov.io/gh/aadler/Pade?branch=master
R CMD Check/Build has its defined warning parameters it passes on compilation
Installation comes from CRAN or via devtools from GitHub, both of which default to https.
The actual release mechanism is not controlled by me but by CRAN as per https://CRAN.R-project.org/package=Pade
Software doesn't accept inputs from untrusted sources. Users will use it individually and pass the needed numbers to it for calculation.
The software is an add-in to the R statistical platform and does no I/O in and of itself.It gets checked with memory sanitizer flags on Rhub.
Uses R CMD check mechanism using win-builder and rhub, and the more restrictive --as-cran setting.
No compiled code; all interpreted R code
后退